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-06-07T11:08:26.949Z||main|||||INFO|500||The following profiles are active: basic
2022-06-07T11:08:52.010Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-07T11:08:52.011Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-07T11:08:52.377Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-07T11:09:03.334Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-07T11:09:04.933Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-07T11:09:06.281Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-07T11:09:06.312Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-07T11:09:06.510Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-07T11:09:07.289Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-07T11:09:08.614Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-07T11:09:11.944Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T11:09:16.222Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T11:09:16.319Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-07T11:09:17.625Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T11:09:18.113Z||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-06-07T11:09:20.580Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T11:09:22.957Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-07T11:09:22.999Z||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$$9ade955a.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-06-07T11:09:23.000Z||main|||||WARN|500||The sdc end point is not alive
2022-06-07T11:09:28.359Z||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-06-07T11:09:33.353Z||main|||||WARN|500||---
2022-06-07T11:09:33.354Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-07T11:09:33.354Z||main|||||WARN|500||---
2022-06-07T11:09:34.125Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-07T11:09:43.187Z||main|||||INFO|500||Started Application in 84.05 seconds (JVM running for 87.789)
2022-06-07T11:09:43.327Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T11:09:43.333Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T11:09:43.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T11:09:43.448Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T11:09:43.683Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8f3a7e10-c33e-48da-9077-b448612f1600 url= /sdc/v1/artifactTypes
2022-06-07T11:09:43.684Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T11:09:44.568Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-07T11:09:44.656Z||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-06-07T11:09:44.700Z||scheduling-1|||||DEBUG|500||create keys
2022-06-07T11:09:44.714Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-07T11:09:44.796Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:09:44.861Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b2e353f9-bffe-4b01-8447-e0328a7e0096 url= /sdc/v1/registerForDistribution
2022-06-07T11:09:45.006Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b2e353f9-bffe-4b01-8447-e0328a7e0096 url= /sdc/v1/registerForDistribution
2022-06-07T11:09:45.007Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-07T11:09:45.061Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:09:45.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:09:45.110Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-07T11:09:45.139Z||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-06-07T11:09:45.142Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:09:45.151Z||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-06-07T11:09:45.152Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:09:55.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:09:55.628Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:10:45.036Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:10:45.039Z||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-06-07T11:10:45.039Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:10:45.060Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:10:45.062Z||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-06-07T11:10:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:10:54.636Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:10:54.643Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:11:45.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:11:45.041Z||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-06-07T11:11:45.041Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:11:45.060Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:11:45.061Z||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-06-07T11:11:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:11:54.648Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:11:54.652Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:12:45.036Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:12:45.039Z||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-06-07T11:12:45.039Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:12:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:12:45.061Z||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-06-07T11:12:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:12:54.624Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:12:54.656Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:13:45.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:13:45.037Z||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-06-07T11:13:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:13:45.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:13:45.061Z||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-06-07T11:13:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:13:54.621Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:13:54.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:14:45.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:14:45.037Z||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-06-07T11:14:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:14:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:14:45.061Z||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-06-07T11:14:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:14:54.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:14:54.716Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:15:45.036Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:15:45.037Z||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-06-07T11:15:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:15:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:15:45.062Z||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-06-07T11:15:45.065Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:15:54.632Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:15:54.642Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:16:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:16:45.037Z||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-06-07T11:16:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:16:45.060Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:16:45.068Z||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-06-07T11:16:45.069Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:16:54.622Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:16:54.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:17:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:17:45.038Z||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-06-07T11:17:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:17:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:17:45.061Z||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-06-07T11:17:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:17:54.615Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:17:54.666Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:18:43.204Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-07T11:18:45.036Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:18:45.037Z||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-06-07T11:18:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:18:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:18:45.061Z||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-06-07T11:18:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:18:54.617Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:18:54.629Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:19:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:19:45.036Z||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-06-07T11:19:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:19:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:19:45.060Z||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-06-07T11:19:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:19:54.608Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:19:54.643Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:20:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:20:45.037Z||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-06-07T11:20:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:20:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:20:45.061Z||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-06-07T11:20:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:20:54.616Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:20:54.620Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:21:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:21:45.037Z||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-06-07T11:21:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:21:45.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:21:45.073Z||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-06-07T11:21:45.074Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:21:54.626Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:21:54.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:22:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:22:45.036Z||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-06-07T11:22:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:22:45.060Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:22:45.063Z||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-06-07T11:22:45.063Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:22:54.627Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:22:54.640Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:23:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:23:45.037Z||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-06-07T11:23:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:23:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:23:45.061Z||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-06-07T11:23:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:23:54.623Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:23:54.624Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:24:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:24:45.036Z||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-06-07T11:24:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:24:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:24:45.061Z||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-06-07T11:24:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:24:54.631Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:24:54.653Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:25:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:25:45.037Z||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-06-07T11:25:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:25:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:25:45.060Z||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-06-07T11:25:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:25:54.622Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:25:54.644Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:26:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:26:45.038Z||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-06-07T11:26:45.039Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:26:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:26:45.061Z||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-06-07T11:26:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:26:54.630Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:26:54.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:27:45.036Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:27:45.038Z||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-06-07T11:27:45.039Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:27:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:27:45.061Z||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-06-07T11:27:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:27:54.604Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:27:54.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:28:45.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:28:45.038Z||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-06-07T11:28:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:28:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:28:45.061Z||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-06-07T11:28:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:28:54.638Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:28:54.639Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:29:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:29:45.037Z||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-06-07T11:29:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:29:45.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:29:45.060Z||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-06-07T11:29:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:29:54.632Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:29:54.641Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:30:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:30:45.036Z||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-06-07T11:30:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:30:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:30:45.060Z||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-06-07T11:30:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:30:54.632Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:30:54.633Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:31:45.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:31:45.036Z||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-06-07T11:31:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:31:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:31:45.060Z||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-06-07T11:31:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:31:54.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:31:54.623Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:32:45.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:32:45.036Z||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-06-07T11:32:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:32:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:32:45.060Z||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-06-07T11:32:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:32:54.619Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:32:54.639Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:33:45.036Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:33:45.037Z||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-06-07T11:33:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:33:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:33:45.061Z||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-06-07T11:33:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:33:54.620Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:33:54.627Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:34:45.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:34:45.037Z||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-06-07T11:34:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:34:45.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:34:45.060Z||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-06-07T11:34:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:34:54.618Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:34:54.647Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:35:45.036Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:35:45.039Z||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-06-07T11:35:45.039Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:35:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:35:45.061Z||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-06-07T11:35:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:35:54.612Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:35:54.653Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:36:45.036Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:36:45.038Z||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-06-07T11:36:45.039Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:36:45.060Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:36:45.061Z||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-06-07T11:36:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:36:54.626Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:36:54.631Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:37:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:37:45.037Z||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-06-07T11:37:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:37:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:37:45.061Z||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-06-07T11:37:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:37:54.622Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:37:54.638Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:38:45.036Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:38:45.037Z||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-06-07T11:38:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:38:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:38:45.060Z||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-06-07T11:38:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:38:54.632Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:38:54.633Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:39:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:39:45.037Z||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-06-07T11:39:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:39:45.060Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:39:45.061Z||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-06-07T11:39:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:39:54.625Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:39:54.668Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:40:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:40:45.037Z||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-06-07T11:40:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:40:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:40:45.060Z||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-06-07T11:40:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:40:54.630Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:40:54.642Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:41:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:41:45.036Z||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-06-07T11:41:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:41:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:41:45.060Z||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-06-07T11:41:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:41:54.636Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:41:54.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:42:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:42:45.037Z||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-06-07T11:42:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:42:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:42:45.060Z||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-06-07T11:42:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:42:54.676Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:42:54.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:43:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:43:45.038Z||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-06-07T11:43:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:43:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:43:45.062Z||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-06-07T11:43:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:43:54.630Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:43:54.645Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:44:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:44:45.037Z||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-06-07T11:44:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:44:45.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:44:45.061Z||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-06-07T11:44:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:44:54.615Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:44:54.632Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:45:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:45:45.037Z||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-06-07T11:45:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:45:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:45:45.061Z||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-06-07T11:45:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:45:54.624Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:45:54.625Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:46:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:46:45.037Z||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-06-07T11:46:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:46:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:46:45.061Z||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-06-07T11:46:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:46:54.643Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:46:54.649Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:47:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:47:45.036Z||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-06-07T11:47:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:47:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:47:45.060Z||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-06-07T11:47:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:47:54.619Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:47:54.624Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:48:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:48:45.036Z||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-06-07T11:48:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:48:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:48:45.060Z||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-06-07T11:48:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:48:54.636Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:48:54.636Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:49:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:49:45.036Z||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-06-07T11:49:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:49:45.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:49:45.060Z||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-06-07T11:49:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:49:54.643Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:49:54.652Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:50:45.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:50:45.036Z||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-06-07T11:50:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:50:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:50:45.060Z||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-06-07T11:50:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:50:54.614Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:50:54.640Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:51:45.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:51:45.037Z||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-06-07T11:51:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:51:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:51:45.060Z||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-06-07T11:51:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:51:54.641Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:51:54.643Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:45.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:52:45.037Z||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-06-07T11:52:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:52:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:52:45.061Z||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-06-07T11:52:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:52:45.710Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:45.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:45.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a553c594-7392-4855-9df4-c483aa7cd9e2","serviceName":"vFW 2022-06-07 11-50-58","serviceVersion":"1.0","serviceUUID":"889ceb89-7168-4d05-981e-6d4f5b4175cf","serviceDescription":"catalog service description","serviceInvariantUUID":"85b043a9-d872-4920-a42c-5a77cd87b5e2","resources":[{"resourceInstanceName":"vFW b73fec98-548d 0","resourceName":"vFW b73fec98-548d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a9be5d60-c82c-4384-ad48-1174ecff27de","resourceInvariantUUID":"b6fde271-4c7a-42a8-a6f2-8c83bdd3f82e","resourceCustomizationUUID":"f2b8069f-581b-4d1b-84e2-6cf303af17f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml","artifactChecksum":"MTcwMGI1OTIyYjRjZTY2ZjEyZTU2ZjEzN2EzYjgzOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"24789f70-9f37-4867-ba98-f65fa6eb529a","artifactVersion":"1"},{"artifactName":"vfwb73fec98548d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json","artifactChecksum":"N2UyNjdkOWE4MWRiMTlmMmM1NjgyMDYyYWZiYTdhZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5efa7e28-8b82-481e-bf8a-87bd59d1915a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"78afed6c-24f6-4be5-8549-d7f4dc640f1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjBmNTcwNTFlZDViYzM4YTY0MjBmM2U0ZThkZmE1OWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21becac8-fb57-4d01-b337-a71b3d1a3dfb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5133a2a4-fe23-4001-893e-de8481c5585e","artifactVersion":"2","generatedFromUUID":"78afed6c-24f6-4be5-8549-d7f4dc640f1c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607115058-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml","artifactChecksum":"ZjM4OWYwMzMyMzYwYTA0ODg0NTYyZDM1M2MwYTJhODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a1a2ec4-8746-433b-827e-a94c434f8291","artifactVersion":"1"},{"artifactName":"service-Vfw20220607115058-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar","artifactChecksum":"YjI4NDI2MDAyMjQ1YmEwNjRlZDU5MjNjODI2M2ZlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"420ec19d-3f03-43a0-832a-0fbad9ec5d9c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T11:52:45.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "aai-ml",
  "timestamp": 1654602733012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.741Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:45.751Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:45.771Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:45.771Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "policy-id",
  "timestamp": 1654602728812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "cds",
  "timestamp": 1654602734283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "aai-ml",
  "timestamp": 1654602733012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "policy-id",
  "timestamp": 1654602728812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "cds",
  "timestamp": 1654602734283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "aai-ml",
  "timestamp": 1654602733012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "policy-id",
  "timestamp": 1654602728812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T11:52:45.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "cds",
  "timestamp": 1654602734283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "aai-ml",
  "timestamp": 1654602733012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "policy-id",
  "timestamp": 1654602728812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "cds",
  "timestamp": 1654602734283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "aai-ml",
  "timestamp": 1654602733012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "policy-id",
  "timestamp": 1654602728812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "cds",
  "timestamp": 1654602734283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "aai-ml",
  "timestamp": 1654602733012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "policy-id",
  "timestamp": 1654602728812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "cds",
  "timestamp": 1654602734283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "aai-ml",
  "timestamp": 1654602733012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:52:45.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "policy-id",
  "timestamp": 1654602728812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:52:45.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "cds",
  "timestamp": 1654602734283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:52:45.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "policy-id",
  "timestamp": 1654602742006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:52:45.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:45.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "aai-ml",
  "timestamp": 1654602741158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:52:45.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:45.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602740710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "cds",
  "timestamp": 1654602742207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:52:45.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:45.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "policy-id",
  "timestamp": 1654602743016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:52:45.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:45.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602740710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:45.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "cds",
  "timestamp": 1654602743224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-07T11:52:45.870Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-06-07T11:52:45.888Z||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-06-07T11:52:45.888Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:45.912Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:45.914Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T11:52:46.203Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.240Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 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-06-07T11:52:46.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "policy-id",
  "timestamp": 1654602744020,
  "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-06-07T11:52:46.310Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.311Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 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-06-07T11:52:46.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602740710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602743108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602740710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "clamp",
  "timestamp": 1654602744068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602743108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T11:52:46.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602740710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "clamp",
  "timestamp": 1654602744068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T11:52:46.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602743108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T11:52:46.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602740710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "clamp",
  "timestamp": 1654602744068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602743108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602740710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "clamp",
  "timestamp": 1654602744068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602743108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T11:52:46.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "clamp",
  "timestamp": 1654602744068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602748214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602743108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "clamp",
  "timestamp": 1654602744068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602748214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602743108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:52:46.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "clamp",
  "timestamp": 1654602744068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:52:46.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602748214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602750994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:52:46.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602748214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602752170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:52:46.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602748214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602753248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:52:46.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602748214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602754331,
  "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-06-07T11:52:46.396Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.396Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 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-06-07T11:52:46.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602748214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:52:46.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:52:46.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602755335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T11:52:46.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602756166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:52:46.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "aai-ml",
  "timestamp": 1654602757808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:52:46.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "clamp",
  "timestamp": 1654602759277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:52:46.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "aai-ml",
  "timestamp": 1654602758816,
  "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-06-07T11:52:46.434Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.435Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 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-06-07T11:52:46.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "clamp",
  "timestamp": 1654602761298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:52:46.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602761506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:52:46.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "clamp",
  "timestamp": 1654602762317,
  "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-06-07T11:52:46.459Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.460Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 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-06-07T11:52:46.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602762514,
  "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-06-07T11:52:46.480Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.480Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 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-06-07T11:52:46.788Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:46.788Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:46.796Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:46.796Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T11:52:46.892Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T11:52:46.893Z||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-06-07T11:52:46.893Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:46.914Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:46.915Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:52:47.797Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:47.798Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:47.800Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:47.800Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T11:52:47.901Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:52:47.902Z||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-06-07T11:52:47.902Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:47.919Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:47.921Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:52:48.801Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:48.802Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:48.806Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:48.806Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:48.906Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:52:48.907Z||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-06-07T11:52:48.907Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:48.926Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:48.928Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:52:49.806Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:49.807Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:49.812Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:49.812Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T11:52:49.912Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:52:49.915Z||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-06-07T11:52:49.916Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:49.941Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:49.943Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:52:50.813Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:50.814Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:50.817Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:50.818Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:52:50.918Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:52:50.920Z||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-06-07T11:52:50.921Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:50.948Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:50.949Z||pool-8-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:52:51.818Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:51.819Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:51.822Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:51.822Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:52:51.922Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:52:51.924Z||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-06-07T11:52:51.924Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:51.945Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:51.946Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:52:52.825Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "serviceName": "vFW 2022-06-07 11-50-58",
  "serviceVersion": "1.0",
  "serviceUUID": "889ceb89-7168-4d05-981e-6d4f5b4175cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "85b043a9-d872-4920-a42c-5a77cd87b5e2",
  "resources": [
    {
      "resourceInstanceName": "vFW b73fec98-548d 0",
      "resourceCustomizationUUID": "f2b8069f-581b-4d1b-84e2-6cf303af17f7",
      "resourceName": "vFW b73fec98-548d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a9be5d60-c82c-4384-ad48-1174ecff27de",
      "resourceInvariantUUID": "b6fde271-4c7a-42a8-a6f2-8c83bdd3f82e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb73fec98548d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
          "artifactChecksum": "N2UyNjdkOWE4MWRiMTlmMmM1NjgyMDYyYWZiYTdhZjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5efa7e28-8b82-481e-bf8a-87bd59d1915a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "78afed6c-24f6-4be5-8549-d7f4dc640f1c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5133a2a4-fe23-4001-893e-de8481c5585e",
            "generatedFromUUID": "78afed6c-24f6-4be5-8549-d7f4dc640f1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5133a2a4-fe23-4001-893e-de8481c5585e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220607115058-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
      "artifactChecksum": "YjI4NDI2MDAyMjQ1YmEwNjRlZDU5MjNjODI2M2ZlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "420ec19d-3f03-43a0-832a-0fbad9ec5d9c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T11:52:52.826Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T11:52:52.827Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 889ceb89-7168-4d05-981e-6d4f5b4175cf ASDC
2022-06-07T11:52:53.017Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a553c594-7392-4855-9df4-c483aa7cd9e2
ServiceName:vFW 2022-06-07 11-50-58
ServiceVersion:1.0
ServiceUUID:889ceb89-7168-4d05-981e-6d4f5b4175cf
ServiceInvariantUUID:85b043a9-d872-4920-a42c-5a77cd87b5e2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220607115058-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar
ArtifactUUID:420ec19d-3f03-43a0-832a-0fbad9ec5d9c
ArtifactChecksum:YjI4NDI2MDAyMjQ1YmEwNjRlZDU5MjNjODI2M2ZlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b73fec98-548d 0
ResourceCustomizationUUID:f2b8069f-581b-4d1b-84e2-6cf303af17f7
ResourceInvariantUUID:b6fde271-4c7a-42a8-a6f2-8c83bdd3f82e
ResourceName:vFW b73fec98-548d
ResourceType:VF
ResourceUUID:a9be5d60-c82c-4384-ad48-1174ecff27de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb73fec98548d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json
ArtifactUUID:5efa7e28-8b82-481e-bf8a-87bd59d1915a
ArtifactChecksum:N2UyNjdkOWE4MWRiMTlmMmM1NjgyMDYyYWZiYTdhZjU=
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/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml
ArtifactUUID:78afed6c-24f6-4be5-8549-d7f4dc640f1c
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/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
ArtifactUUID:5133a2a4-fe23-4001-893e-de8481c5585e
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/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
ArtifactUUID:5133a2a4-fe23-4001-893e-de8481c5585e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T11:52:53.018Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 889ceb89-7168-4d05-981e-6d4f5b4175cf 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-06-07T11:52:53.081Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:52:53.083Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:52:53.086Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:52:53.086Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 420ec19d-3f03-43a0-832a-0fbad9ec5d9c from URL: /sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:53.086Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:52:53.089Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:53.238Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:52:53.262Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar 420ec19d-3f03-43a0-832a-0fbad9ec5d9c 99037
2022-06-07T11:52:53.267Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar ASDC sendASDCNotification
2022-06-07T11:52:53.268Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:53.271Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:52:53.273Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:53.276Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:53.277Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602773264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:52:53.377Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:52:53.378Z||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-06-07T11:52:53.379Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:53.398Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:53.399Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:52:54.278Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:52:54.280Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:52:54.281Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 420ec19d-3f03-43a0-832a-0fbad9ec5d9c, URL: /sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar to file: /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:54.281Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607115058-csar.csar
2022-06-07T11:52:54.442Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:54.442Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:55.435Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6910658176423560213/Definitions/service-Vfw20220607115058-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-06-07T11:52:59.158Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T11:52:59.167Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T11:52:59.167Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.167Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-07T11:52:59.168Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.168Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.168Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.169Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.169Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.169Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.169Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.170Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.170Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.170Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.170Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b73fec98-548d 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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.171Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.171Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.171Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T11:52:59.180Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.183Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.191Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:52:59.192Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T11:52:59.194Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:52:59.197Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.197Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.197Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:52:59.198Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T11:52:59.199Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:52:59.199Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.199Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.204Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.204Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:52:59.205Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:52:59.205Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:52:59.205Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.206Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.206Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.206Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:52:59.207Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:52:59.207Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:52:59.207Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:52:59.207Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.208Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.208Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:52:59.208Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.209Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:52:59.209Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.209Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T11:52:59.212Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.212Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:52:59.214Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.214Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:52:59.215Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:52:59.216Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.217Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:52:59.219Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:52:59.219Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.219Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:52:59.220Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:52:59.220Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.220Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:52:59.221Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:52:59.221Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T11:52:59.221Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:52:59.221Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:52:59.222Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:52:59.222Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.222Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.222Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:52:59.223Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.223Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:52:59.223Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.223Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98f7caf5-12b4-4822-855b-bb91ee5c5a6f
2022-06-07T11:52:59.224Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.224Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:52:59.225Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:52:59.225Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:52:59.225Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.225Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.226Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.226Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:52:59.226Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:52:59.226Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T11:52:59.226Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:52:59.227Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.227Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:52:59.227Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.228Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4f461ae-b87c-43c7-bc44-26ed1c7ad220
2022-06-07T11:52:59.228Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.228Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:52:59.232Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:52:59.233Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:52:59.233Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.234Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.236Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.236Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:52:59.236Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:52:59.237Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:52:59.237Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:52:59.238Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.239Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.239Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T11:52:59.240Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dc6a534-97ce-4a5a-af98-a85465c40afb
2022-06-07T11:52:59.240Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.240Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.241Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.241Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.241Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.241Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.242Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:52:59.242Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.242Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-07 11-50-58
Description:catalog service description
Model UUID:889ceb89-7168-4d05-981e-6d4f5b4175cf
Model Version:NULL
Model InvariantUuid:85b043a9-d872-4920-a42c-5a77cd87b5e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b73fec98-548d
Model UUID:1511d084-c098-4493-b64e-b686eb307593
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b6fde271-4c7a-42a8-a6f2-8c83bdd3f82e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f2b8069f-581b-4d1b-84e2-6cf303af17f7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ca12e720-e1cd-45a7-932a-0a44262912b7
ModelName:VfwB73fec98548d..base_vfw..module-0
ModelUuid:c162452c-52f1-46fb-af7a-c0987ff16c65
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:98f7caf5-12b4-4822-855b-bb91ee5c5a6f
ModelInvariantUuid:41aaa753-e8b8-4200-b82f-e22dc8df1143
ModelName:vFW b73fec98-548d-nodes.vfwCvfc
ModelUuid:e78f2827-9806-4d35-8f4a-fb828fbdec4d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d0167961-56d1-40d9-9af6-c7cc5d0dc12b
ModelInvariantUuid:2eb5d6c4-ff0a-4b9b-b266-aa94b7cde54c
ModelName:VfwB73fec98548d.compute.nodes.heat.vfw
ModelUuid:7599e67d-1013-40fc-931d-1169cbb13144
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a4f461ae-b87c-43c7-bc44-26ed1c7ad220
ModelInvariantUuid:6479c581-7457-4827-95b2-946d9fffbdb4
ModelName:vFW b73fec98-548d-nodes.vsnCvfc
ModelUuid:5d1cb595-35e4-4cc7-bdd7-80d3cbd039de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:18598efc-c8c3-49ce-ab89-d28678ae05b2
ModelInvariantUuid:9920b584-a5ec-44b9-9cf0-863acc9dfd66
ModelName:VfwB73fec98548d.compute.nodes.heat.vsn
ModelUuid:d43027e5-8b9d-4919-81bb-50d492e35bc6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8dc6a534-97ce-4a5a-af98-a85465c40afb
ModelInvariantUuid:ad5e6e74-e8d6-408d-92d1-2a8eca9b1ddc
ModelName:vFW b73fec98-548d-nodes.vpgCvfc
ModelUuid:b0a7ff44-bd0d-4ad9-b2c5-f5dd600d9558
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:72047a80-6516-48a4-b034-11b3488b1d62
ModelInvariantUuid:b2953063-25a4-4e56-b447-21fb4adf0792
ModelName:VfwB73fec98548d.compute.nodes.heat.vpg
ModelUuid:5417e6d2-d986-402a-ae4b-1339eaaaa564
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-06-07T11:52:59.262Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a9be5d60-c82c-4384-ad48-1174ecff27de
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-06-07T11:52:59.424Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||vFW b73fec98-548d 0
2022-06-07T11:52:59.433Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a9be5d60-c82c-4384-ad48-1174ecff27de
2022-06-07T11:52:59.433Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5efa7e28-8b82-481e-bf8a-87bd59d1915a from URL: /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json
2022-06-07T11:52:59.434Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:52:59.434Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json
2022-06-07T11:52:59.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:52:59.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json 5efa7e28-8b82-481e-bf8a-87bd59d1915a 785
2022-06-07T11:52:59.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json ASDC sendASDCNotification
2022-06-07T11:52:59.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json
2022-06-07T11:52:59.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:52:59.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:59.524Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:59.524Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602779514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:52:59.621Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T11:52:59.624Z||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-06-07T11:52:59.624Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:59.649Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:52:59.651Z||pool-11-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:53:00.526Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB73fec98548d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ca12e720-e1cd-45a7-932a-0a44262912b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c162452c-52f1-46fb-af7a-c0987ff16c65",
    "vfModuleModelCustomizationUUID": "9f58edee-a45a-462b-841c-320556de1e87",
    "isBase": true,
    "artifacts": [
      "78afed6c-24f6-4be5-8549-d7f4dc640f1c",
      "5133a2a4-fe23-4001-893e-de8481c5585e"
    ],
    "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-06-07T11:53:00.554Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB73fec98548d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c162452c-52f1-46fb-af7a-c0987ff16c65
VfModuleModelInvariantUUID:ca12e720-e1cd-45a7-932a-0a44262912b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
78afed6c-24f6-4be5-8549-d7f4dc640f1c
,
5133a2a4-fe23-4001-893e-de8481c5585e

}
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-06-07T11:53:00.560Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB73fec98548d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ca12e720-e1cd-45a7-932a-0a44262912b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c162452c-52f1-46fb-af7a-c0987ff16c65",
    "vfModuleModelCustomizationUUID": "9f58edee-a45a-462b-841c-320556de1e87",
    "isBase": true,
    "artifacts": [
      "78afed6c-24f6-4be5-8549-d7f4dc640f1c",
      "5133a2a4-fe23-4001-893e-de8481c5585e"
    ],
    "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-06-07T11:53:00.560Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB73fec98548d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c162452c-52f1-46fb-af7a-c0987ff16c65
VfModuleModelInvariantUUID:ca12e720-e1cd-45a7-932a-0a44262912b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
78afed6c-24f6-4be5-8549-d7f4dc640f1c
,
5133a2a4-fe23-4001-893e-de8481c5585e

}
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-06-07T11:53:00.560Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 78afed6c-24f6-4be5-8549-d7f4dc640f1c from URL: /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml
2022-06-07T11:53:00.560Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:53:00.561Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml
2022-06-07T11:53:00.701Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:53:00.703Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml 78afed6c-24f6-4be5-8549-d7f4dc640f1c 20368
2022-06-07T11:53:00.703Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T11:53:00.704Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml
2022-06-07T11:53:00.704Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:53:00.704Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:00.707Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:00.708Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602780703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:53:00.812Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-07T11:53:00.813Z||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-06-07T11:53:00.814Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:00.843Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:53:00.844Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:53:01.709Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5133a2a4-fe23-4001-893e-de8481c5585e from URL: /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
2022-06-07T11:53:01.709Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:53:01.712Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
2022-06-07T11:53:01.806Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:53:01.808Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env 5133a2a4-fe23-4001-893e-de8481c5585e 2098
2022-06-07T11:53:01.809Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T11:53:01.809Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
2022-06-07T11:53:01.809Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:53:01.809Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:01.816Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:01.817Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602781809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:53:01.921Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-07T11:53:01.925Z||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-06-07T11:53:01.926Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:01.943Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:53:01.945Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:53:02.828Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 889ceb89-7168-4d05-981e-6d4f5b4175cf
2022-06-07T11:53:02.829Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b73fec98-548d 0 a9be5d60-c82c-4384-ad48-1174ecff27de 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-06-07T11:53:02.908Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27d31687, org.onap.sdc.toscaparser.api.parameters.Input@281b4ad6, org.onap.sdc.toscaparser.api.parameters.Input@444786dc, org.onap.sdc.toscaparser.api.parameters.Input@72801017, org.onap.sdc.toscaparser.api.parameters.Input@4dd857ee]
2022-06-07T11:53:02.913Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.913Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:02.914Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-07T11:53:02.915Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f2b8069f-581b-4d1b-84e2-6cf303af17f7
2022-06-07T11:53:02.915Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2b8069f-581b-4d1b-84e2-6cf303af17f7 matches Tosca VF Customization UUID: f2b8069f-581b-4d1b-84e2-6cf303af17f7
2022-06-07T11:53:02.915Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f2b8069f-581b-4d1b-84e2-6cf303af17f7  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-06-07T11:53:02.926Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.927Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:02.929Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f2b8069f-581b-4d1b-84e2-6cf303af17f7: {\"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-06-07T11:53:02.929Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61f1175a
2022-06-07T11:53:02.929Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.930Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:53:02.930Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f58edee-a45a-462b-841c-320556de1e87
2022-06-07T11:53:02.932Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f58edee-a45a-462b-841c-320556de1e87
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-06-07T11:53:02.942Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.943Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:02.943Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:53:02.945Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.945Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:02.945Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:53:02.946Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.946Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:53:02.946Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:53:02.946Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T11:53:02.947Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:53:02.947Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:53:02.947Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:53:02.948Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.948Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.949Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:53:02.949Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.949Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:53:02.950Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.950Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98f7caf5-12b4-4822-855b-bb91ee5c5a6f
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-06-07T11:53:02.970Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.970Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:02.971Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:53:02.972Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.972Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:53:02.973Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:53:02.973Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:53:02.974Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.974Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.975Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.975Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:53:02.976Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:53:02.976Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T11:53:02.977Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:53:02.977Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.978Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:53:02.978Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.979Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4f461ae-b87c-43c7-bc44-26ed1c7ad220
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-06-07T11:53:02.982Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.983Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:02.983Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:53:02.988Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.988Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:53:02.989Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:53:02.989Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:53:02.989Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.990Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.990Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.991Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:53:02.991Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:53:02.991Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:53:02.992Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:53:02.992Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.993Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.993Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T11:53:02.993Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dc6a534-97ce-4a5a-af98-a85465c40afb
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-06-07T11:53:02.996Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.997Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:02.997Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:53:02.998Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:02.998Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:03.003Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=f2b8069f-581b-4d1b-84e2-6cf303af17f7
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-06-07T11:53:03.006Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:03.007Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.007Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 889ceb89-7168-4d05-981e-6d4f5b4175cf: vFW b73fec98-548d
2022-06-07T11:53:03.007Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:03.008Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.008Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:03.008Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.008Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:03.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:03.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:53:03.010Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.010Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-07 11-50-58 
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-06-07T11:53:03.458Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b73fec98-548d a9be5d60-c82c-4384-ad48-1174ecff27de 1 ASDC deployResourceStructure
2022-06-07T11:53:03.459Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json ASDC sendASDCNotification
2022-06-07T11:53:03.459Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json
2022-06-07T11:53:03.460Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:53:03.460Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:03.463Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:03.463Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602783459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T11:53:03.564Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:53:03.565Z||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-06-07T11:53:03.565Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:03.585Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:53:03.615Z||pool-14-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:53:04.465Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T11:53:04.465Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml
2022-06-07T11:53:04.465Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:53:04.466Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:04.469Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:04.469Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602784465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T11:53:04.570Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:53:04.572Z||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-06-07T11:53:04.572Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:04.600Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:53:04.600Z||pool-15-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:53:05.471Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T11:53:05.472Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
2022-06-07T11:53:05.472Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:53:05.472Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:05.474Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:05.474Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602785471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-07T11:53:05.574Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:53:05.576Z||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-06-07T11:53:05.576Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:05.594Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:53:05.595Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:53:06.475Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar ASDC sendASDCNotification
2022-06-07T11:53:06.476Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar
2022-06-07T11:53:06.476Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:53:06.476Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:06.478Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:06.478Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602786475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:53:06.579Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:53:06.581Z||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-06-07T11:53:06.581Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:06.606Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:53:06.606Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:53:07.480Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a553c594-7392-4855-9df4-c483aa7cd9e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T11:53:07.505Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a553c594-7392-4855-9df4-c483aa7cd9e2
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-06-07T11:53:07.512Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:53:07.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T11:53:07.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T11:53:07.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T11:53:07.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:53:07.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:53:07.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:53:07.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:53:07.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:53:07.515Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:53:07.515Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-06-07T11:53:07.523Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T11:53:37.524Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a553c594-7392-4855-9df4-c483aa7cd9e2 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-06-07T11:53:37.534Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a553c594-7392-4855-9df4-c483aa7cd9e2 and serviceModelVersionId: 889ceb89-7168-4d05-981e-6d4f5b4175cf
2022-06-07T11:53:37.534Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85b043a9-d872-4920-a42c-5a77cd87b5e2
2022-06-07T11:53:45.060Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:53:45.061Z||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-06-07T11:53:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:53:45.216Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:53:45.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:53:45.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:53:45.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:00.459Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0
2022-06-07T11:54:00.643Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T11:54:01.670Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0|INFO|500||Invoke
2022-06-07T11:54:01.685Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a553c594-7392-4855-9df4-c483aa7cd9e2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21a37df4-3109-49c1-99f9-c699dede076d], X-ECOMP-RequestID=[a553c594-7392-4855-9df4-c483aa7cd9e2], X-TransactionId=[], X-ONAP-RequestID=[a553c594-7392-4855-9df4-c483aa7cd9e2], Content-Type=[application/merge-patch+json]}
2022-06-07T11:54:01.905Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T11:54:02.257Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?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/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-11:54:01:960-70017], vertex-id=[192592], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:54:01 GMT], Content-Type=[application/json]}
2022-06-07T11:54:02.259Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T11:54:02.261Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0|INFO|500||InvokeReturn
2022-06-07T11:54:02.274Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T11:54:02.274Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-06-07T11:54:02.284Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-06-07T11:54:02.286Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a553c594-7392-4855-9df4-c483aa7cd9e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T11:54:02.289Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T11:54:02.290Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:02.294Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:02.294Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602842287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:54:02.396Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T11:54:02.398Z||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-06-07T11:54:02.398Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:02.431Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:02.434Z||pool-18-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T11:54:03.314Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:54:03.316Z|a553c594-7392-4855-9df4-c483aa7cd9e2|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-06-07T11:54:03.316Z|a553c594-7392-4855-9df4-c483aa7cd9e2|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:54:03.962Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:03.963Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:54:03.963Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"433733f6-65a0-435d-82f5-8f33046edbad","serviceName":"basic_onboard_NEDOeB","serviceVersion":"1.0","serviceUUID":"616f7abf-a01b-4a6f-842f-df7dc74267ca","serviceDescription":"service","serviceInvariantUUID":"06a4da75-0c00-4f92-b6c4-623b0157b384","resources":[{"resourceInstanceName":"basic_onboard_NEDOeB 0","resourceName":"basic_onboard_NEDOeB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6cabc878-2dcc-4ae2-9168-39c7d4569419","resourceInvariantUUID":"e474fa8d-29e4-4554-8c6f-14f1281eb210","resourceCustomizationUUID":"bf3fec19-115f-4c35-b875-f9132499cd31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml","artifactChecksum":"NWZmODU1MGU3YzI2YTg0NjhiYTJmMTgzZjMyMTk4YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea2dc48e-c16e-4ab8-902a-f66cf60a8cfd","artifactVersion":"1"},{"artifactName":"basic_onboard_nedoeb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json","artifactChecksum":"MzY3OTYxMmNiNmQzNDBkMzQ5NzM2NmIwMTRiYmY5Nzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b71ac35-a3dd-4a59-b3ee-66a936f7502f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9195046a-e2eb-4bb4-a673-048b2aa420a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c6e3205d-e272-4a5c-a70c-419c61a3fbb1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aea17ced-88de-426f-8d42-187b0cf6695b","artifactVersion":"2","generatedFromUUID":"9195046a-e2eb-4bb4-a673-048b2aa420a2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNedoeb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml","artifactChecksum":"ZmNlNjg5MDM3N2M1NzM0YThlMjRiZDEzMTM0ODFkMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35f08b66-f66c-4e4c-bf1f-787a85d418ad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNedoeb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar","artifactChecksum":"MWUxN2MyMjE3YzZiYTJhZTVjZGM5ZjViOTRhNDMwNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d728d5-42f7-40a0-8497-3e128675878d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T11:54:03.974Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:03.975Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:03.978Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:03.978Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:04.078Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:04.080Z||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-06-07T11:54:04.080Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:04.115Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:04.116Z||pool-19-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:04.978Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:04.979Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:04.982Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:04.982Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T11:54:05.082Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:05.083Z||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-06-07T11:54:05.083Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:05.102Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:05.103Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:05.983Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:05.984Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:05.986Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:05.986Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T11:54:06.087Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:06.088Z||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-06-07T11:54:06.088Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:06.108Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:06.109Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:06.987Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:06.989Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:06.991Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:06.992Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:07.093Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T11:54:07.095Z||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-06-07T11:54:07.096Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:07.112Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:07.113Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:07.993Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:07.994Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:07.997Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:07.997Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-07T11:54:08.097Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:54:08.098Z||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-06-07T11:54:08.099Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:08.129Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:08.130Z||pool-23-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:08.999Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:09.000Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:09.002Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:09.003Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:09.103Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:54:09.104Z||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-06-07T11:54:09.104Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:09.125Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:09.125Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:10.004Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:10.005Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:10.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:10.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:54:10.109Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:10.110Z||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-06-07T11:54:10.110Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:10.132Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:10.133Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:11.011Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "serviceName": "basic_onboard_NEDOeB",
  "serviceVersion": "1.0",
  "serviceUUID": "616f7abf-a01b-4a6f-842f-df7dc74267ca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06a4da75-0c00-4f92-b6c4-623b0157b384",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NEDOeB 0",
      "resourceCustomizationUUID": "bf3fec19-115f-4c35-b875-f9132499cd31",
      "resourceName": "basic_onboard_NEDOeB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6cabc878-2dcc-4ae2-9168-39c7d4569419",
      "resourceInvariantUUID": "e474fa8d-29e4-4554-8c6f-14f1281eb210",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nedoeb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
          "artifactChecksum": "MzY3OTYxMmNiNmQzNDBkMzQ5NzM2NmIwMTRiYmY5Nzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b71ac35-a3dd-4a59-b3ee-66a936f7502f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9195046a-e2eb-4bb4-a673-048b2aa420a2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "aea17ced-88de-426f-8d42-187b0cf6695b",
            "generatedFromUUID": "9195046a-e2eb-4bb4-a673-048b2aa420a2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "aea17ced-88de-426f-8d42-187b0cf6695b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNedoeb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
      "artifactChecksum": "MWUxN2MyMjE3YzZiYTJhZTVjZGM5ZjViOTRhNDMwNDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d728d5-42f7-40a0-8497-3e128675878d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T11:54:11.012Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T11:54:11.012Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 616f7abf-a01b-4a6f-842f-df7dc74267ca ASDC
2022-06-07T11:54:11.013Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:433733f6-65a0-435d-82f5-8f33046edbad
ServiceName:basic_onboard_NEDOeB
ServiceVersion:1.0
ServiceUUID:616f7abf-a01b-4a6f-842f-df7dc74267ca
ServiceInvariantUUID:06a4da75-0c00-4f92-b6c4-623b0157b384
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNedoeb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar
ArtifactUUID:84d728d5-42f7-40a0-8497-3e128675878d
ArtifactChecksum:MWUxN2MyMjE3YzZiYTJhZTVjZGM5ZjViOTRhNDMwNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NEDOeB 0
ResourceCustomizationUUID:bf3fec19-115f-4c35-b875-f9132499cd31
ResourceInvariantUUID:e474fa8d-29e4-4554-8c6f-14f1281eb210
ResourceName:basic_onboard_NEDOeB
ResourceType:VF
ResourceUUID:6cabc878-2dcc-4ae2-9168-39c7d4569419
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nedoeb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json
ArtifactUUID:0b71ac35-a3dd-4a59-b3ee-66a936f7502f
ArtifactChecksum:MzY3OTYxMmNiNmQzNDBkMzQ5NzM2NmIwMTRiYmY5Nzk=
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/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9195046a-e2eb-4bb4-a673-048b2aa420a2
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/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
ArtifactUUID:aea17ced-88de-426f-8d42-187b0cf6695b
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/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
ArtifactUUID:aea17ced-88de-426f-8d42-187b0cf6695b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T11:54:11.013Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 616f7abf-a01b-4a6f-842f-df7dc74267ca 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-06-07T11:54:11.061Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:54:11.062Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:54:11.064Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:54:11.065Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 84d728d5-42f7-40a0-8497-3e128675878d from URL: /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:11.066Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:54:11.066Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:11.174Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:54:11.178Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar 84d728d5-42f7-40a0-8497-3e128675878d 71560
2022-06-07T11:54:11.178Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar ASDC sendASDCNotification
2022-06-07T11:54:11.178Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:11.179Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:54:11.179Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:11.181Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:11.181Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602851178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:54:11.282Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:11.283Z||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-06-07T11:54:11.283Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:11.324Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:11.325Z||pool-26-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:12.183Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:54:12.188Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:54:12.188Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 84d728d5-42f7-40a0-8497-3e128675878d, URL: /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar to file: /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:12.189Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:12.189Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:12.190Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:12.439Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12787909581961348009/Definitions/service-BasicOnboardNedoeb-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-06-07T11:54:14.450Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T11:54:14.451Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T11:54:14.452Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.452Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T11:54:14.453Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NEDOeB 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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.453Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.454Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.454Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.455Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.455Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.455Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.456Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.456Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.456Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T11:54:14.457Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.457Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.458Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:14.458Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T11:54:14.459Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:54:14.460Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.460Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.461Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:14.462Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T11:54:14.462Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:54:14.463Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.464Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.464Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.464Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is not matching search criteria
2022-06-07T11:54:14.465Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-07T11:54:14.465Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-07T11:54:14.466Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-07T11:54:14.466Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T11:54:14.466Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T11:54:14.467Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.467Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:54:14.468Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.468Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:14.468Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:14.469Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.469Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:14.469Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:14.470Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.470Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:14.470Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:14.471Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.471Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is not matching search criteria
2022-06-07T11:54:14.471Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T11:54:14.472Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T11:54:14.472Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a0c67a65-795c-405d-a4ae-880497cea497
2022-06-07T11:54:14.472Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.472Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.473Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.473Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.473Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.474Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.474Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:14.474Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.474Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_NEDOeB
Description:service
Model UUID:616f7abf-a01b-4a6f-842f-df7dc74267ca
Model Version:NULL
Model InvariantUuid:06a4da75-0c00-4f92-b6c4-623b0157b384
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_NEDOeB
Model UUID:51c11b8f-b854-43af-88a7-9da913ced6bf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e474fa8d-29e4-4554-8c6f-14f1281eb210
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bf3fec19-115f-4c35-b875-f9132499cd31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9f2bdcde-4416-4e22-a35a-4770fa6ac121
ModelName:BasicOnboardNedoeb..base_ubuntu18..module-0
ModelUuid:5b4563b3-8a96-4185-84f3-c4bff0d4b47a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a0c67a65-795c-405d-a4ae-880497cea497
ModelInvariantUuid:dab56b6f-b39c-4115-ba4b-04ff800c8231
ModelName:basic_onboard_NEDOeB-nodes.ubuntu18Cvfc
ModelUuid:4b48d5e5-d177-4df5-b394-354fbeb063d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7dda46e5-d093-4d60-9f87-f88e4e1a4b7c
ModelInvariantUuid:edcea5ee-24cc-43c9-851e-e333e072fa2a
ModelName:BasicOnboardNedoeb.compute.nodes.heat.ubuntu18
ModelUuid:ebaeb67e-4b19-48ca-a3e4-d3040cab0c67
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-06-07T11:54:14.484Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6cabc878-2dcc-4ae2-9168-39c7d4569419
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-06-07T11:54:14.489Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||basic_onboard_NEDOeB 0
2022-06-07T11:54:14.489Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6cabc878-2dcc-4ae2-9168-39c7d4569419
2022-06-07T11:54:14.489Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0b71ac35-a3dd-4a59-b3ee-66a936f7502f from URL: /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json
2022-06-07T11:54:14.489Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:54:14.490Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json
2022-06-07T11:54:14.567Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:54:14.569Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json 0b71ac35-a3dd-4a59-b3ee-66a936f7502f 798
2022-06-07T11:54:14.570Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json ASDC sendASDCNotification
2022-06-07T11:54:14.571Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json
2022-06-07T11:54:14.571Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:54:14.572Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:14.575Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:14.575Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602854570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:54:14.680Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-07T11:54:14.682Z||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-06-07T11:54:14.683Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:14.702Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:14.708Z||pool-27-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:15.576Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNedoeb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9f2bdcde-4416-4e22-a35a-4770fa6ac121",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b4563b3-8a96-4185-84f3-c4bff0d4b47a",
    "vfModuleModelCustomizationUUID": "3f686b4a-2b5b-4428-99be-5121dabe529d",
    "isBase": true,
    "artifacts": [
      "9195046a-e2eb-4bb4-a673-048b2aa420a2",
      "aea17ced-88de-426f-8d42-187b0cf6695b"
    ],
    "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-06-07T11:54:15.583Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNedoeb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b4563b3-8a96-4185-84f3-c4bff0d4b47a
VfModuleModelInvariantUUID:9f2bdcde-4416-4e22-a35a-4770fa6ac121
VfModuleModelDescription:NULL
Artifacts UUID List:{
9195046a-e2eb-4bb4-a673-048b2aa420a2
,
aea17ced-88de-426f-8d42-187b0cf6695b

}
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-06-07T11:54:15.588Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNedoeb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9f2bdcde-4416-4e22-a35a-4770fa6ac121",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b4563b3-8a96-4185-84f3-c4bff0d4b47a",
    "vfModuleModelCustomizationUUID": "3f686b4a-2b5b-4428-99be-5121dabe529d",
    "isBase": true,
    "artifacts": [
      "9195046a-e2eb-4bb4-a673-048b2aa420a2",
      "aea17ced-88de-426f-8d42-187b0cf6695b"
    ],
    "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-06-07T11:54:15.589Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNedoeb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b4563b3-8a96-4185-84f3-c4bff0d4b47a
VfModuleModelInvariantUUID:9f2bdcde-4416-4e22-a35a-4770fa6ac121
VfModuleModelDescription:NULL
Artifacts UUID List:{
9195046a-e2eb-4bb4-a673-048b2aa420a2
,
aea17ced-88de-426f-8d42-187b0cf6695b

}
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-06-07T11:54:15.589Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9195046a-e2eb-4bb4-a673-048b2aa420a2 from URL: /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml
2022-06-07T11:54:15.589Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:54:15.589Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml
2022-06-07T11:54:15.691Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:54:15.692Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml 9195046a-e2eb-4bb4-a673-048b2aa420a2 5033
2022-06-07T11:54:15.692Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T11:54:15.692Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml
2022-06-07T11:54:15.693Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:54:15.693Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:15.697Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:15.697Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602855692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:54:15.797Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:15.799Z||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-06-07T11:54:15.800Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:15.824Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:15.825Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:16.698Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aea17ced-88de-426f-8d42-187b0cf6695b from URL: /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
2022-06-07T11:54:16.699Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:54:16.699Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
2022-06-07T11:54:16.883Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:54:16.884Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env aea17ced-88de-426f-8d42-187b0cf6695b 909
2022-06-07T11:54:16.884Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T11:54:16.885Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
2022-06-07T11:54:16.885Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:54:16.885Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:16.888Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:16.889Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602856884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:54:16.990Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T11:54:16.992Z||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-06-07T11:54:16.992Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:17.016Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:17.017Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:17.889Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 616f7abf-a01b-4a6f-842f-df7dc74267ca
2022-06-07T11:54:17.890Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NEDOeB 0 6cabc878-2dcc-4ae2-9168-39c7d4569419 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-06-07T11:54:17.908Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@602e7bc3, org.onap.sdc.toscaparser.api.parameters.Input@4bac3da0, org.onap.sdc.toscaparser.api.parameters.Input@3320be60, org.onap.sdc.toscaparser.api.parameters.Input@1842ad65, org.onap.sdc.toscaparser.api.parameters.Input@ba12dcd]
2022-06-07T11:54:17.911Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.911Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.912Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-07T11:54:17.912Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bf3fec19-115f-4c35-b875-f9132499cd31
2022-06-07T11:54:17.913Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf3fec19-115f-4c35-b875-f9132499cd31 matches Tosca VF Customization UUID: bf3fec19-115f-4c35-b875-f9132499cd31
2022-06-07T11:54:17.913Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bf3fec19-115f-4c35-b875-f9132499cd31  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-06-07T11:54:17.917Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.918Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.919Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bf3fec19-115f-4c35-b875-f9132499cd31: {\"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-06-07T11:54:17.919Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a8b97d6
2022-06-07T11:54:17.920Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.920Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:54:17.920Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f686b4a-2b5b-4428-99be-5121dabe529d
2022-06-07T11:54:17.921Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f686b4a-2b5b-4428-99be-5121dabe529d
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-06-07T11:54:17.924Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.925Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:17.925Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:17.926Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.927Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:17.927Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:17.928Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.928Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is not matching search criteria
2022-06-07T11:54:17.929Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T11:54:17.929Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T11:54:17.929Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a0c67a65-795c-405d-a4ae-880497cea497
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-06-07T11:54:17.933Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.934Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:17.934Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:17.935Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.935Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:17.936Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=bf3fec19-115f-4c35-b875-f9132499cd31
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-06-07T11:54:17.939Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.940Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.941Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 616f7abf-a01b-4a6f-842f-df7dc74267ca: basic_onboard_NEDOeB
2022-06-07T11:54:17.941Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.942Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.942Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.943Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.943Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.944Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.944Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.944Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.945Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T11:54:17.945Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.945Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_NEDOeB 
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-06-07T11:54:18.071Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NEDOeB 6cabc878-2dcc-4ae2-9168-39c7d4569419 1 ASDC deployResourceStructure
2022-06-07T11:54:18.072Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json ASDC sendASDCNotification
2022-06-07T11:54:18.072Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json
2022-06-07T11:54:18.073Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:54:18.073Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:18.076Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:18.076Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602858072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T11:54:18.176Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:18.177Z||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-06-07T11:54:18.178Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:18.195Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:18.196Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:19.078Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T11:54:19.078Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml
2022-06-07T11:54:19.078Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:54:19.079Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:19.081Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:19.082Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602859077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T11:54:19.182Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:19.183Z||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-06-07T11:54:19.183Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:19.203Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:19.204Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:20.083Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T11:54:20.083Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
2022-06-07T11:54:20.084Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:54:20.085Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:20.089Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:20.090Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602860083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-07T11:54:20.196Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-07T11:54:20.198Z||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-06-07T11:54:20.198Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:20.227Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:20.228Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:21.092Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar ASDC sendASDCNotification
2022-06-07T11:54:21.124Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:21.124Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:54:21.124Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:21.136Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:21.137Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602861092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:54:21.227Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-07T11:54:21.229Z||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-06-07T11:54:21.229Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:21.251Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:21.252Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:22.140Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T11:54:22.156Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
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-06-07T11:54:22.166Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:54:22.166Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:54:22.166Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:54:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:54:45.060Z||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-06-07T11:54:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:54:45.096Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:54:45.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T11:54:45.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T11:54:45.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T11:54:45.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602765035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:54:45.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602773264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:54:45.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602779514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:54:45.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602780703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:54:45.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602781809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:54:45.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602783459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T11:54:45.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602784465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T11:54:45.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602785471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-07T11:54:45.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602786475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:54:45.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "cds",
  "timestamp": 1654602809283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602808215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "policy-id",
  "timestamp": 1654602808812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "cds",
  "timestamp": 1654602809283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602808215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "policy-id",
  "timestamp": 1654602808812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "cds",
  "timestamp": 1654602809283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602808215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "policy-id",
  "timestamp": 1654602808812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T11:54:45.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "cds",
  "timestamp": 1654602809283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602808215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "policy-id",
  "timestamp": 1654602808812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602820710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "cds",
  "timestamp": 1654602809283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602808215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "policy-id",
  "timestamp": 1654602808812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602820710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "cds",
  "timestamp": 1654602809283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602808215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "policy-id",
  "timestamp": 1654602808812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602820710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "cds",
  "timestamp": 1654602809283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:54:45.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602808215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:54:45.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "policy-id",
  "timestamp": 1654602808812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:54:45.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602823108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "aai-ml",
  "timestamp": 1654602823012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:45.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602820710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:54:52.167Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T11:54:52.182Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
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-06-07T11:54:52.187Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:54:52.188Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:54:52.188Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:55:22.189Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T11:55:22.205Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
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-06-07T11:55:22.210Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:55:22.210Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:55:22.211Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:55:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:55:45.061Z||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-06-07T11:55:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:55:45.104Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:55:45.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-07T11:55:45.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "cds",
  "timestamp": 1654602825440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:55:45.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:55:52.211Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T11:55:52.223Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
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-06-07T11:55:52.227Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:55:52.227Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:55:52.228Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:56:22.228Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T11:56:22.272Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
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-06-07T11:56:22.276Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:56:22.276Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:56:22.276Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:56:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:56:45.061Z||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-06-07T11:56:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:56:45.605Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:56:45.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602823108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602824850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "policy-id",
  "timestamp": 1654602825431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "aai-ml",
  "timestamp": 1654602823012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602820710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "cds",
  "timestamp": 1654602826445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-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-06-07T11:56:45.622Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.623Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad 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-06-07T11:56:45.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602823108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T11:56:45.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "policy-id",
  "timestamp": 1654602826436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "aai-ml",
  "timestamp": 1654602823012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602820710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602823108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "policy-id",
  "timestamp": 1654602827440,
  "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-06-07T11:56:45.645Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.645Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad 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-06-07T11:56:45.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "aai-ml",
  "timestamp": 1654602823012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602827093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:56:45.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654602820710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602823108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-07T11:56:45.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "aai-ml",
  "timestamp": 1654602823012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654602828097,
  "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-06-07T11:56:45.670Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.670Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad 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-06-07T11:56:45.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602823108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "aai-ml",
  "timestamp": 1654602823012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602823108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:56:45.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "aai-ml",
  "timestamp": 1654602823012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:56:45.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602830971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "aai-ml",
  "timestamp": 1654602830798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602832086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602833146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602834173,
  "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-06-07T11:56:45.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.699Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad 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-06-07T11:56:45.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "clamp",
  "timestamp": 1654602834068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654602835178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "clamp",
  "timestamp": 1654602834068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "clamp",
  "timestamp": 1654602834068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "clamp",
  "timestamp": 1654602834068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "clamp",
  "timestamp": 1654602834068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "aai-ml",
  "timestamp": 1654602838466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "clamp",
  "timestamp": 1654602834068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "aai-ml",
  "timestamp": 1654602839473,
  "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-06-07T11:56:45.718Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.718Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad 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-06-07T11:56:45.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "clamp",
  "timestamp": 1654602834068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:56:45.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602842287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:56:45.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602843314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "clamp",
  "timestamp": 1654602850286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602851178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "clamp",
  "timestamp": 1654602851308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:56:45.734Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "clamp",
  "timestamp": 1654602852311,
  "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-06-07T11:56:45.741Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.741Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad 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-06-07T11:56:45.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602854570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602855692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602856884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602858072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602859077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T11:56:45.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602860083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-07T11:56:45.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654602861092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T11:56:45.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:52.277Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T11:56:52.293Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
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-06-07T11:56:52.298Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:56:52.298Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T11:56:52.298Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T11:56:52.299Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T11:56:52.299Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:56:52.299Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:56:52.299Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:56:52.299Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:56:52.300Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:56:52.300Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T11:56:52.300Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-06-07T11:56:52.306Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T11:57:22.306Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad 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-06-07T11:57:22.316Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 433733f6-65a0-435d-82f5-8f33046edbad and serviceModelVersionId: 616f7abf-a01b-4a6f-842f-df7dc74267ca
2022-06-07T11:57:22.316Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06a4da75-0c00-4f92-b6c4-623b0157b384
2022-06-07T11:57:22.318Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0
2022-06-07T11:57:22.333Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T11:57:22.447Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0|INFO|500||Invoke
2022-06-07T11:57:22.448Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[433733f6-65a0-435d-82f5-8f33046edbad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9065884b-1523-4b0d-a648-77c6b5155889], X-ECOMP-RequestID=[433733f6-65a0-435d-82f5-8f33046edbad], X-TransactionId=[], X-ONAP-RequestID=[433733f6-65a0-435d-82f5-8f33046edbad], Content-Type=[application/merge-patch+json]}
2022-06-07T11:57:22.510Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T11:57:22.768Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?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/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-11:57:22:561-18992], vertex-id=[200824], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:57:22 GMT], Content-Type=[application/json]}
2022-06-07T11:57:22.769Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T11:57:22.770Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0|INFO|500||InvokeReturn
2022-06-07T11:57:22.770Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T11:57:22.770Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-06-07T11:57:22.777Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-06-07T11:57:22.777Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 433733f6-65a0-435d-82f5-8f33046edbad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T11:57:22.778Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T11:57:22.779Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:57:22.781Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:57:22.782Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603042777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:57:22.882Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:57:22.883Z||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-06-07T11:57:22.883Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:57:22.928Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:57:22.928Z||pool-34-thread-1|||||INFO|500||cambria reply ok (46 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-06-07T11:57:23.813Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:57:23.814Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T11:57:23.815Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:57:34.215Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:57:34.216Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:57:34.217Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T11:57:34.217Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:57:43.771Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:57:43.772Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:57:43.773Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T11:57:43.773Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:57:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:57:45.060Z||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-06-07T11:57:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:57:45.704Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:57:45.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:57:45.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603042777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:57:45.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:57:53.386Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:57:53.387Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:57:53.388Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T11:57:53.388Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:58:02.947Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:58:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:58:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T11:58:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:58:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:58:45.060Z||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-06-07T11:58:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:58:54.624Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:58:54.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:59:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:59:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T11:59:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:59:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:59:45.060Z||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-06-07T11:59:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:59:54.638Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T11:59:54.640Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:00:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:00:45.040Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T12:00:45.042Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:00:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:00:45.060Z||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-06-07T12:00:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:00:54.636Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:00:54.648Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:01:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:01:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T12:01:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:01:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:01:45.061Z||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-06-07T12:01:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:01:54.611Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:01:54.644Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:02:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:02:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T12:02:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:02:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:02:45.060Z||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-06-07T12:02:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:02:54.626Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:02:54.628Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:03:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:03:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T12:03:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:03:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:03:45.060Z||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-06-07T12:03:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:03:54.630Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:03:54.646Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:04:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:04:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T12:04:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:04:45.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:04:45.060Z||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-06-07T12:04:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:04:54.630Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:04:54.639Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:05:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:05:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T12:05:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:05:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:05:45.060Z||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-06-07T12:05:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:05:54.621Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:05:54.623Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:06:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:06:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T12:06:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:06:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:06:45.060Z||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-06-07T12:06:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:06:54.632Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:06:54.640Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:07:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:07:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|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-06-07T12:07:45.038Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:07:45.060Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:07:45.061Z||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-06-07T12:07:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:07:45.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:07:45.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603643109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "clamp",
  "timestamp": 1654603644068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603640710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603643109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "clamp",
  "timestamp": 1654603644068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603640710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603648214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "policy-id",
  "timestamp": 1654603648811,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "cds",
  "timestamp": 1654603649283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603648214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "policy-id",
  "timestamp": 1654603648811,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "cds",
  "timestamp": 1654603649283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603651129,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:07:45.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "policy-id",
  "timestamp": 1654603651777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "cds",
  "timestamp": 1654603652077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "clamp",
  "timestamp": 1654603652420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:07:45.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "policy-id",
  "timestamp": 1654603652785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:07:45.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "cds",
  "timestamp": 1654603653084,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:07:45.501Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 098da99b-7488-4b9e-be70-1f0fb8436e9c
2022-06-07T12:07:45.502Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 098da99b-7488-4b9e-be70-1f0fb8436e9c 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-06-07T12:07:45.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603652787,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:07:45.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "clamp",
  "timestamp": 1654603653454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:07:45.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "policy-id",
  "timestamp": 1654603653789,
  "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-06-07T12:07:45.537Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 098da99b-7488-4b9e-be70-1f0fb8436e9c
2022-06-07T12:07:45.538Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 098da99b-7488-4b9e-be70-1f0fb8436e9c 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-06-07T12:07:45.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603653791,
  "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-06-07T12:07:45.561Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 098da99b-7488-4b9e-be70-1f0fb8436e9c
2022-06-07T12:07:45.562Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 098da99b-7488-4b9e-be70-1f0fb8436e9c 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-06-07T12:07:45.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "clamp",
  "timestamp": 1654603654459,
  "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-06-07T12:07:45.579Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 098da99b-7488-4b9e-be70-1f0fb8436e9c
2022-06-07T12:07:45.579Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 098da99b-7488-4b9e-be70-1f0fb8436e9c 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-06-07T12:07:45.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "aai-ml",
  "timestamp": 1654603663012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:07:45.677Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:07:45.679Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.679Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"098da99b-7488-4b9e-be70-1f0fb8436e9c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7194dfd0-c956-4547-869c-3cc511cc2ec6","serviceDescription":"service","serviceInvariantUUID":"04bd5251-ef41-496a-b801-50d636d62fd8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"51931789-2656-4bd5-8001-40d074b1bd50","resourceInvariantUUID":"1614268c-1e97-44d0-b6d3-3289d601a97a","resourceCustomizationUUID":"7c0eef05-d03d-4682-af95-1f771d77ad54","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":"YmI2M2JiYzNmNGU5YTdhNDlkYTNhYTI2M2Y4OGMwOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5939a38-567b-4d3c-9979-f3f84d84dacf","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjllZjdiY2Y5MmU2ZGJkMmIyMWYwYTk1ZjdlNzRkZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"361c89c4-6290-4e7c-8ed4-d694c2441e00","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T12:07:45.686Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:07:45.694Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:07:45.713Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:07:45.714Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603665036,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.813Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T12:07:45.815Z||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-06-07T12:07:45.815Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:07:45.832Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:07:45.833Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:07:46.716Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:07:46.717Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:07:46.720Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:07:46.720Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603665036,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:07:46.822Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T12:07:46.824Z||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-06-07T12:07:46.824Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:07:46.845Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:07:46.846Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:07:47.721Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7194dfd0-c956-4547-869c-3cc511cc2ec6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "04bd5251-ef41-496a-b801-50d636d62fd8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7c0eef05-d03d-4682-af95-1f771d77ad54",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "51931789-2656-4bd5-8001-40d074b1bd50",
      "resourceInvariantUUID": "1614268c-1e97-44d0-b6d3-3289d601a97a",
      "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": "ZjllZjdiY2Y5MmU2ZGJkMmIyMWYwYTk1ZjdlNzRkZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "361c89c4-6290-4e7c-8ed4-d694c2441e00"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T12:07:47.722Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T12:07:47.723Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7194dfd0-c956-4547-869c-3cc511cc2ec6 ASDC
2022-06-07T12:07:47.724Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:098da99b-7488-4b9e-be70-1f0fb8436e9c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7194dfd0-c956-4547-869c-3cc511cc2ec6
ServiceInvariantUUID:04bd5251-ef41-496a-b801-50d636d62fd8
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:361c89c4-6290-4e7c-8ed4-d694c2441e00
ArtifactChecksum:ZjllZjdiY2Y5MmU2ZGJkMmIyMWYwYTk1ZjdlNzRkZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7c0eef05-d03d-4682-af95-1f771d77ad54
ResourceInvariantUUID:1614268c-1e97-44d0-b6d3-3289d601a97a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:51931789-2656-4bd5-8001-40d074b1bd50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-07T12:07:47.725Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7194dfd0-c956-4547-869c-3cc511cc2ec6 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-06-07T12:07:47.759Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:07:47.769Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:07:47.770Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:07:47.770Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 361c89c4-6290-4e7c-8ed4-d694c2441e00 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T12:07:47.770Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:07:47.771Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T12:07:47.849Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:07:47.853Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 361c89c4-6290-4e7c-8ed4-d694c2441e00 52510
2022-06-07T12:07:47.853Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-07T12:07:47.854Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T12:07:47.854Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:07:47.854Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:07:47.857Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:07:47.857Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603667853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:07:47.957Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:07:47.958Z||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-06-07T12:07:47.958Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:07:47.974Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:07:47.974Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:07:48.858Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:07:48.859Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:07:48.860Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 361c89c4-6290-4e7c-8ed4-d694c2441e00, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:48.860Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-07T12:07:48.861Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:48.861Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.037Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6130434122292548682/Definitions/service-BasicNetwork-template.yml
2022-06-07T12:07:49.883Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T12:07:49.884Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:07:49.886Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.886Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.886Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:07:49.888Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:07:49.888Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.888Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.888Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.888Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7194dfd0-c956-4547-869c-3cc511cc2ec6
Model Version:NULL
Model InvariantUuid:04bd5251-ef41-496a-b801-50d636d62fd8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1614268c-1e97-44d0-b6d3-3289d601a97a
Model UUID:74123b03-72f9-4e8d-a0c6-cc7ca421bf5c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7c0eef05-d03d-4682-af95-1f771d77ad54
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-06-07T12:07:49.899Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 51931789-2656-4bd5-8001-40d074b1bd50
2022-06-07T12:07:49.900Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||No resources found for Service: 7194dfd0-c956-4547-869c-3cc511cc2ec6
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-06-07T12:07:49.907Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||
2022-06-07T12:07:49.907Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-07T12:07:49.909Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7194dfd0-c956-4547-869c-3cc511cc2ec6
2022-06-07T12:07:49.909Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7194dfd0-c956-4547-869c-3cc511cc2ec6
2022-06-07T12:07:49.909Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-07T12:07:49.909Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:07:49.926Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a7061c0, org.onap.sdc.toscaparser.api.parameters.Input@3f71b1eb, org.onap.sdc.toscaparser.api.parameters.Input@7a4cce6d, org.onap.sdc.toscaparser.api.parameters.Input@52702f6d, org.onap.sdc.toscaparser.api.parameters.Input@2bf72a82]
2022-06-07T12:07:49.928Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.928Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.928Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.928Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.929Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7194dfd0-c956-4547-869c-3cc511cc2ec6: Generic NeutronNet
2022-06-07T12:07:49.929Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.929Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.929Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.929Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:07:49.987Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.987Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.988Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.988Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.988Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:07:49.989Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.989Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:07:50.054Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-07T12:07:50.055Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-07T12:07:50.055Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T12:07:50.055Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:07:50.055Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:07:50.057Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:07:50.058Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603670055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:07:50.159Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:07:50.160Z||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-06-07T12:07:50.161Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:07:50.206Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:07:50.207Z||pool-38-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:07:51.058Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:07:51.074Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
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-06-07T12:07:51.080Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:07:51.080Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:07:51.080Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:08:21.081Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:08:21.110Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
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-06-07T12:08:21.115Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:08:21.116Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:08:21.116Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:08:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:08:45.062Z||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-06-07T12:08:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:08:45.103Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:08:45.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:08:45.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "aai-ml",
  "timestamp": 1654603663012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:08:45.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:08:51.116Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:08:51.136Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
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-06-07T12:08:51.149Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:08:51.150Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:08:51.150Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:09:21.155Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:09:21.207Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
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-06-07T12:09:21.229Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:09:21.230Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:09:21.234Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:09:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:09:45.061Z||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-06-07T12:09:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:09:45.152Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:09:45.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:09:45.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603665036,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:09:45.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:09:51.234Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:09:51.248Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
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-06-07T12:09:51.252Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:09:51.253Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:09:51.253Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:10:21.253Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:10:21.273Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
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-06-07T12:10:21.277Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:10:21.278Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:10:21.278Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:10:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:10:45.060Z||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-06-07T12:10:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:10:45.113Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:10:45.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "aai-ml",
  "timestamp": 1654603665793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603665036,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603667853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603670055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "aai-ml",
  "timestamp": 1654603670244,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "aai-ml",
  "timestamp": 1654603671249,
  "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-06-07T12:10:45.131Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 098da99b-7488-4b9e-be70-1f0fb8436e9c
2022-06-07T12:10:45.131Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 098da99b-7488-4b9e-be70-1f0fb8436e9c 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-06-07T12:10:45.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603683109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "cds",
  "timestamp": 1654603679283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603678214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603680710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "cds",
  "timestamp": 1654603679283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603683109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603678214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603680710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603683109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "cds",
  "timestamp": 1654603679283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603678214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603680710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "policy-id",
  "timestamp": 1654603688811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603683109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603678214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "cds",
  "timestamp": 1654603679283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603680710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "policy-id",
  "timestamp": 1654603688811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603683109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "cds",
  "timestamp": 1654603679283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603678214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603680710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "policy-id",
  "timestamp": 1654603688811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603683109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603678214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603680710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "cds",
  "timestamp": 1654603679283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "policy-id",
  "timestamp": 1654603688811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603678214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "cds",
  "timestamp": 1654603679283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603683109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603680710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "policy-id",
  "timestamp": 1654603688811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603683109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603680710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603678214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "cds",
  "timestamp": 1654603679283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "policy-id",
  "timestamp": 1654603688811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "aai-ml",
  "timestamp": 1654603693012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "cds",
  "timestamp": 1654603694885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603694251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603694233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "policy-id",
  "timestamp": 1654603688811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "aai-ml",
  "timestamp": 1654603693012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "cds",
  "timestamp": 1654603695891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-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-06-07T12:10:45.213Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.214Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 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-06-07T12:10:45.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603695511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:10:45.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "policy-id",
  "timestamp": 1654603688811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "aai-ml",
  "timestamp": 1654603693012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603696261,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:10:45.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603696517,
  "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-06-07T12:10:45.234Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.235Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 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-06-07T12:10:45.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "aai-ml",
  "timestamp": 1654603693012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "policy-id",
  "timestamp": 1654603697591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603697265,
  "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-06-07T12:10:45.256Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.256Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 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-06-07T12:10:45.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "aai-ml",
  "timestamp": 1654603693012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "policy-id",
  "timestamp": 1654603698596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:10:45.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "aai-ml",
  "timestamp": 1654603693012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "policy-id",
  "timestamp": 1654603699599,
  "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-06-07T12:10:45.281Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.282Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 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-06-07T12:10:45.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "aai-ml",
  "timestamp": 1654603693012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "aai-ml",
  "timestamp": 1654603693012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "aai-ml",
  "timestamp": 1654603701814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "clamp",
  "timestamp": 1654603704069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "clamp",
  "timestamp": 1654603704069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "clamp",
  "timestamp": 1654603704069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "aai-ml",
  "timestamp": 1654603707011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:10:45.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "clamp",
  "timestamp": 1654603704069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "aai-ml",
  "timestamp": 1654603708016,
  "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-06-07T12:10:45.308Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.308Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 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-06-07T12:10:45.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "clamp",
  "timestamp": 1654603704069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "clamp",
  "timestamp": 1654603704069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "clamp",
  "timestamp": 1654603704069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "clamp",
  "timestamp": 1654603704069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "clamp",
  "timestamp": 1654603721517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "clamp",
  "timestamp": 1654603723440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "clamp",
  "timestamp": 1654603724445,
  "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-06-07T12:10:45.332Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.332Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 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-06-07T12:10:51.279Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:10:51.295Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
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-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:10:51.301Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:10:51.301Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:10:51.301Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:10:51.307Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T12:11:21.311Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c 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-06-07T12:11:21.327Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c and serviceModelVersionId: 7194dfd0-c956-4547-869c-3cc511cc2ec6
2022-06-07T12:11:21.328Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04bd5251-ef41-496a-b801-50d636d62fd8
2022-06-07T12:11:21.329Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?depth=0
2022-06-07T12:11:21.339Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T12:11:21.436Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?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-06-07T12:11:21.440Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?depth=0|INFO|500||Invoke
2022-06-07T12:11:21.485Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T12:11:21.824Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?depth=0|INFO|500||InvokeReturn
2022-06-07T12:11:21.826Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-12:11:21:531-50859], vertex-id=[188504], Content-Length=[0], Date=[Tue, 07 Jun 2022 12:11:21 GMT], Content-Type=[application/json]}
2022-06-07T12:11:21.827Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T12:11:21.828Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T12:11:21.828Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:11:21.837Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||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-06-07T12:11:21.837Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 098da99b-7488-4b9e-be70-1f0fb8436e9c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T12:11:21.838Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T12:11:21.838Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:21.843Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:21.843Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603881838,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:11:21.943Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:11:21.945Z||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-06-07T12:11:21.945Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:21.970Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:21.971Z||pool-39-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T12:11:22.868Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:11:22.877Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|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-06-07T12:11:22.877Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:11:27.399Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:27.401Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T12:11:27.401Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"08e7e227-1b2e-478a-964c-9ffdb761bf25","serviceName":"Demo_pNF_WWNSI9gyWNX0H4lNQ1IM","serviceVersion":"1.0","serviceUUID":"926dc403-8141-4691-bbdb-fe3580352a5a","serviceDescription":"catalog service description","serviceInvariantUUID":"1e79b46d-6fcc-4867-83b5-825a8b1b1635","resources":[{"resourceInstanceName":"pNF 3fabe08f-f923 0","resourceName":"pNF 3fabe08f-f923","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3bbf0b7f-3fe5-4db5-ac86-36034744cad9","resourceInvariantUUID":"734f8492-c61c-47a8-92ed-ace5c62c81ad","resourceCustomizationUUID":"924e50eb-917b-4b86-8723-3c9a9f2d7ed7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml","artifactChecksum":"M2MyYTlhMjk2ODdkNzNlNGE4ODM0YTc4ZDE0ZjI2YWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11de06ae-b25a-4927-977c-557991f60ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ae872b7-d02b-4123-bbb5-4af9e8de43ff","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b2cd2bb-b40c-4e26-a505-1e4c10229de8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml","artifactChecksum":"MDY3ZjVlMGQ0NzMzZmU3YTc3YzExNjFhZTU4MGEyNmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ecc3f495-75e8-45e3-a954-e50476358b2a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5789da93-3f4e-4462-b376-6d237685227d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"24ce3701-8cc0-4469-98e4-751be67b0e45","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml","artifactChecksum":"Y2U5NjVlOTVlMTZhMjRmZjRiZGYzMTUyMGYyNzVmYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b76f2228-f3b6-4452-a9e1-d38177c30f39","artifactVersion":"1"},{"artifactName":"service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar","artifactChecksum":"ZmVhNTkzZWE5NzYzYzZiZmQwY2E3M2IzOTI5NmVlMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5971ee8-08c5-440c-b7d5-1b3908e52136","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T12:11:27.404Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:27.404Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:27.413Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:27.413Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:27.507Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-07T12:11:27.508Z||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-06-07T12:11:27.509Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:27.524Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:27.525Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:11:28.414Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:28.415Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:28.417Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:28.417Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:28.518Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:11:28.519Z||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-06-07T12:11:28.519Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:28.536Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:28.537Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:11:29.419Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:29.420Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:29.422Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:29.422Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:29.522Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:11:29.524Z||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-06-07T12:11:29.524Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:29.571Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:29.572Z||pool-42-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:11:30.423Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:30.424Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:30.427Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:30.428Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:30.527Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:11:30.529Z||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-06-07T12:11:30.529Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:30.586Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:30.586Z||pool-43-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:11:31.429Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:31.430Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:31.432Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:31.433Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:31.533Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:11:31.534Z||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-06-07T12:11:31.534Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:31.556Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:31.557Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:11:32.433Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:32.434Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:32.444Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:32.444Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:32.538Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-07T12:11:32.539Z||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-06-07T12:11:32.540Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:32.586Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:32.587Z||pool-45-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:11:33.445Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:33.446Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:33.449Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:33.449Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:33.550Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:11:33.552Z||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-06-07T12:11:33.552Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:33.630Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:33.631Z||pool-46-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:11:34.450Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:34.451Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:34.457Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:34.458Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:11:34.554Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T12:11:34.555Z||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-06-07T12:11:34.556Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:34.578Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:34.579Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:11:35.460Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "serviceName": "Demo_pNF_WWNSI9gyWNX0H4lNQ1IM",
  "serviceVersion": "1.0",
  "serviceUUID": "926dc403-8141-4691-bbdb-fe3580352a5a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1e79b46d-6fcc-4867-83b5-825a8b1b1635",
  "resources": [
    {
      "resourceInstanceName": "pNF 3fabe08f-f923 0",
      "resourceCustomizationUUID": "924e50eb-917b-4b86-8723-3c9a9f2d7ed7",
      "resourceName": "pNF 3fabe08f-f923",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3bbf0b7f-3fe5-4db5-ac86-36034744cad9",
      "resourceInvariantUUID": "734f8492-c61c-47a8-92ed-ace5c62c81ad",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
      "artifactChecksum": "ZmVhNTkzZWE5NzYzYzZiZmQwY2E3M2IzOTI5NmVlMjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d5971ee8-08c5-440c-b7d5-1b3908e52136"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T12:11:35.460Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T12:11:35.460Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 926dc403-8141-4691-bbdb-fe3580352a5a ASDC
2022-06-07T12:11:35.461Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:08e7e227-1b2e-478a-964c-9ffdb761bf25
ServiceName:Demo_pNF_WWNSI9gyWNX0H4lNQ1IM
ServiceVersion:1.0
ServiceUUID:926dc403-8141-4691-bbdb-fe3580352a5a
ServiceInvariantUUID:1e79b46d-6fcc-4867-83b5-825a8b1b1635
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
ArtifactUUID:d5971ee8-08c5-440c-b7d5-1b3908e52136
ArtifactChecksum:ZmVhNTkzZWE5NzYzYzZiZmQwY2E3M2IzOTI5NmVlMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3fabe08f-f923 0
ResourceCustomizationUUID:924e50eb-917b-4b86-8723-3c9a9f2d7ed7
ResourceInvariantUUID:734f8492-c61c-47a8-92ed-ace5c62c81ad
ResourceName:pNF 3fabe08f-f923
ResourceType:PNF
ResourceUUID:3bbf0b7f-3fe5-4db5-ac86-36034744cad9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-07T12:11:35.461Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 926dc403-8141-4691-bbdb-fe3580352a5a 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-06-07T12:11:35.492Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:11:35.493Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:11:35.493Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:11:35.494Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d5971ee8-08c5-440c-b7d5-1b3908e52136 from URL: /sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:35.494Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:11:35.494Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:35.947Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:11:35.952Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar d5971ee8-08c5-440c-b7d5-1b3908e52136 82668
2022-06-07T12:11:35.953Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar ASDC sendASDCNotification
2022-06-07T12:11:35.953Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:35.953Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:11:35.954Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:35.957Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:35.957Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603895953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:36.057Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:11:36.058Z||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-06-07T12:11:36.058Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:36.082Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:36.083Z||pool-48-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:11:36.958Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:11:36.959Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:11:36.959Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d5971ee8-08c5-440c-b7d5-1b3908e52136, URL: /sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar to file: /app/ASDC/1/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:36.960Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:36.961Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:36.961Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:37.205Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11338327717729098384/Definitions/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml
2022-06-07T12:11:38.479Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T12:11:38.480Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:11:38.480Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.480Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-07T12:11:38.480Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3fabe08f-f923 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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:11:38.482Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:11:38.482Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.482Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Node template pNF 3fabe08f-f923 0 is matching search criteria
2022-06-07T12:11:38.483Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:11:38.483Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3fabe08f-f923 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:11:38.483Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:11:38.483Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.484Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Node template pNF 3fabe08f-f923 0 is matching search criteria
2022-06-07T12:11:38.484Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:11:38.484Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3fabe08f-f923 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:11:38.484Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:11:38.484Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.485Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:11:38.485Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.485Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:11:38.485Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.485Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:11:38.486Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.486Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:11:38.486Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.486Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WWNSI9gyWNX0H4lNQ1IM
Description:catalog service description
Model UUID:926dc403-8141-4691-bbdb-fe3580352a5a
Model Version:NULL
Model InvariantUuid:1e79b46d-6fcc-4867-83b5-825a8b1b1635
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-06-07T12:11:38.499Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3bbf0b7f-3fe5-4db5-ac86-36034744cad9
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-06-07T12:11:38.503Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||pNF 3fabe08f-f923 0
2022-06-07T12:11:38.504Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3bbf0b7f-3fe5-4db5-ac86-36034744cad9
2022-06-07T12:11:38.504Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 926dc403-8141-4691-bbdb-fe3580352a5a
2022-06-07T12:11:38.504Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 926dc403-8141-4691-bbdb-fe3580352a5a
2022-06-07T12:11:38.504Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3fabe08f-f923 0 3bbf0b7f-3fe5-4db5-ac86-36034744cad9 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-06-07T12:11:38.510Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41ffc536, org.onap.sdc.toscaparser.api.parameters.Input@16e27804, org.onap.sdc.toscaparser.api.parameters.Input@ff582e9, org.onap.sdc.toscaparser.api.parameters.Input@70291898, org.onap.sdc.toscaparser.api.parameters.Input@4fc0b5de]
2022-06-07T12:11:38.511Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:11:38.511Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.511Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 926dc403-8141-4691-bbdb-fe3580352a5a: pNF 3fabe08f-f923
2022-06-07T12:11:38.512Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Processing PNF resource: 3bbf0b7f-3fe5-4db5-ac86-36034744cad9
2022-06-07T12:11:38.512Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:11:38.512Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.512Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Resource customization UUID: 924e50eb-917b-4b86-8723-3c9a9f2d7ed7 is the same as notified resource customizationUUID: 924e50eb-917b-4b86-8723-3c9a9f2d7ed7
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-06-07T12:11:38.568Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3fabe08f-f923 3bbf0b7f-3fe5-4db5-ac86-36034744cad9 0 ASDC deployResourceStructure
2022-06-07T12:11:38.569Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar ASDC sendASDCNotification
2022-06-07T12:11:38.569Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.569Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:11:38.570Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:38.573Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:38.573Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603898569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:11:38.674Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:11:38.675Z||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-06-07T12:11:38.675Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:38.696Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:38.697Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:11:39.577Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e7e227-1b2e-478a-964c-9ffdb761bf25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:11:39.601Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e7e227-1b2e-478a-964c-9ffdb761bf25
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-06-07T12:11:39.605Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:11:39.605Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T12:11:39.606Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T12:11:39.606Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T12:11:39.606Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:11:39.606Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:11:39.606Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:11:39.606Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:11:39.606Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:11:39.606Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:11:39.606Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:11:39.606Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-06-07T12:11:39.616Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T12:11:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:11:45.060Z||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-06-07T12:11:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:11:45.152Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:11:45.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "cds",
  "timestamp": 1654603739283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603738214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603740710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603743108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "cds",
  "timestamp": 1654603739283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603743108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603738214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603740710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "cds",
  "timestamp": 1654603739283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603743108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603738214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603740710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "policy-id",
  "timestamp": 1654603748811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603743108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603738214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "cds",
  "timestamp": 1654603739283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603740710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "policy-id",
  "timestamp": 1654603748811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "cds",
  "timestamp": 1654603739283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603743108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603740710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603738214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "policy-id",
  "timestamp": 1654603748811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "cds",
  "timestamp": 1654603739283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603740710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603743108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603738214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "policy-id",
  "timestamp": 1654603748811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "cds",
  "timestamp": 1654603739283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603740710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603743108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603738214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "policy-id",
  "timestamp": 1654603748811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603753639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "cds",
  "timestamp": 1654603754353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.211Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603753716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.211Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "policy-id",
  "timestamp": 1654603748811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "aai-ml",
  "timestamp": 1654603753012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "cds",
  "timestamp": 1654603755358,
  "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-06-07T12:11:45.241Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87a358b8-7639-4653-88e0-f635b078a504
2022-06-07T12:11:45.242Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87a358b8-7639-4653-88e0-f635b078a504 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-06-07T12:11:45.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603754758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "policy-id",
  "timestamp": 1654603748811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "aai-ml",
  "timestamp": 1654603753012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "aai-ml",
  "timestamp": 1654603753012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603755880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "policy-id",
  "timestamp": 1654603756597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603756088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:11:45.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "cds",
  "timestamp": 1654603756363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "aai-ml",
  "timestamp": 1654603753012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603756913,
  "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-06-07T12:11:45.288Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87a358b8-7639-4653-88e0-f635b078a504
2022-06-07T12:11:45.289Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87a358b8-7639-4653-88e0-f635b078a504 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-06-07T12:11:45.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "policy-id",
  "timestamp": 1654603757602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:11:45.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603757096,
  "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-06-07T12:11:45.318Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87a358b8-7639-4653-88e0-f635b078a504
2022-06-07T12:11:45.318Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87a358b8-7639-4653-88e0-f635b078a504 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-06-07T12:11:45.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "cds",
  "timestamp": 1654603756363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "aai-ml",
  "timestamp": 1654603753012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603757919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:11:45.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "policy-id",
  "timestamp": 1654603758605,
  "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-06-07T12:11:45.339Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87a358b8-7639-4653-88e0-f635b078a504
2022-06-07T12:11:45.340Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87a358b8-7639-4653-88e0-f635b078a504 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-06-07T12:11:45.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "cds",
  "timestamp": 1654603756363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "aai-ml",
  "timestamp": 1654603753012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "cds",
  "timestamp": 1654603756363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "aai-ml",
  "timestamp": 1654603753012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "cds",
  "timestamp": 1654603756363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "aai-ml",
  "timestamp": 1654603760820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "cds",
  "timestamp": 1654603756363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603760710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "cds",
  "timestamp": 1654603756363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603760710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "cds",
  "timestamp": 1654603756363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603760710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603763108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "cds",
  "timestamp": 1654603756363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603760710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603763108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603760710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "cds",
  "timestamp": 1654603766189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603763108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603760710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "cds",
  "timestamp": 1654603767198,
  "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-06-07T12:11:45.412Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8d0a4b6-c8c2-4e97-9134-d9b3371e2078
2022-06-07T12:11:45.413Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d0a4b6-c8c2-4e97-9134-d9b3371e2078 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-06-07T12:11:45.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603763108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603760710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603763108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "aai-ml",
  "timestamp": 1654603768004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:11:45.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603760710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603763108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603768812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603768214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "aai-ml",
  "timestamp": 1654603769009,
  "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-06-07T12:11:45.476Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87a358b8-7639-4653-88e0-f635b078a504
2022-06-07T12:11:45.477Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87a358b8-7639-4653-88e0-f635b078a504 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-06-07T12:11:45.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654603760710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603763108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603768812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603768214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603763108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603768812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603768214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603763108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603768812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603768214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603772853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603768214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603768812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603768812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603768214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603773923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603768812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603768214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603775001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603768812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603768214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603776101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603768812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603768214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:11:45.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603777160,
  "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-06-07T12:11:45.528Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d0a4b6-c8c2-4e97-9134-d9b3371e2078
2022-06-07T12:11:45.529Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d0a4b6-c8c2-4e97-9134-d9b3371e2078 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-06-07T12:11:45.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603778595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603778042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654603778168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:11:45.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603779600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:11:45.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "policy-id",
  "timestamp": 1654603780603,
  "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-06-07T12:11:45.565Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d0a4b6-c8c2-4e97-9134-d9b3371e2078
2022-06-07T12:11:45.569Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d0a4b6-c8c2-4e97-9134-d9b3371e2078 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-06-07T12:11:45.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "clamp",
  "timestamp": 1654603780442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:11:45.591Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603780251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:11:45.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "clamp",
  "timestamp": 1654603781478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:11:45.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:11:45.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654603781255,
  "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-06-07T12:11:45.621Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8d0a4b6-c8c2-4e97-9134-d9b3371e2078
2022-06-07T12:11:45.623Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d0a4b6-c8c2-4e97-9134-d9b3371e2078 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-06-07T12:11:45.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "clamp",
  "timestamp": 1654603782492,
  "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-06-07T12:11:45.652Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87a358b8-7639-4653-88e0-f635b078a504
2022-06-07T12:11:45.652Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87a358b8-7639-4653-88e0-f635b078a504 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-06-07T12:11:45.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.665Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603783012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:11:45.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:11:45.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:11:45.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:09.617Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08e7e227-1b2e-478a-964c-9ffdb761bf25 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-06-07T12:12:09.628Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08e7e227-1b2e-478a-964c-9ffdb761bf25 and serviceModelVersionId: 926dc403-8141-4691-bbdb-fe3580352a5a
2022-06-07T12:12:09.628Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e79b46d-6fcc-4867-83b5-825a8b1b1635
2022-06-07T12:12:09.630Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e79b46d-6fcc-4867-83b5-825a8b1b1635/model-vers/model-ver/926dc403-8141-4691-bbdb-fe3580352a5a?depth=0
2022-06-07T12:12:09.649Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T12:12:09.752Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e79b46d-6fcc-4867-83b5-825a8b1b1635/model-vers/model-ver/926dc403-8141-4691-bbdb-fe3580352a5a?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-06-07T12:12:09.753Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e79b46d-6fcc-4867-83b5-825a8b1b1635/model-vers/model-ver/926dc403-8141-4691-bbdb-fe3580352a5a?depth=0|INFO|500||Invoke
2022-06-07T12:12:09.794Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e79b46d-6fcc-4867-83b5-825a8b1b1635/model-vers/model-ver/926dc403-8141-4691-bbdb-fe3580352a5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T12:12:10.084Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e79b46d-6fcc-4867-83b5-825a8b1b1635/model-vers/model-ver/926dc403-8141-4691-bbdb-fe3580352a5a?depth=0|INFO|500||InvokeReturn
2022-06-07T12:12:10.085Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e79b46d-6fcc-4867-83b5-825a8b1b1635/model-vers/model-ver/926dc403-8141-4691-bbdb-fe3580352a5a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-12:12:09:838-41358], vertex-id=[266376], Content-Length=[0], Date=[Tue, 07 Jun 2022 12:12:09 GMT], Content-Type=[application/json]}
2022-06-07T12:12:10.086Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T12:12:10.086Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T12:12:10.086Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-06-07T12:12:10.092Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-06-07T12:12:10.092Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08e7e227-1b2e-478a-964c-9ffdb761bf25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T12:12:10.092Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T12:12:10.093Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:10.096Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:10.096Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603930092,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:12:10.196Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:12:10.198Z||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-06-07T12:12:10.198Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:10.236Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:10.237Z||pool-50-thread-1|||||INFO|500||cambria reply ok (39 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-06-07T12:12:11.112Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T12:12:11.112Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"87a358b8-7639-4653-88e0-f635b078a504","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b237f038-f67f-4835-a11d-b4cb4e50e468","serviceDescription":"service","serviceInvariantUUID":"abe24907-4a4f-4343-b7ef-bd36f2dc8339","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"81b8b878-b546-412f-bf83-212ac16d2fbe","resourceInvariantUUID":"f301dddf-1ffb-463f-a071-0bef1f88317c","resourceCustomizationUUID":"b90a401b-c306-4a84-a9ce-9b5c612314c7","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":"MjQ4YjU4MWY3ZWMwNTJiZjI3YTJlNDBmN2NkNDkwOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b72b53fe-e705-4207-a5b8-886c962481d4","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":"MmY0ZDc3NzNiM2Q0ODY4MWIwZTlkY2ZlNGNlY2Q1NDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1557b9db-7c8a-43f8-83ac-df74836d475a","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":"a9fc5f9e-6e51-4417-a40d-3b99072ed594","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":"8e7b372b-1d8d-499d-be87-ac77815fe2be","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":"3e41d4a8-4e84-4b30-a379-cc6263b76732","artifactVersion":"2","generatedFromUUID":"a9fc5f9e-6e51-4417-a40d-3b99072ed594"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2M4ZGU3ZjE3MjA5MGIxZTRlMGUzY2QxMjdhNDBkMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e478286-e3eb-4bf2-ab8f-054b119f9bd1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2FjYjkxZGM2OTIwNDE5MGZhMWJhOTE5NGZmNzZjYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72c6dd60-f104-498a-aa7c-784062aa73e4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T12:12:11.113Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:12:11.114Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:11.116Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:11.117Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:11.216Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:12:11.217Z||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-06-07T12:12:11.218Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:11.234Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:11.234Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:12:12.117Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:12:12.118Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:12.121Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:12.121Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:12:12.223Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:12:12.225Z||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-06-07T12:12:12.225Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:12.248Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:12.249Z||pool-52-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:12:13.122Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:12:13.123Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:13.126Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:13.126Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:12:13.227Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:12:13.228Z||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-06-07T12:12:13.228Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:13.245Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:13.246Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:12:14.127Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:12:14.128Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:14.130Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:14.130Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:14.230Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:12:14.232Z||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-06-07T12:12:14.232Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:14.252Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:14.253Z||pool-54-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:12:15.131Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:12:15.132Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:15.138Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:15.140Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T12:12:15.234Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-07T12:12:15.235Z||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-06-07T12:12:15.236Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:15.256Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:15.257Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:12:16.144Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:12:16.146Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:16.151Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:16.151Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:16.249Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T12:12:16.250Z||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-06-07T12:12:16.250Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:16.266Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:16.267Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:12:17.152Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:12:17.154Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:17.156Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:17.156Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:12:17.256Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:12:17.257Z||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-06-07T12:12:17.257Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:17.275Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:17.276Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:12:18.165Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b237f038-f67f-4835-a11d-b4cb4e50e468",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abe24907-4a4f-4343-b7ef-bd36f2dc8339",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b90a401b-c306-4a84-a9ce-9b5c612314c7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "81b8b878-b546-412f-bf83-212ac16d2fbe",
      "resourceInvariantUUID": "f301dddf-1ffb-463f-a071-0bef1f88317c",
      "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": "MmY0ZDc3NzNiM2Q0ODY4MWIwZTlkY2ZlNGNlY2Q1NDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1557b9db-7c8a-43f8-83ac-df74836d475a",
          "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": "a9fc5f9e-6e51-4417-a40d-3b99072ed594",
          "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": "3e41d4a8-4e84-4b30-a379-cc6263b76732",
            "generatedFromUUID": "a9fc5f9e-6e51-4417-a40d-3b99072ed594"
          },
          "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": "3e41d4a8-4e84-4b30-a379-cc6263b76732",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "M2FjYjkxZGM2OTIwNDE5MGZhMWJhOTE5NGZmNzZjYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72c6dd60-f104-498a-aa7c-784062aa73e4"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T12:12:18.165Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T12:12:18.165Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b237f038-f67f-4835-a11d-b4cb4e50e468 ASDC
2022-06-07T12:12:18.166Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:87a358b8-7639-4653-88e0-f635b078a504
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b237f038-f67f-4835-a11d-b4cb4e50e468
ServiceInvariantUUID:abe24907-4a4f-4343-b7ef-bd36f2dc8339
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:72c6dd60-f104-498a-aa7c-784062aa73e4
ArtifactChecksum:M2FjYjkxZGM2OTIwNDE5MGZhMWJhOTE5NGZmNzZjYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b90a401b-c306-4a84-a9ce-9b5c612314c7
ResourceInvariantUUID:f301dddf-1ffb-463f-a071-0bef1f88317c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:81b8b878-b546-412f-bf83-212ac16d2fbe
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:1557b9db-7c8a-43f8-83ac-df74836d475a
ArtifactChecksum:MmY0ZDc3NzNiM2Q0ODY4MWIwZTlkY2ZlNGNlY2Q1NDk=
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:a9fc5f9e-6e51-4417-a40d-3b99072ed594
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:3e41d4a8-4e84-4b30-a379-cc6263b76732
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:3e41d4a8-4e84-4b30-a379-cc6263b76732
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T12:12:18.166Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b237f038-f67f-4835-a11d-b4cb4e50e468 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-06-07T12:12:18.227Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:12:18.228Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:12:18.228Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:12:18.228Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 72c6dd60-f104-498a-aa7c-784062aa73e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T12:12:18.229Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:12:18.229Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T12:12:18.403Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:12:18.409Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 72c6dd60-f104-498a-aa7c-784062aa73e4 71063
2022-06-07T12:12:18.410Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-07T12:12:18.410Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T12:12:18.410Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:12:18.412Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:18.418Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:18.418Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603938410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:12:18.519Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:12:18.520Z||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-06-07T12:12:18.520Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:18.537Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:18.538Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:12:19.419Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:12:19.421Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:12:19.421Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 72c6dd60-f104-498a-aa7c-784062aa73e4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T12:12:19.422Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-07T12:12:19.423Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T12:12:19.423Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T12:12:19.700Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3128390712459330943/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-06-07T12:12:21.605Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T12:12:21.606Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:12:21.606Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T12:12:21.606Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T12:12:21.606Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.606Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.607Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.607Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.607Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.607Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.607Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.607Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.607Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.607Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:12:21.608Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.608Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:21.609Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T12:12:21.609Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:12:21.609Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:12:21.610Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.610Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:21.610Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T12:12:21.611Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:12:21.611Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:12:21.611Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.612Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:21.612Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.613Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-07T12:12:21.613Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-07T12:12:21.613Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-07T12:12:21.614Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-07T12:12:21.614Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T12:12:21.614Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T12:12:21.615Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.615Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T12:12:21.616Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.616Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T12:12:21.617Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:12:21.617Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.618Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T12:12:21.619Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:12:21.619Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.620Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T12:12:21.620Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:12:21.621Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.626Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-07T12:12:21.627Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T12:12:21.627Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T12:12:21.628Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1cc74080-7f62-4d3c-882d-43a71533ccfe
2022-06-07T12:12:21.628Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.628Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:21.629Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.629Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:21.630Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.631Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:21.631Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:21.631Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:21.632Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b237f038-f67f-4835-a11d-b4cb4e50e468
Model Version:NULL
Model InvariantUuid:abe24907-4a4f-4343-b7ef-bd36f2dc8339
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:2994a6d1-f6b0-470e-920a-7894d9ca7a48
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f301dddf-1ffb-463f-a071-0bef1f88317c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b90a401b-c306-4a84-a9ce-9b5c612314c7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35438378-8a85-41a8-82e0-2f9eb4332359
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7c99056b-4920-4a01-a3fd-8d1c31191018
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1cc74080-7f62-4d3c-882d-43a71533ccfe
ModelInvariantUuid:bb4b7463-c529-433d-ad1f-5deedca4000a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2b0c2ec4-dfc5-4b22-8614-920e1b158070
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0b7a1749-0748-443c-94fa-453126b74cc7
ModelInvariantUuid:8cfd04cb-ab6a-4483-a1b8-cab38f470b7b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:efc23f73-1eaa-4c8b-bc3d-c4032e2b1955
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-06-07T12:12:21.645Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 81b8b878-b546-412f-bf83-212ac16d2fbe
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-06-07T12:12:21.649Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-06-07T12:12:21.649Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 81b8b878-b546-412f-bf83-212ac16d2fbe
2022-06-07T12:12:21.649Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1557b9db-7c8a-43f8-83ac-df74836d475a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-07T12:12:21.649Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:12:21.650Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.824Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:12:21.825Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1557b9db-7c8a-43f8-83ac-df74836d475a 787
2022-06-07T12:12:21.825Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.825Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:21.826Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:12:21.826Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:21.829Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:21.829Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603941825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:12:21.932Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-07T12:12:21.934Z||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-06-07T12:12:21.934Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:21.959Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:21.960Z||pool-59-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:12:22.832Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "35438378-8a85-41a8-82e0-2f9eb4332359",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c99056b-4920-4a01-a3fd-8d1c31191018",
    "vfModuleModelCustomizationUUID": "59ff1b1b-4626-489e-ac71-6f28f5593173",
    "isBase": true,
    "artifacts": [
      "a9fc5f9e-6e51-4417-a40d-3b99072ed594",
      "3e41d4a8-4e84-4b30-a379-cc6263b76732"
    ],
    "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-06-07T12:12:22.838Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c99056b-4920-4a01-a3fd-8d1c31191018
VfModuleModelInvariantUUID:35438378-8a85-41a8-82e0-2f9eb4332359
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9fc5f9e-6e51-4417-a40d-3b99072ed594
,
3e41d4a8-4e84-4b30-a379-cc6263b76732

}
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-06-07T12:12:22.851Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "35438378-8a85-41a8-82e0-2f9eb4332359",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c99056b-4920-4a01-a3fd-8d1c31191018",
    "vfModuleModelCustomizationUUID": "59ff1b1b-4626-489e-ac71-6f28f5593173",
    "isBase": true,
    "artifacts": [
      "a9fc5f9e-6e51-4417-a40d-3b99072ed594",
      "3e41d4a8-4e84-4b30-a379-cc6263b76732"
    ],
    "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-06-07T12:12:22.851Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c99056b-4920-4a01-a3fd-8d1c31191018
VfModuleModelInvariantUUID:35438378-8a85-41a8-82e0-2f9eb4332359
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9fc5f9e-6e51-4417-a40d-3b99072ed594
,
3e41d4a8-4e84-4b30-a379-cc6263b76732

}
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-06-07T12:12:22.851Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a9fc5f9e-6e51-4417-a40d-3b99072ed594 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-07T12:12:22.852Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:12:22.853Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:22.962Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:12:22.963Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a9fc5f9e-6e51-4417-a40d-3b99072ed594 5033
2022-06-07T12:12:22.964Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:22.964Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:22.964Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:12:22.964Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:22.968Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:22.968Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603942963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:12:23.068Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:12:23.069Z||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-06-07T12:12:23.069Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:23.085Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:23.086Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:12:23.969Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3e41d4a8-4e84-4b30-a379-cc6263b76732 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-07T12:12:23.969Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:12:23.969Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:24.028Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:12:24.029Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3e41d4a8-4e84-4b30-a379-cc6263b76732 903
2022-06-07T12:12:24.030Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:24.030Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:24.031Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:12:24.031Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:24.034Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:24.034Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603944030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:12:24.136Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:12:24.137Z||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-06-07T12:12:24.137Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:24.154Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:24.155Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:12:25.036Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b237f038-f67f-4835-a11d-b4cb4e50e468
2022-06-07T12:12:25.036Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 81b8b878-b546-412f-bf83-212ac16d2fbe 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-06-07T12:12:25.055Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@343bc074, org.onap.sdc.toscaparser.api.parameters.Input@fe93dad, org.onap.sdc.toscaparser.api.parameters.Input@20a4b1b1, org.onap.sdc.toscaparser.api.parameters.Input@1e294930, org.onap.sdc.toscaparser.api.parameters.Input@74fb12e1]
2022-06-07T12:12:25.057Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.057Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:25.057Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-07T12:12:25.057Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b90a401b-c306-4a84-a9ce-9b5c612314c7
2022-06-07T12:12:25.058Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b90a401b-c306-4a84-a9ce-9b5c612314c7 matches Tosca VF Customization UUID: b90a401b-c306-4a84-a9ce-9b5c612314c7
2022-06-07T12:12:25.058Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b90a401b-c306-4a84-a9ce-9b5c612314c7  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-06-07T12:12:25.061Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.061Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:25.061Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b90a401b-c306-4a84-a9ce-9b5c612314c7: {\"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-06-07T12:12:25.061Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6321f442
2022-06-07T12:12:25.062Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.062Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T12:12:25.062Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59ff1b1b-4626-489e-ac71-6f28f5593173
2022-06-07T12:12:25.062Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59ff1b1b-4626-489e-ac71-6f28f5593173
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-06-07T12:12:25.065Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.065Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T12:12:25.065Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:12:25.065Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.066Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T12:12:25.066Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:12:25.066Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.066Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-07T12:12:25.067Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T12:12:25.067Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T12:12:25.067Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1cc74080-7f62-4d3c-882d-43a71533ccfe
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-06-07T12:12:25.070Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.070Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T12:12:25.071Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:12:25.071Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.071Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T12:12:25.071Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b90a401b-c306-4a84-a9ce-9b5c612314c7
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-06-07T12:12:25.074Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.074Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:25.074Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b237f038-f67f-4835-a11d-b4cb4e50e468: basic_vm
2022-06-07T12:12:25.074Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.075Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:25.075Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.075Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:25.075Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.076Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:25.076Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.076Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:25.076Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:12:25.076Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:12:25.076Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:25.189Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 81b8b878-b546-412f-bf83-212ac16d2fbe 1 ASDC deployResourceStructure
2022-06-07T12:12:25.190Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:25.190Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:25.190Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:12:25.191Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:25.193Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:25.193Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603945190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:12:25.294Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:12:25.295Z||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-06-07T12:12:25.295Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:25.311Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:25.312Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:12:26.195Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:26.195Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:26.195Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:12:26.196Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:26.197Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:26.198Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603946195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:12:26.298Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:12:26.299Z||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-06-07T12:12:26.299Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:26.317Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:26.318Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:12:27.199Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:27.199Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:27.199Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:12:27.199Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:27.201Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:27.202Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603947198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T12:12:27.302Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:12:27.303Z||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-06-07T12:12:27.303Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:27.328Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:27.329Z||pool-64-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:12:28.203Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-07T12:12:28.204Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T12:12:28.204Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:12:28.204Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:28.207Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:28.207Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603948203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:12:28.307Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:12:28.308Z||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-06-07T12:12:28.308Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:28.330Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:28.330Z||pool-65-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:12:29.208Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87a358b8-7639-4653-88e0-f635b078a504
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:12:29.221Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87a358b8-7639-4653-88e0-f635b078a504
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-06-07T12:12:29.225Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:12:29.225Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T12:12:29.225Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T12:12:29.225Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T12:12:29.225Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:12:29.225Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:12:29.226Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:12:29.226Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:12:29.226Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:12:29.226Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:12:29.226Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:29.234Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T12:12:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:12:45.060Z||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-06-07T12:12:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:12:45.135Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:45.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603783012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603783012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:12:45.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603783012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603783012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603783012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603783012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603783012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:12:45.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603764072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:12:45.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603783012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:12:45.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:12:45.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603792770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:12:45.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:12:45.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603800477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:12:45.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:12:45.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "aai-ml",
  "timestamp": 1654603801481,
  "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-06-07T12:12:45.162Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8d0a4b6-c8c2-4e97-9134-d9b3371e2078
2022-06-07T12:12:45.162Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d0a4b6-c8c2-4e97-9134-d9b3371e2078 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-06-07T12:12:45.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603805442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:12:45.178Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:12:45.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603807453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:12:45.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:12:45.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:12:45.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "clamp",
  "timestamp": 1654603808460,
  "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-06-07T12:12:45.189Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8d0a4b6-c8c2-4e97-9134-d9b3371e2078
2022-06-07T12:12:45.190Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d0a4b6-c8c2-4e97-9134-d9b3371e2078 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-06-07T12:12:59.234Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87a358b8-7639-4653-88e0-f635b078a504 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-06-07T12:12:59.242Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87a358b8-7639-4653-88e0-f635b078a504 and serviceModelVersionId: b237f038-f67f-4835-a11d-b4cb4e50e468
2022-06-07T12:12:59.242Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abe24907-4a4f-4343-b7ef-bd36f2dc8339
2022-06-07T12:12:59.244Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abe24907-4a4f-4343-b7ef-bd36f2dc8339/model-vers/model-ver/b237f038-f67f-4835-a11d-b4cb4e50e468?depth=0
2022-06-07T12:12:59.249Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T12:12:59.334Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe24907-4a4f-4343-b7ef-bd36f2dc8339/model-vers/model-ver/b237f038-f67f-4835-a11d-b4cb4e50e468?depth=0|INFO|500||Invoke
2022-06-07T12:12:59.335Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe24907-4a4f-4343-b7ef-bd36f2dc8339/model-vers/model-ver/b237f038-f67f-4835-a11d-b4cb4e50e468?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe24907-4a4f-4343-b7ef-bd36f2dc8339/model-vers/model-ver/b237f038-f67f-4835-a11d-b4cb4e50e468?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87a358b8-7639-4653-88e0-f635b078a504], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81e000ff-79f8-426a-ab33-7bf3f178de69], X-ECOMP-RequestID=[87a358b8-7639-4653-88e0-f635b078a504], X-TransactionId=[], X-ONAP-RequestID=[87a358b8-7639-4653-88e0-f635b078a504], Content-Type=[application/merge-patch+json]}
2022-06-07T12:12:59.368Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe24907-4a4f-4343-b7ef-bd36f2dc8339/model-vers/model-ver/b237f038-f67f-4835-a11d-b4cb4e50e468?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T12:12:59.469Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe24907-4a4f-4343-b7ef-bd36f2dc8339/model-vers/model-ver/b237f038-f67f-4835-a11d-b4cb4e50e468?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/abe24907-4a4f-4343-b7ef-bd36f2dc8339/model-vers/model-ver/b237f038-f67f-4835-a11d-b4cb4e50e468?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-12:12:59:412-64591], vertex-id=[405616], Content-Length=[0], Date=[Tue, 07 Jun 2022 12:12:59 GMT], Content-Type=[application/json]}
2022-06-07T12:12:59.470Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe24907-4a4f-4343-b7ef-bd36f2dc8339/model-vers/model-ver/b237f038-f67f-4835-a11d-b4cb4e50e468?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T12:12:59.471Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe24907-4a4f-4343-b7ef-bd36f2dc8339/model-vers/model-ver/b237f038-f67f-4835-a11d-b4cb4e50e468?depth=0|INFO|500||InvokeReturn
2022-06-07T12:12:59.471Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T12:12:59.472Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:59.476Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||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-06-07T12:12:59.477Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87a358b8-7639-4653-88e0-f635b078a504 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T12:12:59.477Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T12:12:59.478Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:12:59.480Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:12:59.480Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603979477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:12:59.581Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:12:59.583Z||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-06-07T12:12:59.583Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:12:59.605Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:12:59.605Z||pool-66-thread-1|||||INFO|500||cambria reply ok (23 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-06-07T12:13:00.527Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T12:13:00.527Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8d0a4b6-c8c2-4e97-9134-d9b3371e2078","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"87499539-46a2-41e7-b4ac-f340f1fd50d7","serviceDescription":"service","serviceInvariantUUID":"8737ab33-e865-484c-88b9-8836ad9753fe","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ae844e2-2793-493d-a012-bf0ed37368bd","resourceInvariantUUID":"f51e52f5-f6b2-43f0-aa03-8f80172a00e7","resourceCustomizationUUID":"49ea7ab3-7d9e-4a19-a348-dc28299be884","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":"OTZmYmRkNzJmNTQ0ZGMzMGUwNTMxODg5YTU4YzI4ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e63bdb5-23e4-4b45-908e-313a830fb7d6","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":"2f3cf5ca-e294-480d-8281-3e240d3940a8","artifactVersion":"2","generatedFromUUID":"2328f8ff-88c4-4257-9d2f-42bbad1d4df9"},{"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":"2328f8ff-88c4-4257-9d2f-42bbad1d4df9","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":"OTFiZDZjNzFmM2YzY2QwMzI1NTQ4MzRhOTVhN2FmZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0092d4ca-02b4-4f58-90e0-7bc435a9fd7f","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":"45dd7f80-1f7a-4e86-84ce-961e1edb6450","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":"5383cab9-0700-4854-b198-81d1ae9e9c09","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":"ff4c15ac-d512-4919-9311-a18830a65395","artifactVersion":"2","generatedFromUUID":"45dd7f80-1f7a-4e86-84ce-961e1edb6450"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmE2YjRkYzA2YmY5YjgzODdlZWM3Mzg2M2Y0YzEyZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90ee5950-45a5-4362-b9d0-5de77e46842f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWMyMTVjNDA5Y2RlYWUwMWIyYjM3ZjE4MDNhNzI5NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3e524b2-cc79-4759-b1ec-ad7c83e40f2a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T12:13:00.528Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:13:00.528Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:00.530Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:00.530Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:13:00.630Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:00.631Z||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-06-07T12:13:00.632Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:00.647Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:00.648Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:13:01.531Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:13:01.532Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:01.540Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:01.540Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-07T12:13:01.640Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:01.646Z||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-06-07T12:13:01.646Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:01.663Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:01.663Z||pool-68-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:13:02.541Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:13:02.542Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:02.549Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:02.549Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-07T12:13:02.649Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:02.651Z||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-06-07T12:13:02.651Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:02.670Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:02.670Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:13:03.550Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:13:03.551Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:03.555Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:03.555Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:13:03.655Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:03.656Z||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-06-07T12:13:03.656Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:03.674Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:03.674Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:13:04.555Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:13:04.556Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:04.559Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:04.561Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:13:04.659Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T12:13:04.660Z||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-06-07T12:13:04.660Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:04.677Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:04.678Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:13:05.562Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:13:05.563Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:05.565Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:05.566Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:13:05.666Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:05.667Z||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-06-07T12:13:05.667Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:05.686Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:05.687Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:13:06.566Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:13:06.570Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:06.577Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:06.577Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-07T12:13:06.677Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:13:06.678Z||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-06-07T12:13:06.679Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:06.696Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:06.697Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:13:07.578Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:13:07.579Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:07.583Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:07.583Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:13:07.683Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:07.684Z||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-06-07T12:13:07.684Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:07.716Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:07.717Z||pool-74-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":2,"count":1}
2022-06-07T12:13:08.583Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:13:08.584Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:08.587Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:08.587Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:13:08.687Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:08.688Z||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-06-07T12:13:08.688Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:08.708Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:08.709Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:13:09.589Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "87499539-46a2-41e7-b4ac-f340f1fd50d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8737ab33-e865-484c-88b9-8836ad9753fe",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "49ea7ab3-7d9e-4a19-a348-dc28299be884",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ae844e2-2793-493d-a012-bf0ed37368bd",
      "resourceInvariantUUID": "f51e52f5-f6b2-43f0-aa03-8f80172a00e7",
      "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": "2f3cf5ca-e294-480d-8281-3e240d3940a8",
          "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": "2328f8ff-88c4-4257-9d2f-42bbad1d4df9",
          "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": "OTFiZDZjNzFmM2YzY2QwMzI1NTQ4MzRhOTVhN2FmZDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0092d4ca-02b4-4f58-90e0-7bc435a9fd7f",
          "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": "45dd7f80-1f7a-4e86-84ce-961e1edb6450",
          "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": "ff4c15ac-d512-4919-9311-a18830a65395",
            "generatedFromUUID": "45dd7f80-1f7a-4e86-84ce-961e1edb6450"
          },
          "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": "ff4c15ac-d512-4919-9311-a18830a65395",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NWMyMTVjNDA5Y2RlYWUwMWIyYjM3ZjE4MDNhNzI5NzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c3e524b2-cc79-4759-b1ec-ad7c83e40f2a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T12:13:09.589Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T12:13:09.589Z|87a358b8-7639-4653-88e0-f635b078a504|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 87499539-46a2-41e7-b4ac-f340f1fd50d7 ASDC
2022-06-07T12:13:09.590Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c8d0a4b6-c8c2-4e97-9134-d9b3371e2078
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:87499539-46a2-41e7-b4ac-f340f1fd50d7
ServiceInvariantUUID:8737ab33-e865-484c-88b9-8836ad9753fe
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:c3e524b2-cc79-4759-b1ec-ad7c83e40f2a
ArtifactChecksum:NWMyMTVjNDA5Y2RlYWUwMWIyYjM3ZjE4MDNhNzI5NzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:49ea7ab3-7d9e-4a19-a348-dc28299be884
ResourceInvariantUUID:f51e52f5-f6b2-43f0-aa03-8f80172a00e7
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8ae844e2-2793-493d-a012-bf0ed37368bd
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:2f3cf5ca-e294-480d-8281-3e240d3940a8
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:2328f8ff-88c4-4257-9d2f-42bbad1d4df9
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:0092d4ca-02b4-4f58-90e0-7bc435a9fd7f
ArtifactChecksum:OTFiZDZjNzFmM2YzY2QwMzI1NTQ4MzRhOTVhN2FmZDA=
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:45dd7f80-1f7a-4e86-84ce-961e1edb6450
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:ff4c15ac-d512-4919-9311-a18830a65395
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:ff4c15ac-d512-4919-9311-a18830a65395
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T12:13:09.590Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87499539-46a2-41e7-b4ac-f340f1fd50d7 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-06-07T12:13:09.646Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:13:09.647Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:13:09.647Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:13:09.647Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c3e524b2-cc79-4759-b1ec-ad7c83e40f2a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-07T12:13:09.647Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:13:09.648Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-07T12:13:09.987Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:13:09.996Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c3e524b2-cc79-4759-b1ec-ad7c83e40f2a 68955
2022-06-07T12:13:09.997Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-07T12:13:09.997Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-07T12:13:09.997Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:13:09.998Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:10.000Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:10.001Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603989997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:13:10.101Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:10.102Z||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-06-07T12:13:10.102Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:10.139Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:10.140Z||pool-76-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:13:11.001Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:13:11.003Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:13:11.004Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c3e524b2-cc79-4759-b1ec-ad7c83e40f2a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T12:13:11.004Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-07T12:13:11.006Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T12:13:11.006Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T12:13:11.223Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16159328854250134566/Definitions/service-BasicCnf-template.yml
2022-06-07T12:13:12.879Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T12:13:12.882Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:13:12.882Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T12:13:12.882Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-07T12:13:12.882Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:12.882Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:12.883Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:12.883Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:12.883Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:13:12.883Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.884Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:12.884Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T12:13:12.884Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:13:12.885Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:13:12.885Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.885Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:12.885Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T12:13:12.886Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:13:12.886Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:13:12.887Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.887Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:12.887Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.887Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-07T12:13:12.888Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-07T12:13:12.888Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-07T12:13:12.888Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T12:13:12.888Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.889Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T12:13:12.889Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.889Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T12:13:12.889Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:13:12.890Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.890Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T12:13:12.890Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:13:12.891Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.891Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T12:13:12.891Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:13:12.892Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.892Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-07T12:13:12.892Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-07T12:13:12.892Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9d60d2d8-a80b-4524-a85a-9edc74850d9e
2022-06-07T12:13:12.893Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.893Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:12.893Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.893Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:12.893Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.894Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:12.894Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:12.894Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:12.894Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:87499539-46a2-41e7-b4ac-f340f1fd50d7
Model Version:NULL
Model InvariantUuid:8737ab33-e865-484c-88b9-8836ad9753fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:e4fc492d-2335-4627-a196-1af379df0669
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f51e52f5-f6b2-43f0-aa03-8f80172a00e7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:49ea7ab3-7d9e-4a19-a348-dc28299be884
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ff0595d6-d6a3-4bda-9d7a-a95528acf519
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:fa5851cd-0f11-413c-9f02-b894757e14cd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9d60d2d8-a80b-4524-a85a-9edc74850d9e
ModelInvariantUuid:8ba6a76f-e88c-462b-b42c-6d013f73a96d
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:47dc5ac2-7218-436e-9234-9511e0ddec9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:cf7c47fc-6f63-4fc4-98d4-2a40be70847b
ModelInvariantUuid:ee48e9f4-44e7-4d74-9c2f-7b77415d3a35
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d8d0cf03-02d9-4e58-b054-1d154f9f6123
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-06-07T12:13:12.904Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ae844e2-2793-493d-a012-bf0ed37368bd
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-06-07T12:13:12.909Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-06-07T12:13:12.910Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ae844e2-2793-493d-a012-bf0ed37368bd
2022-06-07T12:13:12.910Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2f3cf5ca-e294-480d-8281-3e240d3940a8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-07T12:13:12.910Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:13:12.910Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:12.991Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:13:12.992Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2f3cf5ca-e294-480d-8281-3e240d3940a8 12
2022-06-07T12:13:12.992Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:12.992Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:12.993Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:13:12.993Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:12.996Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:12.996Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603992992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:13:13.096Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:13.097Z||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-06-07T12:13:13.097Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:13.130Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:13.131Z||pool-77-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:13:13.997Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2328f8ff-88c4-4257-9d2f-42bbad1d4df9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-07T12:13:13.998Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:13:13.998Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:14.050Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:13:14.050Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2328f8ff-88c4-4257-9d2f-42bbad1d4df9 2688
2022-06-07T12:13:14.051Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:14.051Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:14.051Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:13:14.051Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:14.053Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:14.053Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603994051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:13:14.154Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:13:14.155Z||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-06-07T12:13:14.155Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:14.176Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:14.177Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:13:15.056Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0092d4ca-02b4-4f58-90e0-7bc435a9fd7f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-07T12:13:15.056Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:13:15.056Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:15.206Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:13:15.206Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0092d4ca-02b4-4f58-90e0-7bc435a9fd7f 828
2022-06-07T12:13:15.207Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:15.207Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:15.207Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:13:15.208Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:15.212Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:15.212Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603995207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:13:15.312Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:15.313Z||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-06-07T12:13:15.313Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:15.352Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:15.353Z||pool-79-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:13:16.213Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ff0595d6-d6a3-4bda-9d7a-a95528acf519",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa5851cd-0f11-413c-9f02-b894757e14cd",
    "vfModuleModelCustomizationUUID": "fe8f22d7-af4d-471b-8c15-e2a6efdd8f88",
    "isBase": true,
    "artifacts": [
      "45dd7f80-1f7a-4e86-84ce-961e1edb6450",
      "2328f8ff-88c4-4257-9d2f-42bbad1d4df9",
      "ff4c15ac-d512-4919-9311-a18830a65395"
    ],
    "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-06-07T12:13:16.218Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa5851cd-0f11-413c-9f02-b894757e14cd
VfModuleModelInvariantUUID:ff0595d6-d6a3-4bda-9d7a-a95528acf519
VfModuleModelDescription:NULL
Artifacts UUID List:{
45dd7f80-1f7a-4e86-84ce-961e1edb6450
,
2328f8ff-88c4-4257-9d2f-42bbad1d4df9
,
ff4c15ac-d512-4919-9311-a18830a65395

}
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-06-07T12:13:16.222Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ff0595d6-d6a3-4bda-9d7a-a95528acf519",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa5851cd-0f11-413c-9f02-b894757e14cd",
    "vfModuleModelCustomizationUUID": "fe8f22d7-af4d-471b-8c15-e2a6efdd8f88",
    "isBase": true,
    "artifacts": [
      "45dd7f80-1f7a-4e86-84ce-961e1edb6450",
      "2328f8ff-88c4-4257-9d2f-42bbad1d4df9",
      "ff4c15ac-d512-4919-9311-a18830a65395"
    ],
    "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-06-07T12:13:16.222Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa5851cd-0f11-413c-9f02-b894757e14cd
VfModuleModelInvariantUUID:ff0595d6-d6a3-4bda-9d7a-a95528acf519
VfModuleModelDescription:NULL
Artifacts UUID List:{
45dd7f80-1f7a-4e86-84ce-961e1edb6450
,
2328f8ff-88c4-4257-9d2f-42bbad1d4df9
,
ff4c15ac-d512-4919-9311-a18830a65395

}
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-06-07T12:13:16.223Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 45dd7f80-1f7a-4e86-84ce-961e1edb6450 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-07T12:13:16.224Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:13:16.224Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:16.306Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:13:16.307Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 45dd7f80-1f7a-4e86-84ce-961e1edb6450 1164
2022-06-07T12:13:16.308Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:16.308Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:16.308Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:13:16.308Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:16.311Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:16.312Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603996307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:13:16.412Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:16.413Z||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-06-07T12:13:16.413Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:16.434Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:16.434Z||pool-80-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:13:17.314Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ff4c15ac-d512-4919-9311-a18830a65395 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-07T12:13:17.314Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:13:17.315Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:17.409Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:13:17.410Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ff4c15ac-d512-4919-9311-a18830a65395 200
2022-06-07T12:13:17.411Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:17.412Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:17.412Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:13:17.413Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:17.417Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:17.417Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603997411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:13:17.517Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:13:17.518Z||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-06-07T12:13:17.518Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:17.533Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:17.534Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:13:18.421Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 87499539-46a2-41e7-b4ac-f340f1fd50d7
2022-06-07T12:13:18.422Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8ae844e2-2793-493d-a012-bf0ed37368bd ASDC
2022-06-07T12:13:18.455Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T12:13:18.480Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f5e2362, org.onap.sdc.toscaparser.api.parameters.Input@921deca, org.onap.sdc.toscaparser.api.parameters.Input@606e9c13, org.onap.sdc.toscaparser.api.parameters.Input@3f187373, org.onap.sdc.toscaparser.api.parameters.Input@51b302c1]
2022-06-07T12:13:18.483Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.483Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:18.484Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-07T12:13:18.484Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 49ea7ab3-7d9e-4a19-a348-dc28299be884
2022-06-07T12:13:18.484Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49ea7ab3-7d9e-4a19-a348-dc28299be884 matches Tosca VF Customization UUID: 49ea7ab3-7d9e-4a19-a348-dc28299be884
2022-06-07T12:13:18.484Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 49ea7ab3-7d9e-4a19-a348-dc28299be884  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-06-07T12:13:18.488Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.488Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:18.490Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 49ea7ab3-7d9e-4a19-a348-dc28299be884: {\"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-06-07T12:13:18.490Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e06b1bf
2022-06-07T12:13:18.490Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.490Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T12:13:18.491Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fe8f22d7-af4d-471b-8c15-e2a6efdd8f88
2022-06-07T12:13:18.491Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fe8f22d7-af4d-471b-8c15-e2a6efdd8f88
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-06-07T12:13:18.495Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.496Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T12:13:18.496Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:13:18.496Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.497Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T12:13:18.497Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:13:18.497Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.498Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-07T12:13:18.500Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-07T12:13:18.500Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9d60d2d8-a80b-4524-a85a-9edc74850d9e
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-06-07T12:13:18.504Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.505Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T12:13:18.505Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:13:18.505Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.505Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T12:13:18.506Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=49ea7ab3-7d9e-4a19-a348-dc28299be884
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-06-07T12:13:18.509Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.510Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:18.510Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 87499539-46a2-41e7-b4ac-f340f1fd50d7: basic_cnf
2022-06-07T12:13:18.510Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.510Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:18.510Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.511Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:18.512Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.512Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:18.512Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.512Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:18.512Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:13:18.513Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:13:18.513Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:18.609Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8ae844e2-2793-493d-a012-bf0ed37368bd 1 ASDC deployResourceStructure
2022-06-07T12:13:18.610Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:18.611Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:18.611Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-07T12:13:18.611Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:18.614Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:18.615Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603998609,
  "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-06-07T12:13:18.714Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:13:18.715Z||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-06-07T12:13:18.716Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:18.734Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:18.735Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:13:19.616Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:19.617Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:19.617Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-07T12:13:19.617Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:19.621Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:19.622Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603999616,
  "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-06-07T12:13:19.724Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T12:13:19.725Z||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-06-07T12:13:19.725Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:19.762Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:19.763Z||pool-83-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":2,"count":1}
2022-06-07T12:13:20.636Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:20.637Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:20.637Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:13:20.638Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:20.648Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:20.648Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604000636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:13:20.748Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:13:20.749Z||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-06-07T12:13:20.750Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:20.769Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:20.770Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:13:21.649Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:21.651Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:21.651Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:13:21.652Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:21.655Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:21.656Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604001649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:13:21.756Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:21.757Z||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-06-07T12:13:21.757Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:21.783Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:21.784Z||pool-85-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:13:22.659Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:22.659Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:22.659Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:13:22.660Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:22.662Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:22.663Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604002659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-07T12:13:22.763Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:22.767Z||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-06-07T12:13:22.768Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:22.790Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:22.792Z||pool-86-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:13:23.671Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-07T12:13:23.672Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-07T12:13:23.672Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:13:23.683Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:23.686Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:23.687Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604003671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:13:23.787Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:13:23.789Z||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-06-07T12:13:23.789Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:23.840Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:23.841Z||pool-87-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:13:24.691Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d0a4b6-c8c2-4e97-9134-d9b3371e2078
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:13:24.709Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d0a4b6-c8c2-4e97-9134-d9b3371e2078
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-06-07T12:13:24.713Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:13:24.713Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T12:13:24.713Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T12:13:24.714Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T12:13:24.714Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:13:24.714Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:13:24.714Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:13:24.714Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:13:24.714Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:13:24.714Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:13:24.714Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:24.721Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T12:13:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:13:45.061Z||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-06-07T12:13:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:13:45.092Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:45.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:13:45.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603881838,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:13:45.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:13:45.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:13:45.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:13:45.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:13:45.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:13:45.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:13:45.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:13:45.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:13:45.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:13:45.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:13:45.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:13:45.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:13:45.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:13:45.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:13:45.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:13:45.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:13:45.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:13:45.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:13:45.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:13:45.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:13:45.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:13:45.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:13:45.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:13:45.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:13:45.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:13:45.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:13:45.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603895953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:13:45.098Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:13:45.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:13:45.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603898569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:13:45.099Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:13:54.722Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d0a4b6-c8c2-4e97-9134-d9b3371e2078 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-06-07T12:13:54.731Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d0a4b6-c8c2-4e97-9134-d9b3371e2078 and serviceModelVersionId: 87499539-46a2-41e7-b4ac-f340f1fd50d7
2022-06-07T12:13:54.732Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8737ab33-e865-484c-88b9-8836ad9753fe
2022-06-07T12:13:54.733Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8737ab33-e865-484c-88b9-8836ad9753fe/model-vers/model-ver/87499539-46a2-41e7-b4ac-f340f1fd50d7?depth=0
2022-06-07T12:13:54.753Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T12:13:54.826Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8737ab33-e865-484c-88b9-8836ad9753fe/model-vers/model-ver/87499539-46a2-41e7-b4ac-f340f1fd50d7?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-06-07T12:13:54.828Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8737ab33-e865-484c-88b9-8836ad9753fe/model-vers/model-ver/87499539-46a2-41e7-b4ac-f340f1fd50d7?depth=0|INFO|500||Invoke
2022-06-07T12:13:54.866Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8737ab33-e865-484c-88b9-8836ad9753fe/model-vers/model-ver/87499539-46a2-41e7-b4ac-f340f1fd50d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T12:13:55.070Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8737ab33-e865-484c-88b9-8836ad9753fe/model-vers/model-ver/87499539-46a2-41e7-b4ac-f340f1fd50d7?depth=0|INFO|500||InvokeReturn
2022-06-07T12:13:55.071Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8737ab33-e865-484c-88b9-8836ad9753fe/model-vers/model-ver/87499539-46a2-41e7-b4ac-f340f1fd50d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-12:13:54:912-98502], vertex-id=[266408], Content-Length=[0], Date=[Tue, 07 Jun 2022 12:13:54 GMT], Content-Type=[application/json]}
2022-06-07T12:13:55.074Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T12:13:55.076Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T12:13:55.076Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:55.083Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||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-06-07T12:13:55.084Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d0a4b6-c8c2-4e97-9134-d9b3371e2078 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T12:13:55.084Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T12:13:55.084Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:13:55.087Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:13:55.088Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604035084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:13:55.187Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:13:55.189Z||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-06-07T12:13:55.189Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:13:55.216Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:13:55.217Z||pool-88-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T12:13:56.110Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:13:56.111Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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-06-07T12:13:56.111Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:14:06.480Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:14:06.481Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:14:06.482Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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-06-07T12:14:06.482Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:14:16.051Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:14:16.052Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:14:16.052Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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-06-07T12:14:16.053Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:14:25.604Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:14:25.604Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:14:25.605Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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-06-07T12:14:25.605Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:14:35.183Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:14:35.184Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:14:35.185Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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-06-07T12:14:35.185Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:14:44.752Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:14:45.035Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:14:45.036Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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-06-07T12:14:45.036Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:14:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:14:45.060Z||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-06-07T12:14:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:14:45.095Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:14:45.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603930092,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:14:45.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:14:45.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:14:45.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:14:45.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:14:45.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:14:45.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:14:45.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:14:45.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:14:45.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:14:45.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T12:14:45.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:14:45.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:14:45.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:14:45.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:14:45.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:14:45.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603938410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:14:45.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:14:45.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603941825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:14:45.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:14:45.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603942963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:14:45.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:14:45.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603944030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:14:45.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:14:45.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603945190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:14:45.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:14:45.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603946195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:14:45.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:14:45.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603947198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T12:14:45.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:14:45.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:14:45.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603948203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:14:45.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:14:54.628Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:15:45.036Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:15:45.038Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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-06-07T12:15:45.039Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:15:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:15:45.060Z||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-06-07T12:15:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:15:45.110Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:15:45.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87a358b8-7639-4653-88e0-f635b078a504",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603979477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:15:45.114Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:15:45.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:15:45.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-07T12:15:45.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:15:45.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-07T12:15:45.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:15:45.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:15:45.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:15:45.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:15:45.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:15:45.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:15:45.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:15:45.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-07T12:15:45.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:15:45.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:15:45.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:15:45.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603882868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:15:45.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:15:45.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603989997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:15:45.127Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603992992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:15:45.127Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603994051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:15:45.127Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603995207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:15:45.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603996307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:15:45.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603997411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:15:45.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603998609,
  "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-06-07T12:15:45.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654603999616,
  "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-06-07T12:15:45.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604000636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:15:45.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604001649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:15:45.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604002659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-07T12:15:45.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:45.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T12:15:45.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604003671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:15:45.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:15:54.624Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:45.035Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:16:45.037Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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-06-07T12:16:45.037Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:16:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:16:45.060Z||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-06-07T12:16:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:16:45.104Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:45.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:16:45.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8d0a4b6-c8c2-4e97-9134-d9b3371e2078",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604035084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:16:45.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:16:45.680Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:45.681Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T12:16:45.681Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"522f3189-5368-40d9-827b-b45e555e6291","serviceName":"Demo_pNF_rtKcy9YO9EXI6vEpYkNd","serviceVersion":"1.0","serviceUUID":"f2dfabda-9ea0-42fc-b81f-0f9975e606f4","serviceDescription":"catalog service description","serviceInvariantUUID":"2ee3b296-eea5-47ee-adcd-a535cb250a6e","resources":[{"resourceInstanceName":"pNF ef7d4145-a396 0","resourceName":"pNF ef7d4145-a396","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"efa12c8f-e219-4821-bc90-8908d45a2434","resourceInvariantUUID":"f089d160-253f-40f9-b7ad-9be1fa509b8f","resourceCustomizationUUID":"075ae6ca-e1db-4971-9a7f-c71d66a2a33d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vf-license-model.xml","artifactChecksum":"ZmYwZGE3YWI0MTcyYTY1ZWVhZWY4MDM5ODIyZjJjODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57c7140d-d5a5-402f-a62a-d5aa58317926","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aea495d-0d08-4a6d-8034-e13ce358117a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60524b90-5527-4b04-bfbb-f171c9bc502b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vendor-license-model.xml","artifactChecksum":"MjhmNDZjMmRhZmIwMTE1YTVjMWIwNjVhN2ZlOWE5Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e140528d-019a-4ef2-9996-c765b94c221a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee534f2b-48aa-4a61-a5bd-39f8335f22bf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15cd2d9c-3960-43d0-bcea-6448a2289155","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml","artifactChecksum":"OGRlZTEwMmEyNGFjMjdiY2U2Y2M5Y2VkYzhjNzEzZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"59cea996-94b1-4861-bdbc-c2791af0931e","artifactVersion":"1"},{"artifactName":"service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar","artifactChecksum":"MjFlNzhkMjgzOTI3N2JiYTI1YjAwNzAwNDZmYmNhNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e289a728-d53b-4d60-b168-dac8ec1e62bd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T12:16:45.733Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:16:45.735Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:16:45.766Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:16:45.767Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:16:45.864Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T12:16:45.865Z||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-06-07T12:16:45.865Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:16:45.912Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:45.913Z||pool-89-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:16:46.768Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:16:46.769Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:16:46.776Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:16:46.778Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:16:46.872Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-07T12:16:46.873Z||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-06-07T12:16:46.873Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:16:46.890Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:46.890Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:16:47.778Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:16:47.779Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:16:47.782Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:16:47.782Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:16:47.882Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:16:47.883Z||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-06-07T12:16:47.884Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:16:47.903Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:47.903Z||pool-91-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:16:48.784Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:16:48.784Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:16:48.787Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:16:48.788Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:16:48.900Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-06-07T12:16:48.902Z||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-06-07T12:16:48.902Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:16:48.924Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:48.925Z||pool-92-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:16:49.796Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:16:49.804Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:16:49.812Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:16:49.813Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:16:49.908Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-07T12:16:49.909Z||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-06-07T12:16:49.910Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:16:49.936Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:49.936Z||pool-93-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:16:50.815Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:16:50.816Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:16:50.820Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:16:50.820Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:16:50.920Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:16:50.922Z||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-06-07T12:16:50.922Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:16:50.945Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:50.946Z||pool-94-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:16:51.821Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:16:51.824Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:16:51.835Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:16:51.835Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:16:51.927Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-07T12:16:51.928Z||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-06-07T12:16:51.928Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:16:51.945Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:51.946Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:16:52.838Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:16:52.838Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:16:52.848Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:16:52.848Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:16:52.946Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T12:16:52.948Z||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-06-07T12:16:52.948Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:16:52.968Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:52.968Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:16:53.854Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "serviceName": "Demo_pNF_rtKcy9YO9EXI6vEpYkNd",
  "serviceVersion": "1.0",
  "serviceUUID": "f2dfabda-9ea0-42fc-b81f-0f9975e606f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ee3b296-eea5-47ee-adcd-a535cb250a6e",
  "resources": [
    {
      "resourceInstanceName": "pNF ef7d4145-a396 0",
      "resourceCustomizationUUID": "075ae6ca-e1db-4971-9a7f-c71d66a2a33d",
      "resourceName": "pNF ef7d4145-a396",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "efa12c8f-e219-4821-bc90-8908d45a2434",
      "resourceInvariantUUID": "f089d160-253f-40f9-b7ad-9be1fa509b8f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
      "artifactChecksum": "MjFlNzhkMjgzOTI3N2JiYTI1YjAwNzAwNDZmYmNhNTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e289a728-d53b-4d60-b168-dac8ec1e62bd"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T12:16:53.855Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T12:16:53.855Z|c8d0a4b6-c8c2-4e97-9134-d9b3371e2078|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f2dfabda-9ea0-42fc-b81f-0f9975e606f4 ASDC
2022-06-07T12:16:53.856Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:522f3189-5368-40d9-827b-b45e555e6291
ServiceName:Demo_pNF_rtKcy9YO9EXI6vEpYkNd
ServiceVersion:1.0
ServiceUUID:f2dfabda-9ea0-42fc-b81f-0f9975e606f4
ServiceInvariantUUID:2ee3b296-eea5-47ee-adcd-a535cb250a6e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
ArtifactUUID:e289a728-d53b-4d60-b168-dac8ec1e62bd
ArtifactChecksum:MjFlNzhkMjgzOTI3N2JiYTI1YjAwNzAwNDZmYmNhNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ef7d4145-a396 0
ResourceCustomizationUUID:075ae6ca-e1db-4971-9a7f-c71d66a2a33d
ResourceInvariantUUID:f089d160-253f-40f9-b7ad-9be1fa509b8f
ResourceName:pNF ef7d4145-a396
ResourceType:PNF
ResourceUUID:efa12c8f-e219-4821-bc90-8908d45a2434
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-07T12:16:53.856Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2dfabda-9ea0-42fc-b81f-0f9975e606f4 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-06-07T12:16:53.938Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:16:53.940Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:16:53.941Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:16:53.941Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e289a728-d53b-4d60-b168-dac8ec1e62bd from URL: /sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:53.941Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:16:53.942Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:54.099Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:16:54.104Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar e289a728-d53b-4d60-b168-dac8ec1e62bd 82662
2022-06-07T12:16:54.105Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar ASDC sendASDCNotification
2022-06-07T12:16:54.105Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:54.106Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:16:54.106Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:16:54.120Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:16:54.121Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604214105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:16:54.213Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-07T12:16:54.217Z||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-06-07T12:16:54.217Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:16:54.239Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:54.240Z||pool-97-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:16:55.129Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:16:55.130Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:16:55.130Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e289a728-d53b-4d60-b168-dac8ec1e62bd, URL: /sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar to file: /app/ASDC/1/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:55.131Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:55.132Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:55.132Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:55.454Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9791782502588336390/Definitions/service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml
2022-06-07T12:16:56.916Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T12:16:56.917Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:16:56.917Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:56.918Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-07T12:16:56.918Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||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-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:56.918Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:56.918Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||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-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:56.918Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||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-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:56.918Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||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-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:56.919Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ef7d4145-a396 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-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:56.919Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||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-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:56.919Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:16:56.919Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:16:56.920Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rtKcy9YO9EXI6vEpYkNd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:16:56.920Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Node template pNF ef7d4145-a396 0 is matching search criteria
2022-06-07T12:16:56.921Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:16:56.921Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ef7d4145-a396 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:16:56.921Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:16:56.922Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rtKcy9YO9EXI6vEpYkNd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:16:56.922Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Node template pNF ef7d4145-a396 0 is matching search criteria
2022-06-07T12:16:56.923Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:16:56.923Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ef7d4145-a396 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:16:56.923Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:16:56.924Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rtKcy9YO9EXI6vEpYkNd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:16:56.924Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:16:56.925Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rtKcy9YO9EXI6vEpYkNd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:16:56.925Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:16:56.926Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rtKcy9YO9EXI6vEpYkNd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:16:56.926Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:16:56.926Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rtKcy9YO9EXI6vEpYkNd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:16:56.927Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:16:56.927Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rtKcy9YO9EXI6vEpYkNd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:16:56.927Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rtKcy9YO9EXI6vEpYkNd
Description:catalog service description
Model UUID:f2dfabda-9ea0-42fc-b81f-0f9975e606f4
Model Version:NULL
Model InvariantUuid:2ee3b296-eea5-47ee-adcd-a535cb250a6e
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-06-07T12:16:56.946Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: efa12c8f-e219-4821-bc90-8908d45a2434
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-06-07T12:16:56.953Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||pNF ef7d4145-a396 0
2022-06-07T12:16:56.953Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: efa12c8f-e219-4821-bc90-8908d45a2434
2022-06-07T12:16:56.953Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||No resources found for Service: f2dfabda-9ea0-42fc-b81f-0f9975e606f4
2022-06-07T12:16:56.954Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f2dfabda-9ea0-42fc-b81f-0f9975e606f4
2022-06-07T12:16:56.954Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ef7d4145-a396 0 efa12c8f-e219-4821-bc90-8908d45a2434 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-06-07T12:16:56.960Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cab2781, org.onap.sdc.toscaparser.api.parameters.Input@7d39caac, org.onap.sdc.toscaparser.api.parameters.Input@2804199d, org.onap.sdc.toscaparser.api.parameters.Input@7e823fa1, org.onap.sdc.toscaparser.api.parameters.Input@4b2088df]
2022-06-07T12:16:56.961Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:16:56.961Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rtKcy9YO9EXI6vEpYkNd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:16:56.961Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f2dfabda-9ea0-42fc-b81f-0f9975e606f4: pNF ef7d4145-a396
2022-06-07T12:16:56.962Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||Processing PNF resource: efa12c8f-e219-4821-bc90-8908d45a2434
2022-06-07T12:16:56.962Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:16:56.962Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rtKcy9YO9EXI6vEpYkNd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:16:56.962Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||Resource customization UUID: 075ae6ca-e1db-4971-9a7f-c71d66a2a33d is the same as notified resource customizationUUID: 075ae6ca-e1db-4971-9a7f-c71d66a2a33d
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-06-07T12:16:57.008Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ef7d4145-a396 efa12c8f-e219-4821-bc90-8908d45a2434 0 ASDC deployResourceStructure
2022-06-07T12:16:57.009Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar ASDC sendASDCNotification
2022-06-07T12:16:57.009Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar
2022-06-07T12:16:57.009Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:16:57.010Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:16:57.013Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:16:57.014Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604217009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:16:57.116Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T12:16:57.118Z||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-06-07T12:16:57.118Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:16:57.146Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:16:57.147Z||pool-98-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:16:58.015Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 522f3189-5368-40d9-827b-b45e555e6291
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:16:58.027Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 522f3189-5368-40d9-827b-b45e555e6291
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-06-07T12:16:58.029Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:16:58.029Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:16:58.029Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:17:28.030Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 522f3189-5368-40d9-827b-b45e555e6291
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:17:28.044Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 522f3189-5368-40d9-827b-b45e555e6291
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-06-07T12:17:28.047Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:17:28.048Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:17:28.048Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:17:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:17:45.060Z||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-06-07T12:17:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:17:45.103Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:17:45.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "aai-ml",
  "timestamp": 1654604173012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "cds",
  "timestamp": 1654604174283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604180710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "aai-ml",
  "timestamp": 1654604173012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "cds",
  "timestamp": 1654604174283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604180710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "aai-ml",
  "timestamp": 1654604173012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "cds",
  "timestamp": 1654604174283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604180710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604183108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "aai-ml",
  "timestamp": 1654604173012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "cds",
  "timestamp": 1654604174283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "clamp",
  "timestamp": 1654604184076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604180710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604183108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "aai-ml",
  "timestamp": 1654604173012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "clamp",
  "timestamp": 1654604184076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "cds",
  "timestamp": 1654604174283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604180710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604183108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "aai-ml",
  "timestamp": 1654604173012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "cds",
  "timestamp": 1654604174283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "clamp",
  "timestamp": 1654604184076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604180710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:17:45.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604183108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "aai-ml",
  "timestamp": 1654604173012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "cds",
  "timestamp": 1654604174283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "clamp",
  "timestamp": 1654604184076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604180710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604183108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "aai-ml",
  "timestamp": 1654604173012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:17:45.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "cds",
  "timestamp": 1654604174283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:17:45.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "clamp",
  "timestamp": 1654604184076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604180710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "policy-id",
  "timestamp": 1654604188811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604183108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604188214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "clamp",
  "timestamp": 1654604184076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "aai-ml",
  "timestamp": 1654604189257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:17:45.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:17:45.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "cds",
  "timestamp": 1654604190271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:17:45.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:17:45.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604189568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:17:45.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:17:45.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "policy-id",
  "timestamp": 1654604188811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604183108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604188214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "clamp",
  "timestamp": 1654604184076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "cds",
  "timestamp": 1654604191276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-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-06-07T12:17:45.135Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 522f3189-5368-40d9-827b-b45e555e6291
2022-06-07T12:17:45.135Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 522f3189-5368-40d9-827b-b45e555e6291 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-06-07T12:17:45.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604190596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "policy-id",
  "timestamp": 1654604188811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604183108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604188214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "clamp",
  "timestamp": 1654604184076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:17:45.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604191599,
  "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-06-07T12:17:45.153Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 522f3189-5368-40d9-827b-b45e555e6291
2022-06-07T12:17:45.153Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 522f3189-5368-40d9-827b-b45e555e6291 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-06-07T12:17:45.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "policy-id",
  "timestamp": 1654604188811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604188214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "policy-id",
  "timestamp": 1654604188811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604188214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "policy-id",
  "timestamp": 1654604188811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604188214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "aai-ml",
  "timestamp": 1654604194415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:17:45.165Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:17:45.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "policy-id",
  "timestamp": 1654604188811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604188214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:17:45.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "aai-ml",
  "timestamp": 1654604195419,
  "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-06-07T12:17:45.171Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 522f3189-5368-40d9-827b-b45e555e6291
2022-06-07T12:17:45.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 522f3189-5368-40d9-827b-b45e555e6291 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-06-07T12:17:45.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "policy-id",
  "timestamp": 1654604188811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:17:45.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604188214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:17:45.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:17:45.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "policy-id",
  "timestamp": 1654604197610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:17:45.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:17:45.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604197059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:17:45.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:17:45.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "policy-id",
  "timestamp": 1654604198614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:17:45.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:17:45.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604198940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:17:45.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:17:45.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "policy-id",
  "timestamp": 1654604199617,
  "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-06-07T12:17:45.188Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 522f3189-5368-40d9-827b-b45e555e6291
2022-06-07T12:17:45.188Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 522f3189-5368-40d9-827b-b45e555e6291 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-06-07T12:17:45.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604199943,
  "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-06-07T12:17:45.203Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 522f3189-5368-40d9-827b-b45e555e6291
2022-06-07T12:17:45.203Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 522f3189-5368-40d9-827b-b45e555e6291 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-06-07T12:17:45.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:17:45.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "clamp",
  "timestamp": 1654604203520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:17:45.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:17:58.048Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 522f3189-5368-40d9-827b-b45e555e6291
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:17:58.064Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 522f3189-5368-40d9-827b-b45e555e6291
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-06-07T12:17:58.067Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:17:58.067Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T12:17:58.068Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T12:17:58.068Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T12:17:58.068Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:17:58.068Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:17:58.068Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:17:58.068Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:17:58.068Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:17:58.068Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:17:58.068Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||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-06-07T12:17:58.074Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T12:18:28.074Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 522f3189-5368-40d9-827b-b45e555e6291 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-06-07T12:18:28.083Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 522f3189-5368-40d9-827b-b45e555e6291 and serviceModelVersionId: f2dfabda-9ea0-42fc-b81f-0f9975e606f4
2022-06-07T12:18:28.089Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ee3b296-eea5-47ee-adcd-a535cb250a6e
2022-06-07T12:18:28.090Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ee3b296-eea5-47ee-adcd-a535cb250a6e/model-vers/model-ver/f2dfabda-9ea0-42fc-b81f-0f9975e606f4?depth=0
2022-06-07T12:18:28.103Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T12:18:28.177Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ee3b296-eea5-47ee-adcd-a535cb250a6e/model-vers/model-ver/f2dfabda-9ea0-42fc-b81f-0f9975e606f4?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-06-07T12:18:28.183Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ee3b296-eea5-47ee-adcd-a535cb250a6e/model-vers/model-ver/f2dfabda-9ea0-42fc-b81f-0f9975e606f4?depth=0|INFO|500||Invoke
2022-06-07T12:18:28.215Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ee3b296-eea5-47ee-adcd-a535cb250a6e/model-vers/model-ver/f2dfabda-9ea0-42fc-b81f-0f9975e606f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T12:18:28.355Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ee3b296-eea5-47ee-adcd-a535cb250a6e/model-vers/model-ver/f2dfabda-9ea0-42fc-b81f-0f9975e606f4?depth=0|INFO|500||InvokeReturn
2022-06-07T12:18:28.356Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ee3b296-eea5-47ee-adcd-a535cb250a6e/model-vers/model-ver/f2dfabda-9ea0-42fc-b81f-0f9975e606f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-12:18:28:257-40594], vertex-id=[229464], Content-Length=[0], Date=[Tue, 07 Jun 2022 12:18:28 GMT], Content-Type=[application/json]}
2022-06-07T12:18:28.356Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T12:18:28.356Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T12:18:28.357Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||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-06-07T12:18:28.361Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||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-06-07T12:18:28.361Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 522f3189-5368-40d9-827b-b45e555e6291 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T12:18:28.361Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T12:18:28.362Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:18:28.364Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:18:28.364Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604308361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:18:28.464Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:18:28.465Z||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-06-07T12:18:28.465Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:18:28.489Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:18:28.489Z||pool-99-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T12:18:29.393Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:18:29.394Z|522f3189-5368-40d9-827b-b45e555e6291|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-06-07T12:18:29.394Z|522f3189-5368-40d9-827b-b45e555e6291|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:18:38.961Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:18:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:18:45.036Z||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-06-07T12:18:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:18:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:18:45.060Z||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-06-07T12:18:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:18:45.092Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:18:45.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "clamp",
  "timestamp": 1654604205517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:18:45.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:18:45.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:18:45.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:18:45.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "clamp",
  "timestamp": 1654604206522,
  "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-06-07T12:18:45.102Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 522f3189-5368-40d9-827b-b45e555e6291
2022-06-07T12:18:45.102Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 522f3189-5368-40d9-827b-b45e555e6291 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-06-07T12:18:45.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:18:45.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:18:45.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:18:45.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:18:45.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:18:45.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:18:45.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:18:45.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:18:45.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/resourceInstances/pnfef7d4145a3960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:18:45.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:18:45.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:18:45.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:18:45.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604205035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:18:45.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:18:45.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604214105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:18:45.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:18:45.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T12:18:45.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604217009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRtkcy9yo9exi6vepyknd/1.0/artifacts/service-DemoPnfRtkcy9yo9exi6vepyknd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:18:45.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:18:54.631Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:19:45.036Z||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-06-07T12:19:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:19:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:19:45.060Z||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-06-07T12:19:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:19:45.098Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:45.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:19:45.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "522f3189-5368-40d9-827b-b45e555e6291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604308361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:19:45.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:19:45.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:45.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T12:19:45.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7","serviceName":"Demo_pNF_N2U5OdCGXsSk8czVZc4g","serviceVersion":"1.0","serviceUUID":"0e1c18e7-aa96-4ac5-9a4b-031906ca05db","serviceDescription":"catalog service description","serviceInvariantUUID":"e133fb56-2131-4018-8fb2-0bd0f5c8db48","resources":[{"resourceInstanceName":"pNF dd1051a5-c198 0","resourceName":"pNF dd1051a5-c198","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"baf8a71e-a599-4775-9886-96daccf4a73a","resourceInvariantUUID":"975f8c37-9413-44f0-91f8-35f1fc9f99d3","resourceCustomizationUUID":"1f342b22-eb93-4410-8385-27253e993bbc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vf-license-model.xml","artifactChecksum":"YWIzZTM0YjVlMWE5MGQ0MGJiNzAwNjA5ZTk1ZmJiYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df6fedbe-9ae8-4ead-97e2-f346beb7e791","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"407fd0aa-1455-4675-8450-47070f663e23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98c1190d-22ee-427b-bd72-850eb3cec597","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vendor-license-model.xml","artifactChecksum":"ZDY4Mjc3Y2MwMjlhZjdmYzUzZWUzNTgwYzI5YTc3N2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d68d9eed-ac9f-4953-af12-47dd7e2dbfb5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be1fe753-ec06-4932-ba08-5e328a3bc565","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b53307d-14a6-4e65-9c2e-35c02ed10a9f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml","artifactChecksum":"OGYzODYyZWRkOGRhNjc4ODcyZmZmMWFlMTZhYWE3NTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b2ce128-73dc-4fb7-9f12-bcba8bbdb101","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar","artifactChecksum":"NGMyMjhhODM0OGY5ZTI3YjY3OWFkMThhYWMwYzY5ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21c25fe8-8b2f-4386-ace4-59f2a2be0000","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T12:19:45.684Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:19:45.684Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:19:45.687Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:19:45.687Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:19:45.787Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:19:45.789Z||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-06-07T12:19:45.789Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:19:45.810Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:45.811Z||pool-100-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:19:46.688Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:19:46.688Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:19:46.692Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:19:46.692Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:19:46.794Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T12:19:46.795Z||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-06-07T12:19:46.795Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:19:46.828Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:46.829Z||pool-101-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:19:47.692Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:19:47.693Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:19:47.699Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:19:47.700Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:19:47.796Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T12:19:47.797Z||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-06-07T12:19:47.797Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:19:47.835Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:47.835Z||pool-102-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:19:48.700Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:19:48.701Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:19:48.703Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:19:48.703Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:19:48.805Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:19:48.807Z||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-06-07T12:19:48.807Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:19:48.872Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:48.873Z||pool-103-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:19:49.704Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:19:49.706Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:19:49.709Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:19:49.709Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:19:49.810Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:19:49.811Z||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-06-07T12:19:49.811Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:19:49.880Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:49.881Z||pool-104-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:19:50.710Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:19:50.711Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:19:50.713Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:19:50.714Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:19:50.814Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:19:50.815Z||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-06-07T12:19:50.815Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:19:50.839Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:50.840Z||pool-105-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-06-07T12:19:51.715Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:19:51.716Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:19:51.718Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:19:51.719Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:19:51.819Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:19:51.820Z||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-06-07T12:19:51.820Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:19:51.838Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:51.839Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:19:52.719Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:19:52.720Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:19:52.723Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:19:52.723Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:19:52.824Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:19:52.825Z||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-06-07T12:19:52.825Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:19:52.856Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:52.858Z||pool-107-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:19:53.724Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "serviceName": "Demo_pNF_N2U5OdCGXsSk8czVZc4g",
  "serviceVersion": "1.0",
  "serviceUUID": "0e1c18e7-aa96-4ac5-9a4b-031906ca05db",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e133fb56-2131-4018-8fb2-0bd0f5c8db48",
  "resources": [
    {
      "resourceInstanceName": "pNF dd1051a5-c198 0",
      "resourceCustomizationUUID": "1f342b22-eb93-4410-8385-27253e993bbc",
      "resourceName": "pNF dd1051a5-c198",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "baf8a71e-a599-4775-9886-96daccf4a73a",
      "resourceInvariantUUID": "975f8c37-9413-44f0-91f8-35f1fc9f99d3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
      "artifactChecksum": "NGMyMjhhODM0OGY5ZTI3YjY3OWFkMThhYWMwYzY5ZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "21c25fe8-8b2f-4386-ace4-59f2a2be0000"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T12:19:53.725Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T12:19:53.725Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0e1c18e7-aa96-4ac5-9a4b-031906ca05db ASDC
2022-06-07T12:19:53.725Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
ServiceName:Demo_pNF_N2U5OdCGXsSk8czVZc4g
ServiceVersion:1.0
ServiceUUID:0e1c18e7-aa96-4ac5-9a4b-031906ca05db
ServiceInvariantUUID:e133fb56-2131-4018-8fb2-0bd0f5c8db48
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
ArtifactUUID:21c25fe8-8b2f-4386-ace4-59f2a2be0000
ArtifactChecksum:NGMyMjhhODM0OGY5ZTI3YjY3OWFkMThhYWMwYzY5ZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF dd1051a5-c198 0
ResourceCustomizationUUID:1f342b22-eb93-4410-8385-27253e993bbc
ResourceInvariantUUID:975f8c37-9413-44f0-91f8-35f1fc9f99d3
ResourceName:pNF dd1051a5-c198
ResourceType:PNF
ResourceUUID:baf8a71e-a599-4775-9886-96daccf4a73a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-07T12:19:53.725Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e1c18e7-aa96-4ac5-9a4b-031906ca05db 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-06-07T12:19:53.762Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:19:53.763Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T12:19:53.764Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T12:19:53.764Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 21c25fe8-8b2f-4386-ace4-59f2a2be0000 from URL: /sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:53.764Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T12:19:53.765Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:53.864Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T12:19:53.868Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar 21c25fe8-8b2f-4386-ace4-59f2a2be0000 82665
2022-06-07T12:19:53.868Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar ASDC sendASDCNotification
2022-06-07T12:19:53.868Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:53.868Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:19:53.869Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:19:53.870Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:19:53.871Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604393868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:19:53.971Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:19:53.972Z||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-06-07T12:19:53.972Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:19:54.002Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:54.003Z||pool-108-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:19:54.871Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:19:54.872Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T12:19:54.872Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 21c25fe8-8b2f-4386-ace4-59f2a2be0000, URL: /sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar to file: /app/ASDC/1/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:54.873Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:54.874Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:54.874Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:55.054Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18321292729868646927/Definitions/service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml
2022-06-07T12:19:56.109Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T12:19:56.109Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T12:19:56.109Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:56.110Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-07T12:19:56.110Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dd1051a5-c198 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-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:56.110Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:56.110Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:56.111Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:56.111Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:56.111Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:56.111Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:56.111Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T12:19:56.112Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:19:56.112Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_N2U5OdCGXsSk8czVZc4g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:19:56.112Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Node template pNF dd1051a5-c198 0 is matching search criteria
2022-06-07T12:19:56.113Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T12:19:56.113Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF dd1051a5-c198 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:19:56.113Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:19:56.113Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_N2U5OdCGXsSk8czVZc4g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:19:56.114Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Node template pNF dd1051a5-c198 0 is matching search criteria
2022-06-07T12:19:56.114Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T12:19:56.114Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF dd1051a5-c198 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:19:56.114Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:19:56.115Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_N2U5OdCGXsSk8czVZc4g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:19:56.115Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:19:56.115Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_N2U5OdCGXsSk8czVZc4g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:19:56.115Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:19:56.118Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_N2U5OdCGXsSk8czVZc4g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:19:56.118Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:19:56.118Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_N2U5OdCGXsSk8czVZc4g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:19:56.119Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:19:56.119Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_N2U5OdCGXsSk8czVZc4g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:19:56.119Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_N2U5OdCGXsSk8czVZc4g
Description:catalog service description
Model UUID:0e1c18e7-aa96-4ac5-9a4b-031906ca05db
Model Version:NULL
Model InvariantUuid:e133fb56-2131-4018-8fb2-0bd0f5c8db48
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-06-07T12:19:56.129Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: baf8a71e-a599-4775-9886-96daccf4a73a
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-06-07T12:19:56.133Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||pNF dd1051a5-c198 0
2022-06-07T12:19:56.134Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: baf8a71e-a599-4775-9886-96daccf4a73a
2022-06-07T12:19:56.134Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0e1c18e7-aa96-4ac5-9a4b-031906ca05db
2022-06-07T12:19:56.134Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0e1c18e7-aa96-4ac5-9a4b-031906ca05db
2022-06-07T12:19:56.134Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dd1051a5-c198 0 baf8a71e-a599-4775-9886-96daccf4a73a 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-06-07T12:19:56.142Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3100d293, org.onap.sdc.toscaparser.api.parameters.Input@2c1c37fc, org.onap.sdc.toscaparser.api.parameters.Input@1e09ff04, org.onap.sdc.toscaparser.api.parameters.Input@139e4525, org.onap.sdc.toscaparser.api.parameters.Input@243d998f]
2022-06-07T12:19:56.142Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:19:56.142Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_N2U5OdCGXsSk8czVZc4g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:19:56.143Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0e1c18e7-aa96-4ac5-9a4b-031906ca05db: pNF dd1051a5-c198
2022-06-07T12:19:56.143Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||Processing PNF resource: baf8a71e-a599-4775-9886-96daccf4a73a
2022-06-07T12:19:56.143Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:19:56.143Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_N2U5OdCGXsSk8czVZc4g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:19:56.144Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||Resource customization UUID: 1f342b22-eb93-4410-8385-27253e993bbc is the same as notified resource customizationUUID: 1f342b22-eb93-4410-8385-27253e993bbc
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-06-07T12:19:56.190Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dd1051a5-c198 baf8a71e-a599-4775-9886-96daccf4a73a 0 ASDC deployResourceStructure
2022-06-07T12:19:56.191Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar ASDC sendASDCNotification
2022-06-07T12:19:56.191Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar
2022-06-07T12:19:56.192Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:19:56.192Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:19:56.194Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:19:56.194Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604396191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:19:56.295Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:19:56.296Z||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-06-07T12:19:56.296Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:19:56.318Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:19:56.319Z||pool-109-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:19:57.202Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:19:57.213Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
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-06-07T12:19:57.216Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:19:57.216Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:19:57.216Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:20:27.217Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:20:27.232Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
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-06-07T12:20:27.234Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:20:27.235Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:20:27.235Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:20:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:20:45.060Z||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-06-07T12:20:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:20:45.095Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:20:45.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:20:45.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604380710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:20:45.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:20:45.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:20:45.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604383109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:20:45.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:20:45.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:20:45.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654604383012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:20:45.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:20:45.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:20:45.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "cds",
  "timestamp": 1654604384283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:20:45.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:20:57.235Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:20:57.247Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
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-06-07T12:20:57.249Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:20:57.249Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:20:57.249Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:21:27.249Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:21:27.262Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
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-06-07T12:21:27.264Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:21:27.265Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:21:27.265Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:21:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:21:45.061Z||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-06-07T12:21:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:21:45.096Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:21:45.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:21:45.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604380710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:21:45.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:21:57.265Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:21:57.283Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
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-06-07T12:21:57.285Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:21:57.285Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:21:57.285Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:22:27.286Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:22:27.301Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
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-06-07T12:22:27.303Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:22:27.304Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:22:27.304Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:22:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:22:45.060Z||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-06-07T12:22:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:22:45.601Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:22:45.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604383109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654604383012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "cds",
  "timestamp": 1654604384283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604380710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604383109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654604383012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "cds",
  "timestamp": 1654604384283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604380710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604383109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654604383012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "cds",
  "timestamp": 1654604384283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604380710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604383109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654604383012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "cds",
  "timestamp": 1654604384283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604380710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:22:45.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604383109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "policy-id",
  "timestamp": 1654604388812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654604383012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "cds",
  "timestamp": 1654604384283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604380710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604383109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "policy-id",
  "timestamp": 1654604388812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654604383012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "cds",
  "timestamp": 1654604384283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604380710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654604383109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:22:45.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "policy-id",
  "timestamp": 1654604388812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654604383012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:22:45.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "cds",
  "timestamp": 1654604384283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:22:45.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604391772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:22:45.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "policy-id",
  "timestamp": 1654604388812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654604391782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:22:45.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604385035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:22:45.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "cds",
  "timestamp": 1654604393154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:22:45.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604392802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:22:45.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "policy-id",
  "timestamp": 1654604388812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604393868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:22:45.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "cds",
  "timestamp": 1654604394160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-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-06-07T12:22:45.634Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
2022-06-07T12:22:45.634Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7 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-06-07T12:22:45.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654604393805,
  "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-06-07T12:22:45.656Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
2022-06-07T12:22:45.656Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7 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-06-07T12:22:45.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "policy-id",
  "timestamp": 1654604388812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "clamp",
  "timestamp": 1654604394069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "policy-id",
  "timestamp": 1654604388812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "clamp",
  "timestamp": 1654604394069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604396191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:22:45.668Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "policy-id",
  "timestamp": 1654604388812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:22:45.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "clamp",
  "timestamp": 1654604394069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "policy-id",
  "timestamp": 1654604397627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:22:45.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "clamp",
  "timestamp": 1654604394069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654604397254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:22:45.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "policy-id",
  "timestamp": 1654604398631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:22:45.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "clamp",
  "timestamp": 1654604394069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654604398259,
  "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-06-07T12:22:45.679Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
2022-06-07T12:22:45.684Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7 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-06-07T12:22:45.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604398214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "policy-id",
  "timestamp": 1654604399634,
  "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-06-07T12:22:45.707Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
2022-06-07T12:22:45.708Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7 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-06-07T12:22:45.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "clamp",
  "timestamp": 1654604394069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604398214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "clamp",
  "timestamp": 1654604394069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604398214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "clamp",
  "timestamp": 1654604394069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:22:45.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604398214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604398214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604398214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/resourceInstances/pnfdd1051a5c1980/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604398214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:22:45.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604398214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:22:45.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:22:45.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604407009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:22:45.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "clamp",
  "timestamp": 1654604407534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:22:45.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604408830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:22:45.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "clamp",
  "timestamp": 1654604409549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2u5odcgxssk8czvzc4g/1.0/artifacts/service-DemoPnfN2u5odcgxssk8czvzc4g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:22:45.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:22:45.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654604409833,
  "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-06-07T12:22:45.746Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
2022-06-07T12:22:45.747Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7 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-06-07T12:22:45.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:22:45.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "clamp",
  "timestamp": 1654604410555,
  "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-06-07T12:22:45.762Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
2022-06-07T12:22:45.763Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7 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-06-07T12:22:57.304Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:22:57.317Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7
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-06-07T12:22:57.321Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:22:57.321Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T12:22:57.321Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T12:22:57.321Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T12:22:57.321Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:22:57.321Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:22:57.321Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:22:57.321Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:22:57.321Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:22:57.322Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:22:57.322Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:22:57.322Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-06-07T12:22:57.328Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T12:23:27.329Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7 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-06-07T12:23:27.340Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7 and serviceModelVersionId: 0e1c18e7-aa96-4ac5-9a4b-031906ca05db
2022-06-07T12:23:27.340Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e133fb56-2131-4018-8fb2-0bd0f5c8db48
2022-06-07T12:23:27.342Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e133fb56-2131-4018-8fb2-0bd0f5c8db48/model-vers/model-ver/0e1c18e7-aa96-4ac5-9a4b-031906ca05db?depth=0
2022-06-07T12:23:27.352Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T12:23:27.434Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e133fb56-2131-4018-8fb2-0bd0f5c8db48/model-vers/model-ver/0e1c18e7-aa96-4ac5-9a4b-031906ca05db?depth=0|INFO|500||Invoke
2022-06-07T12:23:27.435Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e133fb56-2131-4018-8fb2-0bd0f5c8db48/model-vers/model-ver/0e1c18e7-aa96-4ac5-9a4b-031906ca05db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e133fb56-2131-4018-8fb2-0bd0f5c8db48/model-vers/model-ver/0e1c18e7-aa96-4ac5-9a4b-031906ca05db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d52dae89-1ad7-4d90-9d1d-4c35a9d52698], X-ECOMP-RequestID=[da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7], X-TransactionId=[], X-ONAP-RequestID=[da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7], Content-Type=[application/merge-patch+json]}
2022-06-07T12:23:27.467Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e133fb56-2131-4018-8fb2-0bd0f5c8db48/model-vers/model-ver/0e1c18e7-aa96-4ac5-9a4b-031906ca05db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T12:23:27.591Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e133fb56-2131-4018-8fb2-0bd0f5c8db48/model-vers/model-ver/0e1c18e7-aa96-4ac5-9a4b-031906ca05db?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/e133fb56-2131-4018-8fb2-0bd0f5c8db48/model-vers/model-ver/0e1c18e7-aa96-4ac5-9a4b-031906ca05db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-12:23:27:509-91781], vertex-id=[241752], Content-Length=[0], Date=[Tue, 07 Jun 2022 12:23:27 GMT], Content-Type=[application/json]}
2022-06-07T12:23:27.592Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e133fb56-2131-4018-8fb2-0bd0f5c8db48/model-vers/model-ver/0e1c18e7-aa96-4ac5-9a4b-031906ca05db?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T12:23:27.593Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e133fb56-2131-4018-8fb2-0bd0f5c8db48/model-vers/model-ver/0e1c18e7-aa96-4ac5-9a4b-031906ca05db?depth=0|INFO|500||InvokeReturn
2022-06-07T12:23:27.593Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T12:23:27.595Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-06-07T12:23:27.603Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-06-07T12:23:27.604Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T12:23:27.604Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T12:23:27.605Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:23:27.608Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:23:27.608Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604607604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:23:27.708Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:23:27.709Z||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-06-07T12:23:27.709Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:23:27.731Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:23:27.732Z||pool-110-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T12:23:28.623Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:23:28.624Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-06-07T12:23:28.624Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:23:39.021Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:23:39.021Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:23:39.022Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-06-07T12:23:39.022Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:23:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:23:45.060Z||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-06-07T12:23:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:23:45.701Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:23:45.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:23:45.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654604607604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:23:45.703Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:23:48.582Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:23:48.583Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:23:48.584Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-06-07T12:23:48.584Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:23:58.146Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:23:58.147Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:23:58.148Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-06-07T12:23:58.148Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:24:07.703Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:24:45.036Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:24:45.037Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-06-07T12:24:45.037Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:24:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:24:45.060Z||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-06-07T12:24:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:24:54.651Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:24:54.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:25:45.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:25:45.037Z||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-06-07T12:25:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:25:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:25:45.060Z||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-06-07T12:25:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:25:54.632Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:25:54.632Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:26:45.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:26:45.036Z||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-06-07T12:26:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:26:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:26:45.060Z||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-06-07T12:26:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:26:54.614Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:26:54.640Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:27:45.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:27:45.037Z||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-06-07T12:27:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:27:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:27:45.060Z||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-06-07T12:27:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:27:54.632Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:27:54.645Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:28:45.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:28:45.036Z||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-06-07T12:28:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:28:45.063Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:28:45.064Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-06-07T12:28:45.065Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:28:54.655Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:28:54.655Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:29:45.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:29:45.037Z||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-06-07T12:29:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:29:45.059Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:29:45.060Z|522f3189-5368-40d9-827b-b45e555e6291|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-06-07T12:29:45.060Z|522f3189-5368-40d9-827b-b45e555e6291|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:29:54.633Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:29:54.634Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:30:45.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:30:45.036Z||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-06-07T12:30:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:30:45.063Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:30:45.064Z||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-06-07T12:30:45.064Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:30:54.647Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:30:55.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:30:55.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T12:30:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dfde4ddd-cffb-4b09-b532-b956d4a7e43c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0ec93317-400d-4622-843e-73135b6a68b7","serviceDescription":"service","serviceInvariantUUID":"621535a6-49b7-4ad7-9225-c93f136a15f1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc85c50b-be76-4d54-8a09-66f44d2e62d6","resourceInvariantUUID":"b787ea75-e424-453d-9ac0-bba342fa672f","resourceCustomizationUUID":"fb78357a-b368-411c-91e8-eb6f509aa453","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":"ZWI1ZjFhOWRmMGRhYWE1ZmU4YzgxMWU4NzM0ZWRlNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e9e6320-261b-4a33-ab59-24e59586e8a4","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":"Y2UyNDdhOGU2ZjBlMDY4OGEzM2U2ZjVlYjZjOGIyNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a1fbe58-7841-4320-900c-672f29c9a2d1","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":"ddac9840-d272-4961-87e8-0962f7bb9da2","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":"9354c647-fb2e-47a4-99ec-b092c21e3956","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":"d29bcf4f-7dc0-4436-999e-754e8071ab67","artifactVersion":"2","generatedFromUUID":"9d230567-5715-4131-8d89-89370fb7b6b4"},{"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":"8a89a958-8029-4800-85da-9e70ee03e2a7","artifactVersion":"2","generatedFromUUID":"ddac9840-d272-4961-87e8-0962f7bb9da2"},{"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":"9d230567-5715-4131-8d89-89370fb7b6b4","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":"5f7965e7-8912-47c8-bce0-293b03acfc73","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":"ZDczNGM5YjJjYThhYjJmNTBkOTg1MjgzNTY0Mjk1ODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7556f95-9e68-48b8-b7d3-898d9e9d74cc","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Y2UyODZlNTdhNWE2OGYzM2U3NTZkODc5YWNkOGUyODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9ad54a1-0119-4fd5-bac9-dd181e53f25e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T12:30:55.145Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:30:55.146Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:30:55.155Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:30:55.155Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:30:55.254Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:30:55.256Z||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-06-07T12:30:55.256Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:30:55.291Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:30:55.291Z||pool-111-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":9,"count":1}
2022-06-07T12:30:56.156Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:30:56.157Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:30:56.160Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:30:56.161Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:30:56.261Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:30:56.262Z||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-06-07T12:30:56.262Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:30:56.296Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:30:56.296Z||pool-112-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:30:57.161Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:30:57.162Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:30:57.165Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:30:57.166Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:30:57.268Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T12:30:57.269Z||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-06-07T12:30:57.270Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:30:57.311Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:30:57.312Z||pool-113-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:30:58.167Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:30:58.168Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:30:58.170Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:30:58.170Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:30:58.271Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:30:58.272Z||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-06-07T12:30:58.273Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:30:58.308Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:30:58.309Z||pool-114-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":3,"count":1}
2022-06-07T12:30:59.171Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:30:59.172Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:30:59.175Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:30:59.176Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-07T12:30:59.276Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:30:59.277Z||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-06-07T12:30:59.277Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:30:59.295Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:30:59.296Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:00.177Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:31:00.178Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:00.182Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:00.183Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-07T12:31:00.283Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:31:00.284Z||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-06-07T12:31:00.285Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:00.314Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:00.316Z||pool-116-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:31:01.184Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:31:01.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:01.191Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:01.191Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-07T12:31:01.292Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:31:01.294Z||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-06-07T12:31:01.294Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:01.323Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:01.324Z||pool-117-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:02.192Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:31:02.194Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:02.197Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:02.197Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:02.300Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-07T12:31:02.301Z||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-06-07T12:31:02.301Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:02.327Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:02.329Z||pool-118-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:03.199Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:31:03.209Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:03.212Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:03.212Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:03.317Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-07T12:31:03.318Z||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-06-07T12:31:03.318Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:03.335Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:03.336Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:04.216Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:31:04.217Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:04.224Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:04.224Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:04.320Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T12:31:04.321Z||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-06-07T12:31:04.321Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:04.340Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:04.341Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:31:05.236Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0ec93317-400d-4622-843e-73135b6a68b7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "621535a6-49b7-4ad7-9225-c93f136a15f1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "fb78357a-b368-411c-91e8-eb6f509aa453",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bc85c50b-be76-4d54-8a09-66f44d2e62d6",
      "resourceInvariantUUID": "b787ea75-e424-453d-9ac0-bba342fa672f",
      "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": "Y2UyNDdhOGU2ZjBlMDY4OGEzM2U2ZjVlYjZjOGIyNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8a1fbe58-7841-4320-900c-672f29c9a2d1",
          "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": "ddac9840-d272-4961-87e8-0962f7bb9da2",
          "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": "8a89a958-8029-4800-85da-9e70ee03e2a7",
            "generatedFromUUID": "ddac9840-d272-4961-87e8-0962f7bb9da2"
          },
          "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": "d29bcf4f-7dc0-4436-999e-754e8071ab67",
          "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": "8a89a958-8029-4800-85da-9e70ee03e2a7",
          "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": "9d230567-5715-4131-8d89-89370fb7b6b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Y2UyODZlNTdhNWE2OGYzM2U3NTZkODc5YWNkOGUyODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9ad54a1-0119-4fd5-bac9-dd181e53f25e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T12:31:05.237Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T12:31:05.237Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0ec93317-400d-4622-843e-73135b6a68b7 ASDC
2022-06-07T12:31:05.241Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dfde4ddd-cffb-4b09-b532-b956d4a7e43c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:0ec93317-400d-4622-843e-73135b6a68b7
ServiceInvariantUUID:621535a6-49b7-4ad7-9225-c93f136a15f1
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:c9ad54a1-0119-4fd5-bac9-dd181e53f25e
ArtifactChecksum:Y2UyODZlNTdhNWE2OGYzM2U3NTZkODc5YWNkOGUyODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:fb78357a-b368-411c-91e8-eb6f509aa453
ResourceInvariantUUID:b787ea75-e424-453d-9ac0-bba342fa672f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:bc85c50b-be76-4d54-8a09-66f44d2e62d6
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:8a1fbe58-7841-4320-900c-672f29c9a2d1
ArtifactChecksum:Y2UyNDdhOGU2ZjBlMDY4OGEzM2U2ZjVlYjZjOGIyNjg=
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:ddac9840-d272-4961-87e8-0962f7bb9da2
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:8a89a958-8029-4800-85da-9e70ee03e2a7
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:d29bcf4f-7dc0-4436-999e-754e8071ab67
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:8a89a958-8029-4800-85da-9e70ee03e2a7
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:9d230567-5715-4131-8d89-89370fb7b6b4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T12:31:05.241Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ec93317-400d-4622-843e-73135b6a68b7 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-06-07T12:31:05.326Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:31:05.328Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T12:31:05.328Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T12:31:05.328Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c9ad54a1-0119-4fd5-bac9-dd181e53f25e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T12:31:05.328Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T12:31:05.329Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T12:31:05.455Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T12:31:05.485Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c9ad54a1-0119-4fd5-bac9-dd181e53f25e 158194
2022-06-07T12:31:05.486Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T12:31:05.486Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T12:31:05.486Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:31:05.487Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:05.494Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:05.494Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605065486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:05.594Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:31:05.595Z||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-06-07T12:31:05.595Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:05.628Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:05.629Z||pool-121-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:06.495Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:31:06.496Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T12:31:06.497Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c9ad54a1-0119-4fd5-bac9-dd181e53f25e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T12:31:06.497Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-07T12:31:06.498Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T12:31:06.498Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T12:31:06.856Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11700924390301684535/Definitions/service-BasicCnfMacro-template.yml
2022-06-07T12:31:08.727Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T12:31:08.728Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-07T12:31:08.728Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T12:31:08.728Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-07T12:31:08.728Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:08.729Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:08.729Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:08.729Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:08.729Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-07T12:31:08.730Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.730Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:08.730Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T12:31:08.731Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-07T12:31:08.731Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:31:08.731Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.732Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:08.732Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T12:31:08.732Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-07T12:31:08.733Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:31:08.733Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.733Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:08.733Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.734Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-07T12:31:08.734Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-07T12:31:08.734Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-07T12:31:08.734Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T12:31:08.735Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.735Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T12:31:08.735Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.736Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T12:31:08.736Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:31:08.736Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.737Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T12:31:08.737Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:31:08.737Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.738Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T12:31:08.738Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:31:08.738Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.739Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T12:31:08.739Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:31:08.739Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.740Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-07T12:31:08.740Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-07T12:31:08.740Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=95561944-8105-4478-9759-64f2b9e61151
2022-06-07T12:31:08.740Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.741Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:08.741Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.741Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:08.742Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.742Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:08.742Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:08.742Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:08.743Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:0ec93317-400d-4622-843e-73135b6a68b7
Model Version:NULL
Model InvariantUuid:621535a6-49b7-4ad7-9225-c93f136a15f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:17e03ef5-a975-4bf4-996f-2a2c997b59d3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b787ea75-e424-453d-9ac0-bba342fa672f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fb78357a-b368-411c-91e8-eb6f509aa453
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cca9bbbd-01a6-45d8-af80-4ccf8faf89cd
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e9edd0f3-3be0-4c49-89ed-1467707a1c93
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:22de2072-4d76-4f50-8ab3-1c210a5bb05e
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:8405c60e-b207-4a69-a8d6-66eeb446f4f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:95561944-8105-4478-9759-64f2b9e61151
ModelInvariantUuid:04f6ad7a-d2d3-4dc7-ab06-41d496b24d4f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ffc18fd1-65e6-4661-bde0-a962f19e6eee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:16859ca3-f92f-4ec2-a86e-e4ca6400c1eb
ModelInvariantUuid:28ad483a-2331-4774-8b06-a973d18d6697
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:c910186a-9ad9-4c37-87b8-4331bb3da62f
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-06-07T12:31:08.755Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: bc85c50b-be76-4d54-8a09-66f44d2e62d6
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-06-07T12:31:08.762Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2022-06-07T12:31:08.762Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc85c50b-be76-4d54-8a09-66f44d2e62d6
2022-06-07T12:31:08.763Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8a1fbe58-7841-4320-900c-672f29c9a2d1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-07T12:31:08.763Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T12:31:08.763Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:08.824Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T12:31:08.825Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 8a1fbe58-7841-4320-900c-672f29c9a2d1 1565
2022-06-07T12:31:08.825Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:08.826Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:08.826Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:31:08.827Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:08.830Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:08.830Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605068825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:08.930Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:31:08.931Z||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-06-07T12:31:08.931Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:08.956Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:08.957Z||pool-122-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:09.831Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "22de2072-4d76-4f50-8ab3-1c210a5bb05e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8405c60e-b207-4a69-a8d6-66eeb446f4f6",
    "vfModuleModelCustomizationUUID": "bda5eaab-c4ba-429e-bd9b-1e1cfb55075c",
    "isBase": true,
    "artifacts": [
      "ddac9840-d272-4961-87e8-0962f7bb9da2",
      "8a89a958-8029-4800-85da-9e70ee03e2a7"
    ],
    "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": "cca9bbbd-01a6-45d8-af80-4ccf8faf89cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9edd0f3-3be0-4c49-89ed-1467707a1c93",
    "vfModuleModelCustomizationUUID": "bd981d83-a20e-4236-a481-56ace4752742",
    "isBase": false,
    "artifacts": [
      "9d230567-5715-4131-8d89-89370fb7b6b4"
    ],
    "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-06-07T12:31:09.836Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8405c60e-b207-4a69-a8d6-66eeb446f4f6
VfModuleModelInvariantUUID:22de2072-4d76-4f50-8ab3-1c210a5bb05e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ddac9840-d272-4961-87e8-0962f7bb9da2
,
8a89a958-8029-4800-85da-9e70ee03e2a7

}
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:e9edd0f3-3be0-4c49-89ed-1467707a1c93
VfModuleModelInvariantUUID:cca9bbbd-01a6-45d8-af80-4ccf8faf89cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d230567-5715-4131-8d89-89370fb7b6b4

}
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-06-07T12:31:09.839Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "22de2072-4d76-4f50-8ab3-1c210a5bb05e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8405c60e-b207-4a69-a8d6-66eeb446f4f6",
    "vfModuleModelCustomizationUUID": "bda5eaab-c4ba-429e-bd9b-1e1cfb55075c",
    "isBase": true,
    "artifacts": [
      "ddac9840-d272-4961-87e8-0962f7bb9da2",
      "8a89a958-8029-4800-85da-9e70ee03e2a7"
    ],
    "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": "cca9bbbd-01a6-45d8-af80-4ccf8faf89cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9edd0f3-3be0-4c49-89ed-1467707a1c93",
    "vfModuleModelCustomizationUUID": "bd981d83-a20e-4236-a481-56ace4752742",
    "isBase": false,
    "artifacts": [
      "9d230567-5715-4131-8d89-89370fb7b6b4"
    ],
    "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-06-07T12:31:09.839Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8405c60e-b207-4a69-a8d6-66eeb446f4f6
VfModuleModelInvariantUUID:22de2072-4d76-4f50-8ab3-1c210a5bb05e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ddac9840-d272-4961-87e8-0962f7bb9da2
,
8a89a958-8029-4800-85da-9e70ee03e2a7

}
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:e9edd0f3-3be0-4c49-89ed-1467707a1c93
VfModuleModelInvariantUUID:cca9bbbd-01a6-45d8-af80-4ccf8faf89cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d230567-5715-4131-8d89-89370fb7b6b4

}
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-06-07T12:31:09.839Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ddac9840-d272-4961-87e8-0962f7bb9da2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-07T12:31:09.839Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T12:31:09.840Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:09.974Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T12:31:09.974Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ddac9840-d272-4961-87e8-0962f7bb9da2 914
2022-06-07T12:31:09.975Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:09.975Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:09.975Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:31:09.976Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:09.980Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:09.981Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605069975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:10.083Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T12:31:10.084Z||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-06-07T12:31:10.084Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:10.132Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:10.132Z||pool-123-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:10.982Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d29bcf4f-7dc0-4436-999e-754e8071ab67 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-07T12:31:10.984Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T12:31:10.984Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:11.100Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T12:31:11.101Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d29bcf4f-7dc0-4436-999e-754e8071ab67 12
2022-06-07T12:31:11.101Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:11.101Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:11.101Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:31:11.102Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:11.104Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:11.105Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605071101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:11.205Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:31:11.206Z||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-06-07T12:31:11.207Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:11.236Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:11.237Z||pool-124-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:12.108Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8a89a958-8029-4800-85da-9e70ee03e2a7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-07T12:31:12.108Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T12:31:12.109Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:12.292Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T12:31:12.293Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 8a89a958-8029-4800-85da-9e70ee03e2a7 96
2022-06-07T12:31:12.293Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:12.295Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:12.295Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:31:12.296Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:12.304Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:12.304Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605072293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:12.399Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-07T12:31:12.401Z||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-06-07T12:31:12.401Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:12.431Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:12.431Z||pool-125-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:13.305Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9d230567-5715-4131-8d89-89370fb7b6b4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-07T12:31:13.305Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T12:31:13.306Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:13.406Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T12:31:13.408Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9d230567-5715-4131-8d89-89370fb7b6b4 20206
2022-06-07T12:31:13.408Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:13.408Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:13.409Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:31:13.409Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:13.416Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:13.416Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605073408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:13.524Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-07T12:31:13.525Z||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-06-07T12:31:13.525Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:13.543Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:13.544Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:14.429Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0ec93317-400d-4622-843e-73135b6a68b7
2022-06-07T12:31:14.429Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bc85c50b-be76-4d54-8a09-66f44d2e62d6 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-06-07T12:31:14.443Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7cf13717, org.onap.sdc.toscaparser.api.parameters.Input@2fd9fcfa, org.onap.sdc.toscaparser.api.parameters.Input@1441d8e0, org.onap.sdc.toscaparser.api.parameters.Input@10f6cff6, org.onap.sdc.toscaparser.api.parameters.Input@65ca0b70]
2022-06-07T12:31:14.445Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.445Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:14.445Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-07T12:31:14.446Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fb78357a-b368-411c-91e8-eb6f509aa453
2022-06-07T12:31:14.446Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb78357a-b368-411c-91e8-eb6f509aa453 matches Tosca VF Customization UUID: fb78357a-b368-411c-91e8-eb6f509aa453
2022-06-07T12:31:14.446Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fb78357a-b368-411c-91e8-eb6f509aa453  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-06-07T12:31:14.451Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.451Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:14.452Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fb78357a-b368-411c-91e8-eb6f509aa453: {\"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-06-07T12:31:14.452Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3927befd
2022-06-07T12:31:14.452Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.452Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T12:31:14.453Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd981d83-a20e-4236-a481-56ace4752742
2022-06-07T12:31:14.453Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd981d83-a20e-4236-a481-56ace4752742
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-06-07T12:31:14.456Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.457Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T12:31:14.457Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:31:14.457Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.458Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T12:31:14.458Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:31:14.458Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.459Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T12:31:14.459Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fb78357a-b368-411c-91e8-eb6f509aa453
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-06-07T12:31:14.462Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.462Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:14.462Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0ec93317-400d-4622-843e-73135b6a68b7: basic_cnf_macro
2022-06-07T12:31:14.463Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.463Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:14.463Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.464Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:14.464Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.464Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:14.465Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.465Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:14.465Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:31:14.465Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:31:14.466Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:14.517Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bc85c50b-be76-4d54-8a09-66f44d2e62d6 2 ASDC deployResourceStructure
2022-06-07T12:31:14.517Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:14.517Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:14.518Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:31:14.518Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:14.521Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:14.521Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605074517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:14.624Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-07T12:31:14.625Z||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-06-07T12:31:14.626Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:14.642Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:14.642Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:15.522Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:15.523Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:15.523Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:31:15.523Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:15.526Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:15.526Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605075522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:15.627Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:31:15.629Z||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-06-07T12:31:15.629Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:15.654Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:15.655Z||pool-128-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:31:16.530Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:16.530Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:16.530Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-07T12:31:16.530Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:16.533Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:16.533Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605076527,
  "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-06-07T12:31:16.634Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:31:16.635Z||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-06-07T12:31:16.635Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:16.655Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:16.656Z||pool-129-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:17.535Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:17.535Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:17.535Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:31:17.541Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:17.546Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:17.546Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605077534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:17.646Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:31:17.647Z||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-06-07T12:31:17.647Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:17.660Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:17.661Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:31:18.547Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:18.548Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:18.548Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-07T12:31:18.548Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:18.550Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:18.550Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605078547,
  "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-06-07T12:31:18.651Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:31:18.652Z||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-06-07T12:31:18.652Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:18.668Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:18.668Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:19.551Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T12:31:19.552Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T12:31:19.552Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:31:19.552Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:31:19.554Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:31:19.554Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605079551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:19.661Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-07T12:31:19.662Z||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-06-07T12:31:19.671Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:31:19.705Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:19.706Z||pool-132-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:31:20.555Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfde4ddd-cffb-4b09-b532-b956d4a7e43c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:31:20.566Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfde4ddd-cffb-4b09-b532-b956d4a7e43c
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-06-07T12:31:20.568Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:31:20.568Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:31:20.568Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:31:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:31:45.060Z||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-06-07T12:31:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:31:45.191Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:31:45.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605054068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605048811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605054068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605048811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605054068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605048811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605054068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605048811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605054068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605048811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605058214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605059283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605054068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605048811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605058214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605059283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605048811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605054068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605058214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605059283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605060710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605048811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605054068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605058214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605059283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605060710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605048811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605054068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605058214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605059283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605060710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605048811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605045035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605063108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605054068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605058214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605059283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605060710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605063108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605058214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605065667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605065486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.523Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605059283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605060710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605063108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605058214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605066684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605059283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605060710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605063108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605058214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "policy-id",
  "timestamp": 1654605067687,
  "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-06-07T12:31:45.537Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfde4ddd-cffb-4b09-b532-b956d4a7e43c
2022-06-07T12:31:45.537Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfde4ddd-cffb-4b09-b532-b956d4a7e43c 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-06-07T12:31:45.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605059283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605060710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605063108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605058214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605059283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605068825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605060710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605063108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605069172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605070086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605060710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605069975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605063108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605060710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605071101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605063108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605071503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.565Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "cds",
  "timestamp": 1654605072530,
  "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-06-07T12:31:45.576Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dfde4ddd-cffb-4b09-b532-b956d4a7e43c
2022-06-07T12:31:45.576Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfde4ddd-cffb-4b09-b532-b956d4a7e43c 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-06-07T12:31:45.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605072293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605063108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605072507,
  "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-06-07T12:31:45.603Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dfde4ddd-cffb-4b09-b532-b956d4a7e43c
2022-06-07T12:31:45.604Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfde4ddd-cffb-4b09-b532-b956d4a7e43c 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-06-07T12:31:45.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605063108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605073408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605073640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605073012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605073906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605074517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605073012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605075522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605075085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605073012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605076527,
  "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-06-07T12:31:45.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605076185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605073012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605077534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605077258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605073012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605078547,
  "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-06-07T12:31:45.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605078645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605078335,
  "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-06-07T12:31:45.637Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfde4ddd-cffb-4b09-b532-b956d4a7e43c
2022-06-07T12:31:45.637Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfde4ddd-cffb-4b09-b532-b956d4a7e43c 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-06-07T12:31:45.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605073012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605079551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "clamp",
  "timestamp": 1654605079649,
  "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-06-07T12:31:45.661Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dfde4ddd-cffb-4b09-b532-b956d4a7e43c
2022-06-07T12:31:45.662Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfde4ddd-cffb-4b09-b532-b956d4a7e43c 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-06-07T12:31:45.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605079340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605073012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605073012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605073012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605073012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605083948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605083108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605080710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "clamp",
  "timestamp": 1654605084069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605080710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "clamp",
  "timestamp": 1654605084069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605083108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605080710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605083108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "clamp",
  "timestamp": 1654605084069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605088214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "policy-id",
  "timestamp": 1654605088812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "cds",
  "timestamp": 1654605089283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605080710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605083108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "clamp",
  "timestamp": 1654605084069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605088214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "policy-id",
  "timestamp": 1654605088812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "cds",
  "timestamp": 1654605089283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605083108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "clamp",
  "timestamp": 1654605084069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605080710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605088214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "policy-id",
  "timestamp": 1654605088812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "cds",
  "timestamp": 1654605089283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605080710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "clamp",
  "timestamp": 1654605084069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605083108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "policy-id",
  "timestamp": 1654605088812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605088214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "cds",
  "timestamp": 1654605089283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605080710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605083108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "clamp",
  "timestamp": 1654605084069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "policy-id",
  "timestamp": 1654605088812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605088214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "cds",
  "timestamp": 1654605089283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605080710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "clamp",
  "timestamp": 1654605084069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605083108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605093207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "policy-id",
  "timestamp": 1654605088812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605088214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "cds",
  "timestamp": 1654605089283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "aai-ml",
  "timestamp": 1654605094216,
  "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-06-07T12:31:45.726Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dfde4ddd-cffb-4b09-b532-b956d4a7e43c
2022-06-07T12:31:45.727Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfde4ddd-cffb-4b09-b532-b956d4a7e43c 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-06-07T12:31:45.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605094604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "policy-id",
  "timestamp": 1654605088812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605088214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "cds",
  "timestamp": 1654605089283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605095726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "policy-id",
  "timestamp": 1654605088812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605088214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "cds",
  "timestamp": 1654605089283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:31:45.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:45.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605096819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "policy-id",
  "timestamp": 1654605097716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605097060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "cds",
  "timestamp": 1654605098128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605097846,
  "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-06-07T12:31:45.756Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
2022-06-07T12:31:45.757Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d72b54f-ffd8-49f3-bca8-3d0821462b8d 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-06-07T12:31:45.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "policy-id",
  "timestamp": 1654605098720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "cds",
  "timestamp": 1654605099360,
  "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=?
2022-06-07T12:31:45.778Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
2022-06-07T12:31:45.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d72b54f-ffd8-49f3-bca8-3d0821462b8d 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-06-07T12:31:45.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605098851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.792Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "policy-id",
  "timestamp": 1654605099723,
  "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-06-07T12:31:45.799Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
2022-06-07T12:31:45.799Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d72b54f-ffd8-49f3-bca8-3d0821462b8d 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-06-07T12:31:45.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605099254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:31:45.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605100258,
  "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-06-07T12:31:45.828Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
2022-06-07T12:31:45.828Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d72b54f-ffd8-49f3-bca8-3d0821462b8d 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-06-07T12:31:45.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "clamp",
  "timestamp": 1654605102642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:31:45.841Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:31:45.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:31:45.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "aai-ml",
  "timestamp": 1654605103012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:31:45.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:31:50.569Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfde4ddd-cffb-4b09-b532-b956d4a7e43c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:31:50.583Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfde4ddd-cffb-4b09-b532-b956d4a7e43c
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-06-07T12:31:50.587Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:31:50.588Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T12:31:50.588Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T12:31:50.589Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T12:31:50.589Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:31:50.592Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:31:50.592Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:31:50.592Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:31:50.593Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:31:50.593Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:31:50.593Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:31:50.600Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T12:32:20.605Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dfde4ddd-cffb-4b09-b532-b956d4a7e43c 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-06-07T12:32:20.633Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dfde4ddd-cffb-4b09-b532-b956d4a7e43c and serviceModelVersionId: 0ec93317-400d-4622-843e-73135b6a68b7
2022-06-07T12:32:20.634Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 621535a6-49b7-4ad7-9225-c93f136a15f1
2022-06-07T12:32:20.635Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/621535a6-49b7-4ad7-9225-c93f136a15f1/model-vers/model-ver/0ec93317-400d-4622-843e-73135b6a68b7?depth=0
2022-06-07T12:32:20.645Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T12:32:20.756Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/621535a6-49b7-4ad7-9225-c93f136a15f1/model-vers/model-ver/0ec93317-400d-4622-843e-73135b6a68b7?depth=0|INFO|500||Invoke
2022-06-07T12:32:20.757Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/621535a6-49b7-4ad7-9225-c93f136a15f1/model-vers/model-ver/0ec93317-400d-4622-843e-73135b6a68b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/621535a6-49b7-4ad7-9225-c93f136a15f1/model-vers/model-ver/0ec93317-400d-4622-843e-73135b6a68b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfde4ddd-cffb-4b09-b532-b956d4a7e43c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02676c7a-342d-40c1-946f-ea55e7455506], X-ECOMP-RequestID=[dfde4ddd-cffb-4b09-b532-b956d4a7e43c], X-TransactionId=[], X-ONAP-RequestID=[dfde4ddd-cffb-4b09-b532-b956d4a7e43c], Content-Type=[application/merge-patch+json]}
2022-06-07T12:32:20.800Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/621535a6-49b7-4ad7-9225-c93f136a15f1/model-vers/model-ver/0ec93317-400d-4622-843e-73135b6a68b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T12:32:20.998Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/621535a6-49b7-4ad7-9225-c93f136a15f1/model-vers/model-ver/0ec93317-400d-4622-843e-73135b6a68b7?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/621535a6-49b7-4ad7-9225-c93f136a15f1/model-vers/model-ver/0ec93317-400d-4622-843e-73135b6a68b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-12:32:20:839-83369], vertex-id=[303272], Content-Length=[0], Date=[Tue, 07 Jun 2022 12:32:20 GMT], Content-Type=[application/json]}
2022-06-07T12:32:20.999Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/621535a6-49b7-4ad7-9225-c93f136a15f1/model-vers/model-ver/0ec93317-400d-4622-843e-73135b6a68b7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T12:32:20.999Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/621535a6-49b7-4ad7-9225-c93f136a15f1/model-vers/model-ver/0ec93317-400d-4622-843e-73135b6a68b7?depth=0|INFO|500||InvokeReturn
2022-06-07T12:32:21.000Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T12:32:21.000Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:32:21.006Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||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-06-07T12:32:21.007Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dfde4ddd-cffb-4b09-b532-b956d4a7e43c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T12:32:21.009Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T12:32:21.009Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:21.011Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:21.011Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605141008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:32:21.112Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:32:21.114Z||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-06-07T12:32:21.114Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:21.141Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:21.142Z||pool-133-thread-1|||||INFO|500||cambria reply ok (29 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-06-07T12:32:22.048Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:32:22.049Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|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-06-07T12:32:22.049Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:32:22.685Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:22.687Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T12:32:22.687Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d72b54f-ffd8-49f3-bca8-3d0821462b8d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b14fec29-82be-405e-8975-e031cb7893f1","serviceDescription":"service","serviceInvariantUUID":"61a1ce9f-81ed-4bad-a4f2-ac29b7829c9e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d2b57435-a402-414e-b918-08f89df4db6c","resourceInvariantUUID":"4052f13f-3667-4d1b-a2bf-03761f1de717","resourceCustomizationUUID":"3be77380-7aa9-4baf-ba48-a6f5988ae874","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":"OTkwMzkxZmRlZjljZjUyMWIzMDliYmY1NmNhZDE5Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b00d77e1-2239-49d1-8fb2-d199867b5070","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":"MjEwNmFjM2MxYTFlZjJkZjM4MjMxNzE3MWI3ZmIxM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"db16cabf-3a33-4c93-921b-25169fe86a75","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":"3c20564f-e29d-4f58-ada8-7b93d37486b0","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":"1074a0d3-af7a-4b0f-9f87-34277764bc1d","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":"40186f44-e4bb-46d4-80ce-f4b20915d78c","artifactVersion":"2","generatedFromUUID":"3c20564f-e29d-4f58-ada8-7b93d37486b0"},{"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":"MWIwYzNmZjU5MjY3ZDRkNjk3N2ZiMjRkOWYyYjYzYzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c2334f10-e61a-458f-b85c-8ff90c60afac","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":"OGZkMmMxNDdkOTZkM2MwNTQ4NGJjZWYwMzkxODY4MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c861aad9-2d28-4eab-acff-505b9060be72","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmFjNzViYWVmZmZhNDNlYmJmZmNmNGFkNTU1MDE3MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e6524c4d-fa0b-4e7e-8f05-9eb595798ce6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T12:32:22.693Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:32:22.694Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:22.697Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:22.697Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:32:22.797Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:32:22.799Z||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-06-07T12:32:22.799Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:22.828Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:22.828Z||pool-134-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:32:23.700Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:32:23.700Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:23.716Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:23.716Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:32:23.815Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:32:23.818Z||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-06-07T12:32:23.819Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:23.837Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:23.838Z||pool-135-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:32:24.717Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:32:24.718Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:24.721Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:24.721Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:32:24.821Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:32:24.822Z||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-06-07T12:32:24.822Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:24.844Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:24.844Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:32:25.722Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:32:25.723Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:25.725Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:25.725Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:32:25.826Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:32:25.827Z||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-06-07T12:32:25.827Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:25.844Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:25.845Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:32:26.726Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:32:26.728Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:26.730Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:26.730Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T12:32:26.831Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:32:26.832Z||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-06-07T12:32:26.832Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:26.849Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:26.849Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:32:27.731Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:32:27.731Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:27.734Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:27.734Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:32:27.834Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:32:27.835Z||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-06-07T12:32:27.836Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:27.851Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:27.852Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:32:28.735Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:32:28.736Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:28.738Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:28.739Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:32:28.839Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:32:28.840Z||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-06-07T12:32:28.840Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:28.858Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:28.859Z||pool-140-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:32:29.739Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:32:29.745Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:29.749Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:29.749Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:32:29.849Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:32:29.850Z||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-06-07T12:32:29.851Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:29.872Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:29.873Z||pool-141-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:32:30.751Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b14fec29-82be-405e-8975-e031cb7893f1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "61a1ce9f-81ed-4bad-a4f2-ac29b7829c9e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "3be77380-7aa9-4baf-ba48-a6f5988ae874",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d2b57435-a402-414e-b918-08f89df4db6c",
      "resourceInvariantUUID": "4052f13f-3667-4d1b-a2bf-03761f1de717",
      "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": "MjEwNmFjM2MxYTFlZjJkZjM4MjMxNzE3MWI3ZmIxM2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "db16cabf-3a33-4c93-921b-25169fe86a75",
          "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": "3c20564f-e29d-4f58-ada8-7b93d37486b0",
          "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": "40186f44-e4bb-46d4-80ce-f4b20915d78c",
            "generatedFromUUID": "3c20564f-e29d-4f58-ada8-7b93d37486b0"
          },
          "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": "40186f44-e4bb-46d4-80ce-f4b20915d78c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZmFjNzViYWVmZmZhNDNlYmJmZmNmNGFkNTU1MDE3MTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e6524c4d-fa0b-4e7e-8f05-9eb595798ce6"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T12:32:30.751Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T12:32:30.751Z|dfde4ddd-cffb-4b09-b532-b956d4a7e43c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b14fec29-82be-405e-8975-e031cb7893f1 ASDC
2022-06-07T12:32:30.752Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6d72b54f-ffd8-49f3-bca8-3d0821462b8d
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b14fec29-82be-405e-8975-e031cb7893f1
ServiceInvariantUUID:61a1ce9f-81ed-4bad-a4f2-ac29b7829c9e
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:e6524c4d-fa0b-4e7e-8f05-9eb595798ce6
ArtifactChecksum:ZmFjNzViYWVmZmZhNDNlYmJmZmNmNGFkNTU1MDE3MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:3be77380-7aa9-4baf-ba48-a6f5988ae874
ResourceInvariantUUID:4052f13f-3667-4d1b-a2bf-03761f1de717
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d2b57435-a402-414e-b918-08f89df4db6c
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:db16cabf-3a33-4c93-921b-25169fe86a75
ArtifactChecksum:MjEwNmFjM2MxYTFlZjJkZjM4MjMxNzE3MWI3ZmIxM2Q=
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:3c20564f-e29d-4f58-ada8-7b93d37486b0
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:40186f44-e4bb-46d4-80ce-f4b20915d78c
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:40186f44-e4bb-46d4-80ce-f4b20915d78c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T12:32:30.752Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b14fec29-82be-405e-8975-e031cb7893f1 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-06-07T12:32:30.796Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:32:30.797Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T12:32:30.798Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T12:32:30.798Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e6524c4d-fa0b-4e7e-8f05-9eb595798ce6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T12:32:30.798Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T12:32:30.798Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T12:32:30.930Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T12:32:30.936Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e6524c4d-fa0b-4e7e-8f05-9eb595798ce6 78794
2022-06-07T12:32:30.936Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-07T12:32:30.936Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T12:32:30.936Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:32:30.937Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:30.940Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:30.940Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605150936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:32:31.040Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:32:31.042Z||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-06-07T12:32:31.042Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:31.057Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:31.058Z||pool-142-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:32:31.941Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:32:31.943Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T12:32:31.944Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e6524c4d-fa0b-4e7e-8f05-9eb595798ce6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T12:32:31.948Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-07T12:32:31.948Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T12:32:31.948Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T12:32:32.192Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP986938850023376776/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-06-07T12:32:34.027Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T12:32:34.027Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-07T12:32:34.028Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T12:32:34.028Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T12:32:34.028Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.028Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.028Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.029Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.029Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.029Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.029Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.029Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.029Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.029Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-07T12:32:34.030Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.030Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:34.030Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T12:32:34.030Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-07T12:32:34.030Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:32:34.031Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.031Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:34.031Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T12:32:34.031Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-07T12:32:34.031Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:32:34.031Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.031Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:34.032Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.032Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-07T12:32:34.032Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-07T12:32:34.032Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-07T12:32:34.032Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-07T12:32:34.033Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T12:32:34.033Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T12:32:34.033Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.033Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T12:32:34.033Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.034Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T12:32:34.034Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:32:34.034Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.034Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T12:32:34.034Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:32:34.035Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.035Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T12:32:34.035Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:32:34.035Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.035Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-07T12:32:34.036Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T12:32:34.036Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T12:32:34.036Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2d08aa0d-c54a-45c2-8e82-1c28b6924f83
2022-06-07T12:32:34.036Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.036Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:34.036Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.037Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:34.037Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.037Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:34.037Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:34.037Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:34.038Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b14fec29-82be-405e-8975-e031cb7893f1
Model Version:NULL
Model InvariantUuid:61a1ce9f-81ed-4bad-a4f2-ac29b7829c9e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:faf1d17b-ec31-4510-adac-e0d414ccaeb6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4052f13f-3667-4d1b-a2bf-03761f1de717
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3be77380-7aa9-4baf-ba48-a6f5988ae874
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6339fb91-9031-4e08-a106-76be5de596c6
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:f0bf25a1-3fe9-40e1-a7cb-b699e018aa5c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2d08aa0d-c54a-45c2-8e82-1c28b6924f83
ModelInvariantUuid:2ee11e8a-4860-432b-8360-cb24c2589559
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:d623bc5e-85a3-4d3a-af54-749d31e79d3e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4e14f1bc-725f-488b-97ac-dcffaa5d59e9
ModelInvariantUuid:fde5d0fc-375f-4f73-a1d0-ebd15073dbe1
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a20f3dff-56ed-4d45-a482-785d6ca903ab
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-06-07T12:32:34.046Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d2b57435-a402-414e-b918-08f89df4db6c
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-06-07T12:32:34.050Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-06-07T12:32:34.050Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d2b57435-a402-414e-b918-08f89df4db6c
2022-06-07T12:32:34.050Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: db16cabf-3a33-4c93-921b-25169fe86a75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-07T12:32:34.050Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T12:32:34.051Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.098Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T12:32:34.098Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json db16cabf-3a33-4c93-921b-25169fe86a75 792
2022-06-07T12:32:34.099Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.099Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:34.099Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:32:34.099Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:34.101Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:34.102Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605154099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:32:34.202Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:32:34.203Z||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-06-07T12:32:34.203Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:34.220Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:34.221Z||pool-143-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:32:35.102Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6339fb91-9031-4e08-a106-76be5de596c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f0bf25a1-3fe9-40e1-a7cb-b699e018aa5c",
    "vfModuleModelCustomizationUUID": "0d4d4f97-ec4e-408d-b2e3-2d762f47f6ab",
    "isBase": true,
    "artifacts": [
      "3c20564f-e29d-4f58-ada8-7b93d37486b0",
      "40186f44-e4bb-46d4-80ce-f4b20915d78c"
    ],
    "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-06-07T12:32:35.107Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0bf25a1-3fe9-40e1-a7cb-b699e018aa5c
VfModuleModelInvariantUUID:6339fb91-9031-4e08-a106-76be5de596c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c20564f-e29d-4f58-ada8-7b93d37486b0
,
40186f44-e4bb-46d4-80ce-f4b20915d78c

}
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-06-07T12:32:35.110Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6339fb91-9031-4e08-a106-76be5de596c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f0bf25a1-3fe9-40e1-a7cb-b699e018aa5c",
    "vfModuleModelCustomizationUUID": "0d4d4f97-ec4e-408d-b2e3-2d762f47f6ab",
    "isBase": true,
    "artifacts": [
      "3c20564f-e29d-4f58-ada8-7b93d37486b0",
      "40186f44-e4bb-46d4-80ce-f4b20915d78c"
    ],
    "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-06-07T12:32:35.110Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0bf25a1-3fe9-40e1-a7cb-b699e018aa5c
VfModuleModelInvariantUUID:6339fb91-9031-4e08-a106-76be5de596c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c20564f-e29d-4f58-ada8-7b93d37486b0
,
40186f44-e4bb-46d4-80ce-f4b20915d78c

}
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-06-07T12:32:35.111Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3c20564f-e29d-4f58-ada8-7b93d37486b0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-07T12:32:35.111Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T12:32:35.111Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:35.184Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T12:32:35.185Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3c20564f-e29d-4f58-ada8-7b93d37486b0 5033
2022-06-07T12:32:35.185Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:35.185Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:35.185Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:32:35.186Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:35.189Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:35.189Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605155185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:32:35.289Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:32:35.290Z||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-06-07T12:32:35.290Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:35.309Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:35.310Z||pool-144-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:32:36.190Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 40186f44-e4bb-46d4-80ce-f4b20915d78c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-07T12:32:36.190Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T12:32:36.190Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:36.289Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T12:32:36.290Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 40186f44-e4bb-46d4-80ce-f4b20915d78c 903
2022-06-07T12:32:36.290Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:36.290Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:36.290Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:32:36.290Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:36.292Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:36.293Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605156290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:32:36.393Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:32:36.394Z||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-06-07T12:32:36.394Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:36.417Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:36.418Z||pool-145-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:32:37.293Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b14fec29-82be-405e-8975-e031cb7893f1
2022-06-07T12:32:37.294Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d2b57435-a402-414e-b918-08f89df4db6c 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-06-07T12:32:37.310Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bad8517, org.onap.sdc.toscaparser.api.parameters.Input@4c14701, org.onap.sdc.toscaparser.api.parameters.Input@3a35b63a, org.onap.sdc.toscaparser.api.parameters.Input@2800ead7, org.onap.sdc.toscaparser.api.parameters.Input@1fb257fd]
2022-06-07T12:32:37.312Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.312Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:37.312Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-07T12:32:37.312Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 3be77380-7aa9-4baf-ba48-a6f5988ae874
2022-06-07T12:32:37.312Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3be77380-7aa9-4baf-ba48-a6f5988ae874 matches Tosca VF Customization UUID: 3be77380-7aa9-4baf-ba48-a6f5988ae874
2022-06-07T12:32:37.313Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 3be77380-7aa9-4baf-ba48-a6f5988ae874  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-06-07T12:32:37.315Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.315Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:37.316Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 3be77380-7aa9-4baf-ba48-a6f5988ae874: {\"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-06-07T12:32:37.317Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@292f066e
2022-06-07T12:32:37.317Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.317Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T12:32:37.318Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0d4d4f97-ec4e-408d-b2e3-2d762f47f6ab
2022-06-07T12:32:37.318Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0d4d4f97-ec4e-408d-b2e3-2d762f47f6ab
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-06-07T12:32:37.321Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.321Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T12:32:37.322Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:32:37.322Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.322Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T12:32:37.322Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:32:37.322Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.323Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-07T12:32:37.323Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T12:32:37.323Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T12:32:37.323Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2d08aa0d-c54a-45c2-8e82-1c28b6924f83
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-06-07T12:32:37.326Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.326Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T12:32:37.326Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T12:32:37.327Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.328Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T12:32:37.328Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3be77380-7aa9-4baf-ba48-a6f5988ae874
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-06-07T12:32:37.330Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.330Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:37.331Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b14fec29-82be-405e-8975-e031cb7893f1: basic_vm_macro
2022-06-07T12:32:37.331Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.331Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:37.331Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.332Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:37.332Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.332Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:37.332Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.332Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:37.333Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:32:37.333Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:32:37.333Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:37.423Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d2b57435-a402-414e-b918-08f89df4db6c 1 ASDC deployResourceStructure
2022-06-07T12:32:37.423Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:37.424Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:37.424Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:32:37.424Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:37.426Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:37.426Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605157423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:32:37.527Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:32:37.528Z||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-06-07T12:32:37.528Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:37.543Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:37.544Z||pool-146-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:32:38.428Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:38.428Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:38.428Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:32:38.429Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:38.433Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:38.433Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605158428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:32:38.532Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:32:38.533Z||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-06-07T12:32:38.533Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:38.550Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:38.551Z||pool-147-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:32:39.434Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:39.434Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:32:39.435Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:32:39.435Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:39.437Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:39.437Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605159433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T12:32:39.537Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:32:39.538Z||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-06-07T12:32:39.539Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:39.557Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:39.557Z||pool-148-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:32:40.438Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-07T12:32:40.443Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T12:32:40.443Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:32:40.443Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:32:40.446Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:32:40.446Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605160438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:32:40.548Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T12:32:40.550Z||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-06-07T12:32:40.550Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:32:40.569Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:40.570Z||pool-149-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1}
2022-06-07T12:32:41.448Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:32:41.467Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
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-06-07T12:32:41.471Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:32:41.471Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:32:41.471Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:32:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:32:45.060Z||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-06-07T12:32:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:32:45.096Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:32:45.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:32:45.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "aai-ml",
  "timestamp": 1654605103012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:32:45.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:33:11.471Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:33:11.491Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
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-06-07T12:33:11.495Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:33:11.495Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:33:11.495Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:33:41.499Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:33:41.542Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
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-06-07T12:33:41.545Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:33:41.546Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:33:41.546Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:33:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:33:45.061Z||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-06-07T12:33:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:33:45.103Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:33:45.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:33:45.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "clamp",
  "timestamp": 1654605105647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:33:45.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:11.551Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:34:11.562Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
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-06-07T12:34:11.565Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:34:11.565Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:34:11.565Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:34:41.566Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:34:41.584Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
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-06-07T12:34:41.598Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:34:41.598Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:34:41.599Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:34:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:34:45.060Z||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-06-07T12:34:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:34:45.597Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:34:45.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605103108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605100710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "cds",
  "timestamp": 1654605104282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "aai-ml",
  "timestamp": 1654605103012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "clamp",
  "timestamp": 1654605106653,
  "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-06-07T12:34:45.618Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
2022-06-07T12:34:45.619Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d72b54f-ffd8-49f3-bca8-3d0821462b8d 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-06-07T12:34:45.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605103108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605100710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "cds",
  "timestamp": 1654605104282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "aai-ml",
  "timestamp": 1654605103012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605103108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605100710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "cds",
  "timestamp": 1654605104282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "aai-ml",
  "timestamp": 1654605103012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605103108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605100710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "cds",
  "timestamp": 1654605104282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605108811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "aai-ml",
  "timestamp": 1654605103012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605103108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605100710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "cds",
  "timestamp": 1654605104282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605108811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "aai-ml",
  "timestamp": 1654605103012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605103108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605100710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "cds",
  "timestamp": 1654605104282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605108811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "aai-ml",
  "timestamp": 1654605103012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605103108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605100710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "cds",
  "timestamp": 1654605104282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605108811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "aai-ml",
  "timestamp": 1654605111826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:34:45.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605103108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605100710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "cds",
  "timestamp": 1654605104282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605108811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654605103108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605100710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "cds",
  "timestamp": 1654605104282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605108811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605114069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605114602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:34:45.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "cds",
  "timestamp": 1654605115332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:34:45.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605108811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605114069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605115632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:34:45.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605108811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "cds",
  "timestamp": 1654605116556,
  "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-06-07T12:34:45.661Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4
2022-06-07T12:34:45.662Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4 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-06-07T12:34:45.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605114069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654605116636,
  "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-06-07T12:34:45.683Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4
2022-06-07T12:34:45.684Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4 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-06-07T12:34:45.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605108811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605114069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605118566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:34:45.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605114069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605118214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605119571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:34:45.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605114069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "aai-ml",
  "timestamp": 1654605119222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:34:45.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605118214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "policy-id",
  "timestamp": 1654605120573,
  "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-06-07T12:34:45.722Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4
2022-06-07T12:34:45.722Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4 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-06-07T12:34:45.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605114069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "aai-ml",
  "timestamp": 1654605120225,
  "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-06-07T12:34:45.746Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
2022-06-07T12:34:45.746Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d72b54f-ffd8-49f3-bca8-3d0821462b8d 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-06-07T12:34:45.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605118214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605114069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605118214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605114069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605118214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605118214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605118214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605118214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605118214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605127970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:34:45.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605129790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:34:45.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654605130794,
  "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-06-07T12:34:45.770Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4
2022-06-07T12:34:45.770Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4 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-06-07T12:34:45.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605133012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605133012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605135647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:34:45.792Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605133012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605133012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605137657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:34:45.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605133012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "clamp",
  "timestamp": 1654605138662,
  "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-06-07T12:34:45.800Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4
2022-06-07T12:34:45.800Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4 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-06-07T12:34:45.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605133012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605133012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfde4ddd-cffb-4b09-b532-b956d4a7e43c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605141008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:34:45.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605133012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605133012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605142791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:34:45.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605148049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:34:45.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:34:45.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "aai-ml",
  "timestamp": 1654605149055,
  "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-06-07T12:34:45.824Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4
2022-06-07T12:34:45.824Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4 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-06-07T12:34:45.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:34:45.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:34:45.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605150936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:34:45.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605154099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:34:45.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605155185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:34:45.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605156290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:34:45.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605157423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T12:34:45.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605158428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T12:34:45.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605159433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T12:34:45.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:34:45.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:34:45.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605160438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:34:45.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:35:11.600Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:35:11.618Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d
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-06-07T12:35:11.623Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:35:11.623Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T12:35:11.623Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T12:35:11.624Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T12:35:11.624Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:11.624Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:11.624Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:11.624Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:11.624Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:11.625Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:11.625Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:35:11.632Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T12:35:41.633Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d 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-06-07T12:35:41.643Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d72b54f-ffd8-49f3-bca8-3d0821462b8d and serviceModelVersionId: b14fec29-82be-405e-8975-e031cb7893f1
2022-06-07T12:35:41.643Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61a1ce9f-81ed-4bad-a4f2-ac29b7829c9e
2022-06-07T12:35:41.645Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61a1ce9f-81ed-4bad-a4f2-ac29b7829c9e/model-vers/model-ver/b14fec29-82be-405e-8975-e031cb7893f1?depth=0
2022-06-07T12:35:41.652Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T12:35:41.723Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a1ce9f-81ed-4bad-a4f2-ac29b7829c9e/model-vers/model-ver/b14fec29-82be-405e-8975-e031cb7893f1?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-06-07T12:35:41.740Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a1ce9f-81ed-4bad-a4f2-ac29b7829c9e/model-vers/model-ver/b14fec29-82be-405e-8975-e031cb7893f1?depth=0|INFO|500||Invoke
2022-06-07T12:35:41.777Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a1ce9f-81ed-4bad-a4f2-ac29b7829c9e/model-vers/model-ver/b14fec29-82be-405e-8975-e031cb7893f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T12:35:42.000Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a1ce9f-81ed-4bad-a4f2-ac29b7829c9e/model-vers/model-ver/b14fec29-82be-405e-8975-e031cb7893f1?depth=0|INFO|500||InvokeReturn
2022-06-07T12:35:42.001Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a1ce9f-81ed-4bad-a4f2-ac29b7829c9e/model-vers/model-ver/b14fec29-82be-405e-8975-e031cb7893f1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-12:35:41:815-39752], vertex-id=[200800], Content-Length=[0], Date=[Tue, 07 Jun 2022 12:35:41 GMT], Content-Type=[application/json]}
2022-06-07T12:35:42.001Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T12:35:42.002Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T12:35:42.002Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:35:42.016Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||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-06-07T12:35:42.017Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d72b54f-ffd8-49f3-bca8-3d0821462b8d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T12:35:42.017Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T12:35:42.017Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:42.028Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:42.029Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605342017,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:35:42.125Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-07T12:35:42.126Z||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-06-07T12:35:42.126Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:42.160Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:42.161Z||pool-150-thread-1|||||INFO|500||cambria reply ok (36 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-06-07T12:35:43.064Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T12:35:43.064Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9f33f69e-0fbc-4278-ae88-eaa14ce73fa4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a2e3bbcc-4ce2-4b15-b855-68f6762a786f","serviceDescription":"service","serviceInvariantUUID":"3ef5a68f-3a59-4771-9316-cef2936d9a83","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c6b3219e-5742-4ad2-b14d-5cc51383b286","resourceInvariantUUID":"555b6cc7-c504-4375-87b2-97bdeb33f1e3","resourceCustomizationUUID":"e61484f6-05e1-41e4-9e75-945fd7df36ba","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":"NDcxNjAyMTQ2MTA3NzkwYzY4YTU2ZGM2MmI2YjJmNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"583fdf1a-5259-41ae-bc76-de5e90412a45","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":"2dc396dd-791f-4027-85b3-32377eb33622","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":"3057d2f4-3491-4b9d-b586-3ed1da52e68d","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":"NWVlMmIyMTAxZjQwNTdkYTlhOWZhZGE0NmM1MWIyMGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0f03bd71-3cc1-4550-9ba5-b66e60e3f5c7","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":"2665523d-0f34-43b2-ab60-aa8fd303130c","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":"68dbfb13-2a5e-4a56-b2e2-18854e007ab7","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":"639533fa-d750-4325-add5-f2a2fe37fc1a","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":"MjZlZDg1YzA4ZDIyMzM0NjY3NzRlODVmNzEzMDExNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc59e0c3-be4e-45b2-8342-079d64f1cf06","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDg0YWUwMTA0N2MyNDk0NzM0MjI2YWY2ZGE1M2Q1Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"952b4f5a-8fea-48a2-a263-656482ed2b5f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T12:35:43.066Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:35:43.067Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:43.073Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:43.073Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:35:43.172Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:35:43.176Z||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-06-07T12:35:43.176Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:43.207Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:43.208Z||pool-151-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:35:44.074Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:35:44.088Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:44.106Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:44.106Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:35:44.195Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-06-07T12:35:44.196Z||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-06-07T12:35:44.196Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:44.216Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:44.217Z||pool-152-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:35:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:35:45.060Z||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-06-07T12:35:45.068Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:35:45.108Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:35:45.117Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:45.127Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:45.127Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:35:45.227Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T12:35:45.229Z||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-06-07T12:35:45.230Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:45.257Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:45.260Z||pool-153-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:35:45.352Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:45.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:35:45.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d72b54f-ffd8-49f3-bca8-3d0821462b8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605342017,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:35:45.354Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:35:45.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:35:45.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:35:45.356Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:35:45.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T12:35:45.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:35:45.356Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:35:46.128Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:35:46.129Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:46.132Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:46.132Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:35:46.234Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-07T12:35:46.236Z||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-06-07T12:35:46.236Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:46.263Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:46.263Z||pool-154-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:35:47.142Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:35:47.143Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:47.152Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:47.153Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:35:47.253Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:35:47.254Z||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-06-07T12:35:47.254Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:47.284Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:47.285Z||pool-155-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:35:48.155Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:35:48.162Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:48.166Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:48.167Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:35:48.268Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:35:48.269Z||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-06-07T12:35:48.270Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:48.292Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:48.292Z||pool-156-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:35:49.167Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:35:49.169Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:49.172Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:49.172Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:35:49.272Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:35:49.273Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:35:49.273Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:49.321Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:49.321Z||pool-157-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:35:50.173Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:35:50.175Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:50.178Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:50.178Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:35:50.278Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:35:50.280Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:35:50.280Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:50.359Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:50.360Z||pool-158-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:35:51.179Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:35:51.180Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:51.183Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:51.183Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:35:51.283Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:35:51.284Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:35:51.284Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:51.303Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:51.304Z||pool-159-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:35:52.184Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a2e3bbcc-4ce2-4b15-b855-68f6762a786f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ef5a68f-3a59-4771-9316-cef2936d9a83",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e61484f6-05e1-41e4-9e75-945fd7df36ba",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c6b3219e-5742-4ad2-b14d-5cc51383b286",
      "resourceInvariantUUID": "555b6cc7-c504-4375-87b2-97bdeb33f1e3",
      "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": "ZDg0YWUwMTA0N2MyNDk0NzM0MjI2YWY2ZGE1M2Q1Yzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "952b4f5a-8fea-48a2-a263-656482ed2b5f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T12:35:52.185Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T12:35:52.186Z|6d72b54f-ffd8-49f3-bca8-3d0821462b8d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2e3bbcc-4ce2-4b15-b855-68f6762a786f ASDC
2022-06-07T12:35:52.187Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9f33f69e-0fbc-4278-ae88-eaa14ce73fa4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a2e3bbcc-4ce2-4b15-b855-68f6762a786f
ServiceInvariantUUID:3ef5a68f-3a59-4771-9316-cef2936d9a83
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:952b4f5a-8fea-48a2-a263-656482ed2b5f
ArtifactChecksum:ZDg0YWUwMTA0N2MyNDk0NzM0MjI2YWY2ZGE1M2Q1Yzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e61484f6-05e1-41e4-9e75-945fd7df36ba
ResourceInvariantUUID:555b6cc7-c504-4375-87b2-97bdeb33f1e3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c6b3219e-5742-4ad2-b14d-5cc51383b286
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-07T12:35:52.187Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2e3bbcc-4ce2-4b15-b855-68f6762a786f 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-06-07T12:35:52.220Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:35:52.221Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T12:35:52.221Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T12:35:52.222Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 952b4f5a-8fea-48a2-a263-656482ed2b5f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T12:35:52.222Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T12:35:52.222Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T12:35:52.589Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T12:35:52.596Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 952b4f5a-8fea-48a2-a263-656482ed2b5f 105666
2022-06-07T12:35:52.597Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T12:35:52.598Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T12:35:52.598Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:35:52.599Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:52.605Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:52.606Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605352597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:35:52.705Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:35:52.706Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:35:52.706Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:52.736Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:52.737Z||pool-160-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:35:53.606Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:35:53.608Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T12:35:53.608Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 952b4f5a-8fea-48a2-a263-656482ed2b5f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T12:35:53.609Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-07T12:35:53.609Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T12:35:53.610Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T12:35:53.815Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11676947627398234281/Definitions/service-TestPnfMacro-template.yml
2022-06-07T12:35:54.910Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T12:35:54.910Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-07T12:35:54.910Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T12:35:54.911Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-07T12:35:54.911Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||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-06-07T12:35:54.911Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||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-06-07T12:35:54.911Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||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-06-07T12:35:54.911Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||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-06-07T12:35:54.911Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||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-06-07T12:35:54.911Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||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-06-07T12:35:54.912Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||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-06-07T12:35:54.912Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-07T12:35:54.912Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:35:54.912Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:35:54.912Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-07T12:35:54.913Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-07T12:35:54.913Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:35:54.913Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:35:54.913Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:35:54.914Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-07T12:35:54.914Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-07T12:35:54.914Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:35:54.914Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:35:54.914Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:35:54.915Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:35:54.915Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:35:54.915Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:35:54.915Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:35:54.915Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:35:54.915Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:35:54.916Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:35:54.916Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:35:54.916Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a2e3bbcc-4ce2-4b15-b855-68f6762a786f
Model Version:NULL
Model InvariantUuid:3ef5a68f-3a59-4771-9316-cef2936d9a83
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-06-07T12:35:54.930Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: c6b3219e-5742-4ad2-b14d-5cc51383b286
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-06-07T12:35:54.937Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-06-07T12:35:54.937Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c6b3219e-5742-4ad2-b14d-5cc51383b286
2022-06-07T12:35:54.937Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a2e3bbcc-4ce2-4b15-b855-68f6762a786f
2022-06-07T12:35:54.938Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a2e3bbcc-4ce2-4b15-b855-68f6762a786f
2022-06-07T12:35:54.938Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c6b3219e-5742-4ad2-b14d-5cc51383b286 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-06-07T12:35:54.952Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b2a342c, org.onap.sdc.toscaparser.api.parameters.Input@5e46c9d3, org.onap.sdc.toscaparser.api.parameters.Input@378de36e, org.onap.sdc.toscaparser.api.parameters.Input@39b0f06f, org.onap.sdc.toscaparser.api.parameters.Input@53d13821]
2022-06-07T12:35:54.953Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:35:54.953Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:35:54.954Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a2e3bbcc-4ce2-4b15-b855-68f6762a786f: test-pnf
2022-06-07T12:35:54.955Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||Processing PNF resource: c6b3219e-5742-4ad2-b14d-5cc51383b286
2022-06-07T12:35:54.955Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T12:35:54.956Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:35:54.956Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||Resource customization UUID: e61484f6-05e1-41e4-9e75-945fd7df36ba is the same as notified resource customizationUUID: e61484f6-05e1-41e4-9e75-945fd7df36ba
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-06-07T12:35:55.024Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c6b3219e-5742-4ad2-b14d-5cc51383b286 0 ASDC deployResourceStructure
2022-06-07T12:35:55.025Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T12:35:55.025Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T12:35:55.026Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:35:55.026Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:35:55.030Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:35:55.030Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605355025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:35:55.129Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T12:35:55.130Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:35:55.130Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:35:55.147Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:35:55.148Z||pool-161-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:35:56.033Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T12:35:56.046Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4
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-06-07T12:35:56.050Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:35:56.050Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T12:35:56.050Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T12:35:56.050Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T12:35:56.050Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:56.050Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:56.050Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:56.050Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:56.050Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:56.051Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:56.051Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T12:35:56.051Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||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-06-07T12:35:56.058Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T12:36:26.059Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4 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-06-07T12:36:26.067Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4 and serviceModelVersionId: a2e3bbcc-4ce2-4b15-b855-68f6762a786f
2022-06-07T12:36:26.067Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ef5a68f-3a59-4771-9316-cef2936d9a83
2022-06-07T12:36:26.068Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ef5a68f-3a59-4771-9316-cef2936d9a83/model-vers/model-ver/a2e3bbcc-4ce2-4b15-b855-68f6762a786f?depth=0
2022-06-07T12:36:26.075Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T12:36:26.141Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef5a68f-3a59-4771-9316-cef2936d9a83/model-vers/model-ver/a2e3bbcc-4ce2-4b15-b855-68f6762a786f?depth=0|INFO|500||Invoke
2022-06-07T12:36:26.142Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef5a68f-3a59-4771-9316-cef2936d9a83/model-vers/model-ver/a2e3bbcc-4ce2-4b15-b855-68f6762a786f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef5a68f-3a59-4771-9316-cef2936d9a83/model-vers/model-ver/a2e3bbcc-4ce2-4b15-b855-68f6762a786f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f33f69e-0fbc-4278-ae88-eaa14ce73fa4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4fc28313-11d6-4132-94dc-28aafa6edeae], X-ECOMP-RequestID=[9f33f69e-0fbc-4278-ae88-eaa14ce73fa4], X-TransactionId=[], X-ONAP-RequestID=[9f33f69e-0fbc-4278-ae88-eaa14ce73fa4], Content-Type=[application/merge-patch+json]}
2022-06-07T12:36:26.168Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef5a68f-3a59-4771-9316-cef2936d9a83/model-vers/model-ver/a2e3bbcc-4ce2-4b15-b855-68f6762a786f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T12:36:26.286Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef5a68f-3a59-4771-9316-cef2936d9a83/model-vers/model-ver/a2e3bbcc-4ce2-4b15-b855-68f6762a786f?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/3ef5a68f-3a59-4771-9316-cef2936d9a83/model-vers/model-ver/a2e3bbcc-4ce2-4b15-b855-68f6762a786f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-12:36:26:205-51370], vertex-id=[270456], Content-Length=[0], Date=[Tue, 07 Jun 2022 12:36:26 GMT], Content-Type=[application/json]}
2022-06-07T12:36:26.287Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef5a68f-3a59-4771-9316-cef2936d9a83/model-vers/model-ver/a2e3bbcc-4ce2-4b15-b855-68f6762a786f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T12:36:26.288Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef5a68f-3a59-4771-9316-cef2936d9a83/model-vers/model-ver/a2e3bbcc-4ce2-4b15-b855-68f6762a786f?depth=0|INFO|500||InvokeReturn
2022-06-07T12:36:26.289Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T12:36:26.289Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||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-06-07T12:36:26.295Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||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-06-07T12:36:26.295Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f33f69e-0fbc-4278-ae88-eaa14ce73fa4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T12:36:26.296Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T12:36:26.296Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:36:26.300Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:36:26.300Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605386295,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:36:26.401Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:36:26.402Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:36:26.402Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:36:26.428Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:36:26.428Z||pool-162-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T12:36:27.314Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:36:27.314Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:36:27.315Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:36:37.721Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:36:37.722Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:36:37.723Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:36:37.723Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:36:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:36:45.061Z||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-06-07T12:36:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:36:45.107Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:36:45.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-07T12:36:45.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:36:45.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:36:47.282Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:36:47.283Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:36:47.283Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:36:47.283Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:36:56.875Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:36:56.876Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:36:56.877Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:36:56.877Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:37:06.496Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:37:06.499Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:37:06.499Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:37:06.499Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:37:16.087Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:37:45.035Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:37:45.038Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:37:45.038Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:37:45.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:37:45.060Z||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-06-07T12:37:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:37:45.604Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:37:45.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T12:37:45.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:37:45.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:37:45.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T12:37:45.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:37:45.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:37:45.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T12:37:45.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:37:45.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:37:45.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T12:37:45.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:37:45.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:37:45.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T12:37:45.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T12:37:45.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:37:45.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T12:37:45.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605142048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T12:37:45.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T12:37:45.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T12:37:45.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605352597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T12:37:45.613Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:37:45.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T12:37:45.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605355025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T12:37:45.614Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:37:45.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T12:37:45.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f33f69e-0fbc-4278-ae88-eaa14ce73fa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654605386295,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:37:45.614Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:37:54.641Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:38:45.035Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:38:45.037Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:38:45.037Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:38:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:38:45.060Z||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-06-07T12:38:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:38:54.622Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:38:54.624Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:39:45.035Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:39:45.036Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:39:45.036Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:39:45.061Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:39:45.062Z||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-06-07T12:39:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:39:54.638Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:39:54.639Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:40:45.035Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:40:45.036Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:40:45.037Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:40:45.059Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:40:45.060Z|522f3189-5368-40d9-827b-b45e555e6291|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-06-07T12:40:45.061Z|522f3189-5368-40d9-827b-b45e555e6291|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:40:54.639Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:40:54.639Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:41:45.035Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:41:45.036Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:41:45.037Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:41:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:41:45.060Z||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-06-07T12:41:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:41:54.624Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:41:54.661Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:42:45.035Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:42:45.036Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:42:45.036Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:42:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:42:45.060Z||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-06-07T12:42:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:42:54.622Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:42:54.643Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:43:45.035Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:43:45.036Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:43:45.037Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:43:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:43:45.060Z||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-06-07T12:43:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:43:54.632Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:43:54.636Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:44:45.035Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:44:45.036Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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-06-07T12:44:45.036Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:44:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:44:45.060Z||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-06-07T12:44:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:44:54.629Z|9f33f69e-0fbc-4278-ae88-eaa14ce73fa4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:44:54.632Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:45:45.035Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:45:45.036Z|522f3189-5368-40d9-827b-b45e555e6291|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-06-07T12:45:45.037Z|522f3189-5368-40d9-827b-b45e555e6291|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:45:45.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:45:45.061Z||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-06-07T12:45:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:45:54.635Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:45:54.635Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:46:45.035Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:46:45.037Z|522f3189-5368-40d9-827b-b45e555e6291|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-06-07T12:46:45.038Z|522f3189-5368-40d9-827b-b45e555e6291|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:46:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:46:45.060Z||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-06-07T12:46:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:46:54.625Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:46:54.625Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:47:45.035Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:47:45.036Z|522f3189-5368-40d9-827b-b45e555e6291|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-06-07T12:47:45.037Z|522f3189-5368-40d9-827b-b45e555e6291|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:47:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:47:45.060Z||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-06-07T12:47:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:47:54.603Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:47:54.640Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:48:45.035Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:48:45.036Z|522f3189-5368-40d9-827b-b45e555e6291|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-06-07T12:48:45.036Z|522f3189-5368-40d9-827b-b45e555e6291|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:48:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:48:45.060Z||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-06-07T12:48:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:48:54.629Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:48:54.642Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:49:45.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:49:45.037Z||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-06-07T12:49:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:49:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:49:45.060Z||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-06-07T12:49:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:49:54.623Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:49:54.637Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:50:45.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:50:45.036Z||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-06-07T12:50:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:50:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:50:45.060Z||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-06-07T12:50:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:50:54.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:50:54.646Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:51:45.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:51:45.036Z||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-06-07T12:51:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:51:45.059Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:51:45.060Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-06-07T12:51:45.060Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:51:54.637Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:51:54.647Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:52:45.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:52:45.037Z||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-06-07T12:52:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:52:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:52:45.060Z||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-06-07T12:52:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:52:54.674Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:52:54.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:53:45.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:53:45.036Z||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-06-07T12:53:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:53:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:53:45.060Z||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-06-07T12:53:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:53:54.622Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:53:54.654Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:54:45.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:54:45.036Z||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-06-07T12:54:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:54:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:54:45.060Z||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-06-07T12:54:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:54:54.627Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:54:54.635Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:55:45.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:55:45.036Z||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-06-07T12:55:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:55:45.059Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:55:45.060Z|522f3189-5368-40d9-827b-b45e555e6291|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-06-07T12:55:45.060Z|522f3189-5368-40d9-827b-b45e555e6291|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:55:54.629Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:55:54.630Z|522f3189-5368-40d9-827b-b45e555e6291|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:56:45.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:56:45.038Z||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-06-07T12:56:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:56:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:56:45.060Z||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-06-07T12:56:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:56:54.628Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:56:54.641Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:57:45.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:57:45.037Z||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-06-07T12:57:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:57:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:57:45.060Z||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-06-07T12:57:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:57:54.647Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:57:54.647Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T12:58:45.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:58:45.036Z||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-06-07T12:58:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:58:45.059Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:58:45.060Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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-06-07T12:58:45.060Z|da51f3bb-6692-4ea5-b5f4-3ec8bb8cd3a7|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 v17Vvk939kYJMEmh) ...