Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-10-23T05:18:44.748Z||main|||||INFO|500||The following profiles are active: basic
2022-10-23T05:18:57.009Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-23T05:18:57.011Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-23T05:18:57.217Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-23T05:19:01.795Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-23T05:19:02.224Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-23T05:19:02.732Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-23T05:19:02.740Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-23T05:19:02.856Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-23T05:19:03.126Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-23T05:19:03.768Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-23T05:19:06.334Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-23T05:19:08.996Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-23T05:19:09.055Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-23T05:19:10.032Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-23T05:19:10.296Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-10-23T05:19:11.739Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-23T05:19:12.839Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-23T05:19:12.867Z||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$$af915e9a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-23T05:19:12.869Z||main|||||WARN|500||The sdc end point is not alive
2022-10-23T05:19:15.982Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-10-23T05:19:18.776Z||main|||||WARN|500||---
2022-10-23T05:19:18.776Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-23T05:19:18.777Z||main|||||WARN|500||---
2022-10-23T05:19:19.295Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-23T05:19:23.978Z||main|||||INFO|500||Started Application in 42.421 seconds (JVM running for 45.217)
2022-10-23T05:19:24.019Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-23T05:19:24.031Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-23T05:19:24.048Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-23T05:19:24.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-23T05:19:24.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1dc39628-11a7-49e8-a82b-dfb3495f9ce7 url= /sdc/v1/artifactTypes
2022-10-23T05:19:24.131Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-23T05:19:24.411Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-23T05:19:24.448Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-10-23T05:19:24.480Z||scheduling-1|||||DEBUG|500||create keys
2022-10-23T05:19:24.492Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-23T05:19:24.606Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:19:24.624Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c5ad0c1d-cb0f-49a2-92cc-d3340df7f3fa url= /sdc/v1/registerForDistribution
2022-10-23T05:19:24.735Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c5ad0c1d-cb0f-49a2-92cc-d3340df7f3fa url= /sdc/v1/registerForDistribution
2022-10-23T05:19:24.735Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-23T05:19:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:19:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:19:24.753Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-23T05:19:24.761Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:19:24.761Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:19:24.762Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:19:24.762Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:19:35.245Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:19:35.276Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:20:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:20:24.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:20:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:20:24.745Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:20:24.746Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:20:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:20:34.317Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:20:34.318Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:21:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:21:24.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:21:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:21:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:21:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:21:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:21:34.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:21:34.315Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:22:24.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:22:24.744Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:22:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:22:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:22:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:22:24.746Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:22:34.293Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:22:34.294Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:23:24.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:23:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:23:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:23:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:23:24.746Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:23:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:23:34.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:23:34.296Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:24:24.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:24:24.742Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:24:24.743Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:24:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:24:24.746Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:24:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:24:34.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:24:34.308Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:25:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:25:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:25:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:25:24.745Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:25:24.746Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:25:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:25:34.287Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:25:34.288Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:26:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:26:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:26:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:26:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:26:24.748Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:26:24.748Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:26:34.290Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:26:34.299Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:27:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:27:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:27:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:27:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:27:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:27:24.745Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:27:34.300Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:27:34.300Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:28:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:28:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:28:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:28:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:28:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:28:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:28:34.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:28:34.304Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:29:20.721Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-23T05:29:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:29:24.744Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:29:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:29:24.745Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:29:24.745Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:29:24.745Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:29:34.307Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:29:34.309Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:30:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:30:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:30:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:30:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:30:24.746Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:30:24.746Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:30:34.299Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:30:34.302Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:31:24.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:31:24.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:31:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:31:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:31:24.746Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:31:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:31:34.308Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:31:34.309Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:32:24.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:32:24.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:32:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:32:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:32:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:32:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:32:34.292Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:32:34.338Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:33:24.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:33:24.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:33:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:33:24.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:33:24.746Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:33:24.746Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:33:34.296Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:33:34.302Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:34:24.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:34:24.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:34:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:34:24.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:34:24.745Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:34:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:34:34.296Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:34:34.301Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:35:24.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:35:24.742Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:35:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:35:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:35:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:35:24.745Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:35:34.296Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:35:34.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:36:24.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:36:24.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:36:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:36:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:36:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:36:24.745Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:36:34.299Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:36:34.298Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:37:24.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:37:24.744Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:37:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:37:24.745Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:37:24.747Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:37:24.747Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:37:34.294Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:37:34.298Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:38:24.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:38:24.743Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:38:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:38:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:38:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:38:24.746Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:38:34.288Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:38:34.295Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:39:24.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:39:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:39:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:39:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:39:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:39:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:39:34.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:39:34.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:40:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:40:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:40:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:40:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:40:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:40:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:40:34.288Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:40:34.292Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:41:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:41:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:41:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:41:24.745Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:41:24.745Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:41:24.745Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:41:34.282Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:41:34.283Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:42:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:42:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:42:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:42:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:42:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:42:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:42:34.310Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:42:34.337Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:43:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:43:24.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:43:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:43:24.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:43:24.747Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:43:24.747Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:43:34.290Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:43:34.292Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:44:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:44:24.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:44:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:44:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:44:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:44:24.746Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:44:34.284Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:44:34.288Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:45:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:45:24.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:45:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:45:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:45:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:45:24.745Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:45:34.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:45:34.301Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:46:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:46:24.744Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:46:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:46:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:46:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:46:24.745Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:46:34.287Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:46:34.291Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:47:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:47:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:47:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:47:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:47:24.747Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:47:24.747Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:47:34.285Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:47:34.286Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:48:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:48:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:48:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:48:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:48:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:48:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:48:34.285Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:48:34.286Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:49:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:49:24.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:49:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:49:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:49:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:49:24.745Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:49:34.295Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:49:34.296Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:50:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:50:24.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:50:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:50:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:50:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:50:24.745Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:50:34.289Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:50:34.324Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:51:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:51:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:51:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:51:24.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:51:24.746Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:51:24.746Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:51:34.305Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:51:34.305Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:52:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:52:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:52:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:52:24.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:52:24.745Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:52:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:52:34.307Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:52:34.310Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:53:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:53:24.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:53:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:53:24.745Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:53:24.746Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:53:24.746Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:53:34.284Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:53:34.285Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:54:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:54:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:54:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:54:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:54:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:54:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:54:34.290Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:54:34.291Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:55:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:55:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:55:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:55:24.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:55:24.745Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:55:24.745Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:55:34.288Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:55:34.291Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:56:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:56:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:56:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:56:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:56:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:56:24.745Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:56:34.289Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:56:34.304Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:57:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:57:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:57:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:57:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:57:24.746Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:57:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:57:34.291Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:57:34.298Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:58:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:58:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:58:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:58:24.745Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:58:24.745Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:58:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:58:34.285Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:58:34.291Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:24.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:59:24.742Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:59:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:59:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:59:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:59:24.745Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:28.719Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:28.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T05:59:28.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0adaeff-6148-4d7a-bb77-dc5dfed63440","serviceName":"vFW 2022-10-23 05-58-33","serviceVersion":"1.0","serviceUUID":"ee55937c-a738-4222-8570-5330e5257353","serviceDescription":"catalog service description","serviceInvariantUUID":"f102bdd6-0267-4f3f-936c-cbdc8738daed","resources":[{"resourceInstanceName":"vFW bcdf3a3c-bcae 0","resourceName":"vFW bcdf3a3c-bcae","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145","resourceInvariantUUID":"072f983b-ea1f-4a40-8a3f-ba301c79d332","resourceCustomizationUUID":"196199f4-16fc-4d18-a8a0-c3720682e2e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml","artifactChecksum":"OTVhZjgxNjY2MDZlOWJiMzM4ZDRkZjExODNhMDAwNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db6d63d5-9ad8-434c-823e-aec97cc03918","artifactVersion":"1"},{"artifactName":"vfwbcdf3a3cbcae0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json","artifactChecksum":"MDI2MzkxZDAwYWM5Zjg5ZDZmMTVhMmNkNTE0M2M1OTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2121b42-ce9c-45c6-b829-e7539c34b190","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ca2ba185-8c70-4a3d-a115-1c3fd9fe159b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml","artifactChecksum":"MTUxMGJkOTg4ZTgyODlkOWQyODE0OTFhNmMyNDkxZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1343a338-437a-4175-ab6f-77158d0c4ba1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b4d34e24-919c-424b-a731-e23eadf2136f","artifactVersion":"2","generatedFromUUID":"ca2ba185-8c70-4a3d-a115-1c3fd9fe159b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221023055833-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml","artifactChecksum":"OTk5NmRlNzQ2ZTY1MTc4NzY4ZDBjY2E5OTBlM2EyNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9fe5be39-6d9d-49c6-9bb8-49bd2fdb4d70","artifactVersion":"1"},{"artifactName":"service-Vfw20221023055833-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar","artifactChecksum":"OTQzZWRmYjViZGYzZjQwMGZjYzU4MWI1YmQzYzI2NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c001f09-515f-4219-b161-43691a54ae5b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T05:59:28.737Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:28.746Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:28.763Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:28.763Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T05:59:28.863Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-23T05:59:28.867Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:28.867Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:28.881Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:28.882Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1}
2022-10-23T05:59:29.585Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:29.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T05:59:29.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T05:59:29.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T05:59:29.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T05:59:29.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504759932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T05:59:29.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T05:59:29.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T05:59:29.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504762372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T05:59:29.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T05:59:29.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T05:59:29.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "cds",
  "timestamp": 1666504766791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T05:59:29.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T05:59:29.771Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:29.772Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:29.774Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:29.774Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T05:59:29.874Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T05:59:29.875Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:29.875Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:29.888Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:29.889Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:30.776Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:30.777Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:30.779Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:30.780Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-23T05:59:30.880Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:30.881Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:30.881Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:30.891Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:30.892Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:31.780Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:31.781Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:31.784Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:31.784Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T05:59:31.884Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:31.885Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:31.886Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:31.907Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:31.908Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:32.789Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:32.790Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:32.793Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:32.793Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-23T05:59:32.893Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:32.894Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:32.895Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:32.909Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:32.910Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:33.794Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:33.795Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:33.797Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:33.797Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T05:59:33.897Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T05:59:33.898Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:33.899Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:33.909Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:33.909Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-23T05:59:34.798Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:34.799Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:34.801Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:34.802Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T05:59:34.902Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:34.903Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:34.903Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:34.916Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:34.917Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:35.804Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "serviceName": "vFW 2022-10-23 05-58-33",
  "serviceVersion": "1.0",
  "serviceUUID": "ee55937c-a738-4222-8570-5330e5257353",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f102bdd6-0267-4f3f-936c-cbdc8738daed",
  "resources": [
    {
      "resourceInstanceName": "vFW bcdf3a3c-bcae 0",
      "resourceCustomizationUUID": "196199f4-16fc-4d18-a8a0-c3720682e2e8",
      "resourceName": "vFW bcdf3a3c-bcae",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145",
      "resourceInvariantUUID": "072f983b-ea1f-4a40-8a3f-ba301c79d332",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbcdf3a3cbcae0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
          "artifactChecksum": "MDI2MzkxZDAwYWM5Zjg5ZDZmMTVhMmNkNTE0M2M1OTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e2121b42-ce9c-45c6-b829-e7539c34b190",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ca2ba185-8c70-4a3d-a115-1c3fd9fe159b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b4d34e24-919c-424b-a731-e23eadf2136f",
            "generatedFromUUID": "ca2ba185-8c70-4a3d-a115-1c3fd9fe159b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b4d34e24-919c-424b-a731-e23eadf2136f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221023055833-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
      "artifactChecksum": "OTQzZWRmYjViZGYzZjQwMGZjYzU4MWI1YmQzYzI2NTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c001f09-515f-4219-b161-43691a54ae5b"
    }
  ],
  "workloadContext": "Production"
}
2022-10-23T05:59:35.805Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T05:59:35.806Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ee55937c-a738-4222-8570-5330e5257353 ASDC
2022-10-23T05:59:35.929Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d0adaeff-6148-4d7a-bb77-dc5dfed63440
ServiceName:vFW 2022-10-23 05-58-33
ServiceVersion:1.0
ServiceUUID:ee55937c-a738-4222-8570-5330e5257353
ServiceInvariantUUID:f102bdd6-0267-4f3f-936c-cbdc8738daed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221023055833-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar
ArtifactUUID:4c001f09-515f-4219-b161-43691a54ae5b
ArtifactChecksum:OTQzZWRmYjViZGYzZjQwMGZjYzU4MWI1YmQzYzI2NTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bcdf3a3c-bcae 0
ResourceCustomizationUUID:196199f4-16fc-4d18-a8a0-c3720682e2e8
ResourceInvariantUUID:072f983b-ea1f-4a40-8a3f-ba301c79d332
ResourceName:vFW bcdf3a3c-bcae
ResourceType:VF
ResourceUUID:a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbcdf3a3cbcae0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json
ArtifactUUID:e2121b42-ce9c-45c6-b829-e7539c34b190
ArtifactChecksum:MDI2MzkxZDAwYWM5Zjg5ZDZmMTVhMmNkNTE0M2M1OTA=
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/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml
ArtifactUUID:ca2ba185-8c70-4a3d-a115-1c3fd9fe159b
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/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
ArtifactUUID:b4d34e24-919c-424b-a731-e23eadf2136f
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/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
ArtifactUUID:b4d34e24-919c-424b-a731-e23eadf2136f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-23T05:59:35.930Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee55937c-a738-4222-8570-5330e5257353 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T05:59:36.200Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T05:59:36.201Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-23T05:59:36.202Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-23T05:59:36.202Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4c001f09-515f-4219-b161-43691a54ae5b from URL: /sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:36.202Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-23T05:59:36.204Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:36.482Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-23T05:59:36.503Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar 4c001f09-515f-4219-b161-43691a54ae5b 100666
2022-10-23T05:59:36.505Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar ASDC sendASDCNotification
2022-10-23T05:59:36.505Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:36.510Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T05:59:36.511Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:36.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:36.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504776503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T05:59:36.615Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-23T05:59:36.616Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:36.616Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:36.625Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:36.626Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:37.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T05:59:37.520Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-23T05:59:37.520Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4c001f09-515f-4219-b161-43691a54ae5b, URL: /sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar to file: /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:37.521Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221023055833-csar.csar
2022-10-23T05:59:37.624Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:37.624Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:38.437Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6302150991020333299/Definitions/service-Vfw20221023055833-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-10-23T05:59:41.510Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T05:59:41.516Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-23T05:59:41.516Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.516Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bcdf3a3c-bcae 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-23T05:59:41.525Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.526Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.531Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:41.531Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-23T05:59:41.533Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T05:59:41.535Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.535Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.535Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:41.535Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-23T05:59:41.535Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T05:59:41.536Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.536Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.540Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.540Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:41.540Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:41.540Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:41.540Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T05:59:41.541Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.541Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.541Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T05:59:41.541Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.541Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T05:59:41.542Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T05:59:41.542Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.542Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.542Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T05:59:41.542Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.543Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T05:59:41.543Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.543Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-23T05:59:41.543Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.544Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T05:59:41.545Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.545Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:41.545Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:41.546Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.546Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:41.546Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:41.546Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.546Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:41.547Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:41.547Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.547Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:41.547Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:41.547Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T05:59:41.549Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.549Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T05:59:41.549Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.549Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cac4c07c-f5ba-4f66-b25a-8373b5cd1edd
2022-10-23T05:59:41.549Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.551Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T05:59:41.551Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.551Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-23T05:59:41.551Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T05:59:41.551Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.552Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T05:59:41.552Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.552Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1549fbbf-8b18-4ec6-8dae-4c9378fe33a9
2022-10-23T05:59:41.552Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.552Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:41.554Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:41.554Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:41.554Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T05:59:41.554Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.554Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.556Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-23T05:59:41.556Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d590b183-3817-4ac9-8c23-e89a0b8fc3a6
2022-10-23T05:59:41.556Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.556Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.556Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.557Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.557Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.557Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.557Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:41.557Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.558Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-10-23 05-58-33
Description:catalog service description
Model UUID:ee55937c-a738-4222-8570-5330e5257353
Model Version:NULL
Model InvariantUuid:f102bdd6-0267-4f3f-936c-cbdc8738daed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bcdf3a3c-bcae
Model UUID:767e7e13-9e5f-4bda-9e61-45ccd0db319e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:072f983b-ea1f-4a40-8a3f-ba301c79d332
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:196199f4-16fc-4d18-a8a0-c3720682e2e8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3cba1eb3-ab9e-4c45-864e-79bc3f4a57ed
ModelName:VfwBcdf3a3cBcae..base_vfw..module-0
ModelUuid:5c83c454-e771-413a-a009-5cff42a35941
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cac4c07c-f5ba-4f66-b25a-8373b5cd1edd
ModelInvariantUuid:fca970b6-c338-4a8d-bdd3-af4547d8b2cf
ModelName:vFW bcdf3a3c-bcae-nodes.vfwCvfc
ModelUuid:9fa6daf8-0bf9-4e5b-89cc-8aa921a1cb3f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d94754b6-6029-433b-8fb5-ab0f52f33251
ModelInvariantUuid:c43423c9-2e32-44d9-be88-7bf61c8efe89
ModelName:VfwBcdf3a3cBcae.compute.nodes.heat.vfw
ModelUuid:8d2840a4-8990-4a91-bb7a-606de6c16d9a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1549fbbf-8b18-4ec6-8dae-4c9378fe33a9
ModelInvariantUuid:bdf02176-f1f0-417b-bd84-eef1866402f4
ModelName:vFW bcdf3a3c-bcae-nodes.vsnCvfc
ModelUuid:79f1de67-0bcc-4b2d-9c1d-f0f2457ff3a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d83f034c-ffa5-4ea8-ab0a-e9759d5b5dc6
ModelInvariantUuid:05955bf8-1192-48e2-a532-a469ea67c0b5
ModelName:VfwBcdf3a3cBcae.compute.nodes.heat.vsn
ModelUuid:b4459629-f3c5-4563-b5ce-040f754818f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d590b183-3817-4ac9-8c23-e89a0b8fc3a6
ModelInvariantUuid:91a90166-1a57-4074-8567-f51031fa4748
ModelName:vFW bcdf3a3c-bcae-nodes.vpgCvfc
ModelUuid:8b01d2c2-77d3-43bf-9a5e-7503d6006a36
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f87353e6-59f3-4906-ab79-ea577ac1d353
ModelInvariantUuid:7b2605f7-6f40-47d4-a220-ae12cd41b1bf
ModelName:VfwBcdf3a3cBcae.compute.nodes.heat.vpg
ModelUuid:c6e85f8e-cf7e-47a3-baf8-320709935359
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T05:59:41.584Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T05:59:41.691Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||vFW bcdf3a3c-bcae 0
2022-10-23T05:59:41.699Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145
2022-10-23T05:59:41.699Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e2121b42-ce9c-45c6-b829-e7539c34b190 from URL: /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json
2022-10-23T05:59:41.699Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-23T05:59:41.700Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json
2022-10-23T05:59:41.751Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-23T05:59:41.751Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json e2121b42-ce9c-45c6-b829-e7539c34b190 785
2022-10-23T05:59:41.751Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json ASDC sendASDCNotification
2022-10-23T05:59:41.751Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json
2022-10-23T05:59:41.752Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T05:59:41.752Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:41.755Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:41.755Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504781751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T05:59:41.855Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:41.856Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:41.857Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:41.866Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:41.866Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:42.757Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBcdf3a3cBcae..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3cba1eb3-ab9e-4c45-864e-79bc3f4a57ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c83c454-e771-413a-a009-5cff42a35941",
    "vfModuleModelCustomizationUUID": "ed4f42e1-efb1-4262-a074-dac03c8d272a",
    "isBase": true,
    "artifacts": [
      "ca2ba185-8c70-4a3d-a115-1c3fd9fe159b",
      "b4d34e24-919c-424b-a731-e23eadf2136f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T05:59:42.771Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcdf3a3cBcae..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c83c454-e771-413a-a009-5cff42a35941
VfModuleModelInvariantUUID:3cba1eb3-ab9e-4c45-864e-79bc3f4a57ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca2ba185-8c70-4a3d-a115-1c3fd9fe159b
,
b4d34e24-919c-424b-a731-e23eadf2136f

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

isBase:true


}

2022-10-23T05:59:42.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBcdf3a3cBcae..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3cba1eb3-ab9e-4c45-864e-79bc3f4a57ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c83c454-e771-413a-a009-5cff42a35941",
    "vfModuleModelCustomizationUUID": "ed4f42e1-efb1-4262-a074-dac03c8d272a",
    "isBase": true,
    "artifacts": [
      "ca2ba185-8c70-4a3d-a115-1c3fd9fe159b",
      "b4d34e24-919c-424b-a731-e23eadf2136f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T05:59:42.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcdf3a3cBcae..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c83c454-e771-413a-a009-5cff42a35941
VfModuleModelInvariantUUID:3cba1eb3-ab9e-4c45-864e-79bc3f4a57ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca2ba185-8c70-4a3d-a115-1c3fd9fe159b
,
b4d34e24-919c-424b-a731-e23eadf2136f

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

isBase:true


}

2022-10-23T05:59:42.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ca2ba185-8c70-4a3d-a115-1c3fd9fe159b from URL: /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml
2022-10-23T05:59:42.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-23T05:59:42.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml
2022-10-23T05:59:42.830Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-23T05:59:42.831Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml ca2ba185-8c70-4a3d-a115-1c3fd9fe159b 20368
2022-10-23T05:59:42.831Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-23T05:59:42.832Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml
2022-10-23T05:59:42.832Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T05:59:42.832Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:42.834Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:42.834Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504782831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T05:59:42.934Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:42.935Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:42.935Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:42.946Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:42.947Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:43.835Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b4d34e24-919c-424b-a731-e23eadf2136f from URL: /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
2022-10-23T05:59:43.835Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-23T05:59:43.835Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
2022-10-23T05:59:43.888Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-23T05:59:43.889Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env b4d34e24-919c-424b-a731-e23eadf2136f 2098
2022-10-23T05:59:43.889Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-23T05:59:43.889Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
2022-10-23T05:59:43.889Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T05:59:43.890Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:43.893Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:43.893Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504783889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T05:59:43.993Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:43.994Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:43.995Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:44.014Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:44.015Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:44.894Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ee55937c-a738-4222-8570-5330e5257353
2022-10-23T05:59:44.894Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bcdf3a3c-bcae 0 a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T05:59:44.928Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4968bc49, org.onap.sdc.toscaparser.api.parameters.Input@34b630d, org.onap.sdc.toscaparser.api.parameters.Input@505cdb4c, org.onap.sdc.toscaparser.api.parameters.Input@165f8271, org.onap.sdc.toscaparser.api.parameters.Input@1a59ee07]
2022-10-23T05:59:44.932Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.932Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:44.932Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-10-23T05:59:44.932Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 196199f4-16fc-4d18-a8a0-c3720682e2e8
2022-10-23T05:59:44.933Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 196199f4-16fc-4d18-a8a0-c3720682e2e8 matches Tosca VF Customization UUID: 196199f4-16fc-4d18-a8a0-c3720682e2e8
2022-10-23T05:59:44.933Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 196199f4-16fc-4d18-a8a0-c3720682e2e8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-23T05:59:44.940Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.940Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:44.941Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 196199f4-16fc-4d18-a8a0-c3720682e2e8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-23T05:59:44.942Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@479d3780
2022-10-23T05:59:44.942Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.942Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T05:59:44.942Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed4f42e1-efb1-4262-a074-dac03c8d272a
2022-10-23T05:59:44.943Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed4f42e1-efb1-4262-a074-dac03c8d272a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-23T05:59:44.950Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.950Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.950Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:44.951Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.951Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.951Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:44.952Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.952Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:44.952Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:44.952Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:44.953Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-23T05:59:44.972Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T05:59:44.973Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T05:59:44.973Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.974Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.974Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T05:59:44.974Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.974Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T05:59:44.974Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.975Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cac4c07c-f5ba-4f66-b25a-8373b5cd1edd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T05:59:44.983Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.983Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.983Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:44.984Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.984Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:44.984Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:44.984Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:44.984Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T05:59:44.985Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.985Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.985Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T05:59:44.985Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.985Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-23T05:59:44.986Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T05:59:44.986Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.986Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T05:59:44.986Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.986Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1549fbbf-8b18-4ec6-8dae-4c9378fe33a9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T05:59:44.988Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.988Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.989Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:44.991Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.991Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:44.991Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:44.992Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:44.992Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T05:59:44.992Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.992Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.992Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-23T05:59:44.994Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d590b183-3817-4ac9-8c23-e89a0b8fc3a6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T05:59:44.996Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.996Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.996Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:44.996Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.997Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.997Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=196199f4-16fc-4d18-a8a0-c3720682e2e8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T05:59:44.998Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.999Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:44.999Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ee55937c-a738-4222-8570-5330e5257353: vFW bcdf3a3c-bcae
2022-10-23T05:59:44.999Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:44.999Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:45.000Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:45.000Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:45.000Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:45.000Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:45.001Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:45.001Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:45.001Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T05:59:45.001Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:45.001Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-10-23 05-58-33 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T05:59:45.256Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bcdf3a3c-bcae a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145 1 ASDC deployResourceStructure
2022-10-23T05:59:45.256Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json ASDC sendASDCNotification
2022-10-23T05:59:45.256Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json
2022-10-23T05:59:45.257Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T05:59:45.257Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:45.258Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:45.259Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504785256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T05:59:45.359Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:45.359Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:45.360Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:45.372Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:45.373Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:46.263Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-23T05:59:46.264Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml
2022-10-23T05:59:46.264Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T05:59:46.264Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:46.270Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:46.270Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504786263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T05:59:46.370Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:46.371Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:46.371Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:46.382Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:46.382Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:47.272Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-23T05:59:47.272Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
2022-10-23T05:59:47.272Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T05:59:47.274Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:47.276Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:47.276Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504787272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-23T05:59:47.376Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:47.377Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:47.377Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:47.388Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:47.389Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-23T05:59:48.277Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar ASDC sendASDCNotification
2022-10-23T05:59:48.277Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:48.277Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T05:59:48.277Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:48.280Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:48.280Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504788277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T05:59:48.380Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:48.381Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:48.381Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:48.392Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T05:59:48.392Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:49.281Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T05:59:49.308Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T05:59:49.311Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T05:59:49.311Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T05:59:49.311Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:00:19.311Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:00:19.323Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:00:19.325Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:00:19.325Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:00:19.325Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:00:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:00:24.746Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:00:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:00:24.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:00:24.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:00:24.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:00:24.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:00:49.326Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:00:49.340Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:00:49.342Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:00:49.342Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:00:49.343Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:01:19.343Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:01:19.354Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:01:19.356Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:01:19.356Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:01:19.356Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:01:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:01:24.746Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:01:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:01:24.774Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:01:24.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504759932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504762372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "cds",
  "timestamp": 1666504766791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504759932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504762372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "cds",
  "timestamp": 1666504766791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504759932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "cds",
  "timestamp": 1666504766791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504762372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504759932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504762372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "cds",
  "timestamp": 1666504766791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504759932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504762372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "cds",
  "timestamp": 1666504766791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504764741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504759932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504762372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "cds",
  "timestamp": 1666504766791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504776152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "cds",
  "timestamp": 1666504775229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504776503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "cds",
  "timestamp": 1666504776249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:01:24.803Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0adaeff-6148-4d7a-bb77-dc5dfed63440
2022-10-23T06:01:24.803Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0adaeff-6148-4d7a-bb77-dc5dfed63440 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:01:24.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504777263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504776021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504778325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504776021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504779494,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:01:24.819Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0adaeff-6148-4d7a-bb77-dc5dfed63440
2022-10-23T06:01:24.820Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0adaeff-6148-4d7a-bb77-dc5dfed63440 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:01:24.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504776021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504780502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504776021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "aai-ml",
  "timestamp": 1666504779165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504776021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504781751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "aai-ml",
  "timestamp": 1666504779165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504776021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504782831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "aai-ml",
  "timestamp": 1666504779165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504776021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "aai-ml",
  "timestamp": 1666504779165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504783889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504783820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "aai-ml",
  "timestamp": 1666504779165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504785256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "aai-ml",
  "timestamp": 1666504779165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504786263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "aai-ml",
  "timestamp": 1666504779165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504787272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "aai-ml",
  "timestamp": 1666504787036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504788277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504789139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504790144,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:01:24.841Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0adaeff-6148-4d7a-bb77-dc5dfed63440
2022-10-23T06:01:24.841Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0adaeff-6148-4d7a-bb77-dc5dfed63440 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:01:24.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "aai-ml",
  "timestamp": 1666504801995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:01:24.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "aai-ml",
  "timestamp": 1666504803006,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:01:24.856Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0adaeff-6148-4d7a-bb77-dc5dfed63440
2022-10-23T06:01:24.856Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0adaeff-6148-4d7a-bb77-dc5dfed63440 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:01:49.357Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:01:49.371Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:01:49.375Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:01:49.375Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:01:49.375Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:01:49.375Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:01:49.376Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:01:49.376Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:01:49.376Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:01:49.377Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:01:49.377Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:01:49.377Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:01:49.384Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:02:19.384Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:02:19.396Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440 and serviceModelVersionId: ee55937c-a738-4222-8570-5330e5257353
2022-10-23T06:02:19.396Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f102bdd6-0267-4f3f-936c-cbdc8738daed
2022-10-23T06:02:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:02:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:02:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:02:25.276Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:25.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504822372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504819932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504819932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504822372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:02:25.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504819932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504822372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:02:25.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "cds",
  "timestamp": 1666504826791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504819932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504822372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "cds",
  "timestamp": 1666504826791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504819932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504822372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-23T06:02:25.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504819932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "cds",
  "timestamp": 1666504826791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504822372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "cds",
  "timestamp": 1666504826791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666504819932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504822372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:02:25.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "cds",
  "timestamp": 1666504826791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504832550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "cds",
  "timestamp": 1666504826791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504833629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "cds",
  "timestamp": 1666504826791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:02:25.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504834703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "cds",
  "timestamp": 1666504834570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504835729,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:25.331Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d921072a-2f6a-4881-a45d-a132dc37a09b
2022-10-23T06:02:25.331Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d921072a-2f6a-4881-a45d-a132dc37a09b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:25.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "cds",
  "timestamp": 1666504835578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:02:25.342Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d921072a-2f6a-4881-a45d-a132dc37a09b
2022-10-23T06:02:25.343Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d921072a-2f6a-4881-a45d-a132dc37a09b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:25.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666504836733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504836021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504836021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504836021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504836021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "aai-ml",
  "timestamp": 1666504839165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504836021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "aai-ml",
  "timestamp": 1666504839165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504836021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "aai-ml",
  "timestamp": 1666504839165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504836021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:02:25.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "aai-ml",
  "timestamp": 1666504839165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504843786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "aai-ml",
  "timestamp": 1666504839165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "aai-ml",
  "timestamp": 1666504839165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "aai-ml",
  "timestamp": 1666504839165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504846201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "aai-ml",
  "timestamp": 1666504846921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.360Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666504847206,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:02:25.364Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d921072a-2f6a-4881-a45d-a132dc37a09b
2022-10-23T06:02:25.365Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d921072a-2f6a-4881-a45d-a132dc37a09b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:25.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "aai-ml",
  "timestamp": 1666504853809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:02:25.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "aai-ml",
  "timestamp": 1666504854815,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:02:25.381Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d921072a-2f6a-4881-a45d-a132dc37a09b
2022-10-23T06:02:25.381Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d921072a-2f6a-4881-a45d-a132dc37a09b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:35.696Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0
2022-10-23T06:02:35.812Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:02:36.362Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-23T06:02:36.367Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0|INFO|500||Invoke
2022-10-23T06:02:36.507Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-23T06:02:36.698Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0|INFO|500||InvokeReturn
2022-10-23T06:02:36.699Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-06:02:36:720-72691], vertex-id=[155752], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:02:36 GMT], Content-Type=[application/json]}
2022-10-23T06:02:36.700Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:02:36.703Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:02:36.703Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:02:36.708Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T06:02:36.709Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0adaeff-6148-4d7a-bb77-dc5dfed63440 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:02:36.710Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:02:36.711Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:36.712Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:36.713Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504956709,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:02:36.824Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-10-23T06:02:36.825Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:36.826Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:36.848Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:36.849Z||pool-18-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-10-23T06:02:37.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:02:37.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:02:37.728Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:02:42.230Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:42.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:02:42.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d921072a-2f6a-4881-a45d-a132dc37a09b","serviceName":"basic_onboard_bUhsne","serviceVersion":"1.0","serviceUUID":"a5396f1f-4fbe-4a1c-8999-119b3d9e146c","serviceDescription":"service","serviceInvariantUUID":"3ba88ec0-e6bf-460c-854d-5ce009dee5b6","resources":[{"resourceInstanceName":"basic_onboard_bUhsne 0","resourceName":"basic_onboard_bUhsne","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ab378a2-e3bb-437b-b89d-4ca7943cd8d9","resourceInvariantUUID":"948ad20e-2d41-4005-8adc-66a551eeef80","resourceCustomizationUUID":"154201f2-e7b9-40e3-8da9-4bb186ff2d32","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml","artifactChecksum":"ZTI2ZGIxN2U5NDA0ZjZiM2ZiZjkzM2IyYzhlYmMxNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7145b39b-81cd-46dc-8b3d-7a308492b71e","artifactVersion":"1"},{"artifactName":"basic_onboard_buhsne0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json","artifactChecksum":"ZWVjZjkyMTVlYzExZGFiZmM0MGU5MWEwNDBiNzAyZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b55a0fa-0ecf-47e7-bbe8-15cfef11cfe0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"70102c38-82b1-47a4-b877-20f2469cdf5a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5b97bda-6b44-4919-bc2e-f74b60bc4e80","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4aa29946-a3b9-481e-8b07-1842f5cf94ee","artifactVersion":"2","generatedFromUUID":"70102c38-82b1-47a4-b877-20f2469cdf5a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBuhsne-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml","artifactChecksum":"MTJkZGJmNTVmN2Y4NzEyNTg2OTY2ODMwOTM4NDI1NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98dbff50-7bdb-480a-872c-3bc326c1a276","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBuhsne-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar","artifactChecksum":"MTQ1ZTE5YTA2YTA5Y2JhNGZjMjg2NzM3MDVkNDZlZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c5c6349-0b5c-4e18-919b-8d267be1ebb6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T06:02:42.234Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:42.234Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:42.236Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:42.236Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:42.336Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:42.338Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:42.339Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:42.347Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:42.348Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:43.236Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:43.237Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:43.239Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:43.240Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:02:43.341Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T06:02:43.342Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:43.342Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:43.353Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:43.354Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:44.240Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:44.241Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:44.243Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:44.243Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:02:44.343Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:44.345Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:44.345Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:44.361Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:44.361Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:45.243Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:45.244Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:45.247Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:45.248Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:45.348Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:45.349Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:45.350Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:45.361Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:45.361Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:02:46.249Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:46.249Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:46.251Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:46.252Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-23T06:02:46.353Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:46.355Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:46.355Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:46.366Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:46.367Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:02:47.252Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:47.253Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:47.255Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:47.256Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:02:47.356Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:02:47.356Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:47.357Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:47.367Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:47.367Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:48.256Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:48.257Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:48.259Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:48.259Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:02:48.360Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:02:48.361Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:48.361Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:48.372Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:48.372Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:49.262Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "serviceName": "basic_onboard_bUhsne",
  "serviceVersion": "1.0",
  "serviceUUID": "a5396f1f-4fbe-4a1c-8999-119b3d9e146c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ba88ec0-e6bf-460c-854d-5ce009dee5b6",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_bUhsne 0",
      "resourceCustomizationUUID": "154201f2-e7b9-40e3-8da9-4bb186ff2d32",
      "resourceName": "basic_onboard_bUhsne",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7ab378a2-e3bb-437b-b89d-4ca7943cd8d9",
      "resourceInvariantUUID": "948ad20e-2d41-4005-8adc-66a551eeef80",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_buhsne0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
          "artifactChecksum": "ZWVjZjkyMTVlYzExZGFiZmM0MGU5MWEwNDBiNzAyZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6b55a0fa-0ecf-47e7-bbe8-15cfef11cfe0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "70102c38-82b1-47a4-b877-20f2469cdf5a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4aa29946-a3b9-481e-8b07-1842f5cf94ee",
            "generatedFromUUID": "70102c38-82b1-47a4-b877-20f2469cdf5a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4aa29946-a3b9-481e-8b07-1842f5cf94ee",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBuhsne-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
      "artifactChecksum": "MTQ1ZTE5YTA2YTA5Y2JhNGZjMjg2NzM3MDVkNDZlZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1c5c6349-0b5c-4e18-919b-8d267be1ebb6"
    }
  ],
  "workloadContext": "Production"
}
2022-10-23T06:02:49.262Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T06:02:49.263Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a5396f1f-4fbe-4a1c-8999-119b3d9e146c ASDC
2022-10-23T06:02:49.263Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d921072a-2f6a-4881-a45d-a132dc37a09b
ServiceName:basic_onboard_bUhsne
ServiceVersion:1.0
ServiceUUID:a5396f1f-4fbe-4a1c-8999-119b3d9e146c
ServiceInvariantUUID:3ba88ec0-e6bf-460c-854d-5ce009dee5b6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBuhsne-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar
ArtifactUUID:1c5c6349-0b5c-4e18-919b-8d267be1ebb6
ArtifactChecksum:MTQ1ZTE5YTA2YTA5Y2JhNGZjMjg2NzM3MDVkNDZlZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bUhsne 0
ResourceCustomizationUUID:154201f2-e7b9-40e3-8da9-4bb186ff2d32
ResourceInvariantUUID:948ad20e-2d41-4005-8adc-66a551eeef80
ResourceName:basic_onboard_bUhsne
ResourceType:VF
ResourceUUID:7ab378a2-e3bb-437b-b89d-4ca7943cd8d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_buhsne0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json
ArtifactUUID:6b55a0fa-0ecf-47e7-bbe8-15cfef11cfe0
ArtifactChecksum:ZWVjZjkyMTVlYzExZGFiZmM0MGU5MWEwNDBiNzAyZTk=
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/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml
ArtifactUUID:70102c38-82b1-47a4-b877-20f2469cdf5a
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/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
ArtifactUUID:4aa29946-a3b9-481e-8b07-1842f5cf94ee
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/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
ArtifactUUID:4aa29946-a3b9-481e-8b07-1842f5cf94ee
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-23T06:02:49.263Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5396f1f-4fbe-4a1c-8999-119b3d9e146c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:02:49.298Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:02:49.299Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-23T06:02:49.299Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-23T06:02:49.300Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1c5c6349-0b5c-4e18-919b-8d267be1ebb6 from URL: /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:49.300Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-23T06:02:49.301Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:49.376Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-23T06:02:49.380Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar 1c5c6349-0b5c-4e18-919b-8d267be1ebb6 75294
2022-10-23T06:02:49.381Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar ASDC sendASDCNotification
2022-10-23T06:02:49.381Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:49.381Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:02:49.382Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:49.383Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:49.384Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504969381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:02:49.484Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:49.484Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:49.484Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:49.496Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:49.496Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:50.385Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:02:50.386Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-23T06:02:50.386Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1c5c6349-0b5c-4e18-919b-8d267be1ebb6, URL: /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar to file: /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:50.387Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:50.387Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:50.387Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:50.560Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13101675145899422297/Definitions/service-BasicOnboardBuhsne-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-23T06:02:51.775Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T06:02:51.776Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-23T06:02:51.776Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.776Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-23T06:02:51.776Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.776Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bUhsne 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||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-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.778Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.778Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:51.778Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-23T06:02:51.779Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:02:51.779Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.779Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.780Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:51.780Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-23T06:02:51.780Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:02:51.780Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.781Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.781Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.781Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is not matching search criteria
2022-10-23T06:02:51.781Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-23T06:02:51.781Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:51.783Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:51.783Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.783Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:51.783Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:51.783Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is not matching search criteria
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2f478472-171e-40bb-a0c3-aa942c70e851
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.786Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.786Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:51.786Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.786Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_bUhsne
Description:service
Model UUID:a5396f1f-4fbe-4a1c-8999-119b3d9e146c
Model Version:NULL
Model InvariantUuid:3ba88ec0-e6bf-460c-854d-5ce009dee5b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_bUhsne
Model UUID:c2ad55a1-dbcb-4fdb-b637-8a92d9694e97
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:948ad20e-2d41-4005-8adc-66a551eeef80
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:154201f2-e7b9-40e3-8da9-4bb186ff2d32
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7376d231-3f33-436b-a81a-1d0d03b9946f
ModelName:BasicOnboardBuhsne..base_ubuntu18..module-0
ModelUuid:bafbe206-574b-40cc-9462-ceadb949b05d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2f478472-171e-40bb-a0c3-aa942c70e851
ModelInvariantUuid:2a2a0116-3b38-4ba7-b436-62b44040c127
ModelName:basic_onboard_bUhsne-nodes.ubuntu18Cvfc
ModelUuid:d917de59-0061-45fc-878b-f13794f85023
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:240b0ad3-450e-4a44-8992-954827aa805e
ModelInvariantUuid:c1aa1727-fd62-4494-af70-298e5ba2f55c
ModelName:BasicOnboardBuhsne.compute.nodes.heat.ubuntu18
ModelUuid:ad2b16b3-3741-4b6e-bd1b-e6a868f590b4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T06:02:51.804Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ab378a2-e3bb-437b-b89d-4ca7943cd8d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:02:51.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||basic_onboard_bUhsne 0
2022-10-23T06:02:51.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ab378a2-e3bb-437b-b89d-4ca7943cd8d9
2022-10-23T06:02:51.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6b55a0fa-0ecf-47e7-bbe8-15cfef11cfe0 from URL: /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json
2022-10-23T06:02:51.809Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-23T06:02:51.809Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json
2022-10-23T06:02:51.853Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-23T06:02:51.854Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json 6b55a0fa-0ecf-47e7-bbe8-15cfef11cfe0 798
2022-10-23T06:02:51.855Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json ASDC sendASDCNotification
2022-10-23T06:02:51.855Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json
2022-10-23T06:02:51.856Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:02:51.857Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:51.859Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:51.859Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504971855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:02:51.959Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:51.960Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:51.960Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:51.971Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:51.972Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:52.859Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBuhsne..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7376d231-3f33-436b-a81a-1d0d03b9946f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bafbe206-574b-40cc-9462-ceadb949b05d",
    "vfModuleModelCustomizationUUID": "55dace54-3547-4455-bac3-4995b3bf76d6",
    "isBase": true,
    "artifacts": [
      "70102c38-82b1-47a4-b877-20f2469cdf5a",
      "4aa29946-a3b9-481e-8b07-1842f5cf94ee"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T06:02:52.866Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBuhsne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bafbe206-574b-40cc-9462-ceadb949b05d
VfModuleModelInvariantUUID:7376d231-3f33-436b-a81a-1d0d03b9946f
VfModuleModelDescription:NULL
Artifacts UUID List:{
70102c38-82b1-47a4-b877-20f2469cdf5a
,
4aa29946-a3b9-481e-8b07-1842f5cf94ee

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

isBase:true


}

2022-10-23T06:02:52.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBuhsne..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7376d231-3f33-436b-a81a-1d0d03b9946f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bafbe206-574b-40cc-9462-ceadb949b05d",
    "vfModuleModelCustomizationUUID": "55dace54-3547-4455-bac3-4995b3bf76d6",
    "isBase": true,
    "artifacts": [
      "70102c38-82b1-47a4-b877-20f2469cdf5a",
      "4aa29946-a3b9-481e-8b07-1842f5cf94ee"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T06:02:52.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBuhsne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bafbe206-574b-40cc-9462-ceadb949b05d
VfModuleModelInvariantUUID:7376d231-3f33-436b-a81a-1d0d03b9946f
VfModuleModelDescription:NULL
Artifacts UUID List:{
70102c38-82b1-47a4-b877-20f2469cdf5a
,
4aa29946-a3b9-481e-8b07-1842f5cf94ee

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

isBase:true


}

2022-10-23T06:02:52.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 70102c38-82b1-47a4-b877-20f2469cdf5a from URL: /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml
2022-10-23T06:02:52.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-23T06:02:52.870Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml
2022-10-23T06:02:52.921Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-23T06:02:52.921Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml 70102c38-82b1-47a4-b877-20f2469cdf5a 5033
2022-10-23T06:02:52.921Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-23T06:02:52.922Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml
2022-10-23T06:02:52.922Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:02:52.922Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:52.925Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:52.926Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504972921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:02:53.026Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:53.027Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:53.027Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:53.038Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:53.038Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:02:53.927Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4aa29946-a3b9-481e-8b07-1842f5cf94ee from URL: /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
2022-10-23T06:02:53.927Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-23T06:02:53.927Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
2022-10-23T06:02:53.968Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-23T06:02:53.969Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env 4aa29946-a3b9-481e-8b07-1842f5cf94ee 909
2022-10-23T06:02:53.969Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-23T06:02:53.969Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
2022-10-23T06:02:53.970Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:02:53.970Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:53.972Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:53.972Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504973969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:02:54.072Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:54.073Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:54.073Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:54.083Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:54.083Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:02:54.973Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a5396f1f-4fbe-4a1c-8999-119b3d9e146c
2022-10-23T06:02:54.974Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bUhsne 0 7ab378a2-e3bb-437b-b89d-4ca7943cd8d9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:02:54.991Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11f35cfa, org.onap.sdc.toscaparser.api.parameters.Input@888831d, org.onap.sdc.toscaparser.api.parameters.Input@54dc402d, org.onap.sdc.toscaparser.api.parameters.Input@6b7b0f67, org.onap.sdc.toscaparser.api.parameters.Input@60648a7e]
2022-10-23T06:02:54.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:54.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:54.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-23T06:02:54.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 154201f2-e7b9-40e3-8da9-4bb186ff2d32
2022-10-23T06:02:54.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 154201f2-e7b9-40e3-8da9-4bb186ff2d32 matches Tosca VF Customization UUID: 154201f2-e7b9-40e3-8da9-4bb186ff2d32
2022-10-23T06:02:54.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 154201f2-e7b9-40e3-8da9-4bb186ff2d32  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-23T06:02:54.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:54.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:54.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 154201f2-e7b9-40e3-8da9-4bb186ff2d32: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-23T06:02:54.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29e0a98c
2022-10-23T06:02:54.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:54.999Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:02:54.999Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55dace54-3547-4455-bac3-4995b3bf76d6
2022-10-23T06:02:54.999Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55dace54-3547-4455-bac3-4995b3bf76d6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-23T06:02:55.001Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:55.002Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:55.002Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:55.002Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:55.002Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:55.003Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:55.003Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:55.003Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is not matching search criteria
2022-10-23T06:02:55.003Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-23T06:02:55.004Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-23T06:02:55.004Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2f478472-171e-40bb-a0c3-aa942c70e851
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T06:02:55.006Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:55.006Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:55.006Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:55.006Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:55.007Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:55.007Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=154201f2-e7b9-40e3-8da9-4bb186ff2d32
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:02:55.009Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:55.009Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.009Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a5396f1f-4fbe-4a1c-8999-119b3d9e146c: basic_onboard_bUhsne
2022-10-23T06:02:55.010Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:55.010Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.010Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:55.010Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.010Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:55.011Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.011Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:55.011Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.011Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:02:55.011Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.012Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_bUhsne 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:55.089Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bUhsne 7ab378a2-e3bb-437b-b89d-4ca7943cd8d9 1 ASDC deployResourceStructure
2022-10-23T06:02:55.090Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json ASDC sendASDCNotification
2022-10-23T06:02:55.090Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json
2022-10-23T06:02:55.091Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:02:55.096Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:55.099Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:55.100Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504975090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:02:55.200Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:02:55.201Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:55.201Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:55.213Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:55.214Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:02:56.101Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-23T06:02:56.102Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml
2022-10-23T06:02:56.102Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:02:56.103Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:56.106Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:56.106Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504976101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:02:56.206Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:02:56.207Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:56.207Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:56.220Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:56.220Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:57.107Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-23T06:02:57.108Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
2022-10-23T06:02:57.108Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:02:57.108Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:57.110Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:57.110Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504977107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-23T06:02:57.210Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:57.211Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:57.212Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:57.222Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:57.223Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:58.111Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar ASDC sendASDCNotification
2022-10-23T06:02:58.111Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:58.111Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:02:58.112Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:58.114Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:58.114Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504978111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:02:58.214Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:58.215Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:58.215Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:58.226Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:02:58.226Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:59.115Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d921072a-2f6a-4881-a45d-a132dc37a09b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:02:59.128Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d921072a-2f6a-4881-a45d-a132dc37a09b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:02:59.132Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:02:59.132Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:02:59.132Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:02:59.132Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:02:59.132Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:02:59.133Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:02:59.133Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:02:59.133Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:02:59.133Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:02:59.133Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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-10-23T06:02:59.139Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:03:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:03:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:03:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:03:25.372Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:03:25.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504956709,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:03:25.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504957727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504969381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504971855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504972921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504973969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504975090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504976101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504977107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666504978111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:29.139Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d921072a-2f6a-4881-a45d-a132dc37a09b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:03:29.146Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d921072a-2f6a-4881-a45d-a132dc37a09b and serviceModelVersionId: a5396f1f-4fbe-4a1c-8999-119b3d9e146c
2022-10-23T06:03:29.146Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ba88ec0-e6bf-460c-854d-5ce009dee5b6
2022-10-23T06:03:29.147Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0
2022-10-23T06:03:29.151Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:03:29.200Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0|INFO|500||Invoke
2022-10-23T06:03:29.200Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d921072a-2f6a-4881-a45d-a132dc37a09b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b7c5c66-8ba3-48c0-9611-d15d95d908ce], X-ECOMP-RequestID=[d921072a-2f6a-4881-a45d-a132dc37a09b], X-TransactionId=[], X-ONAP-RequestID=[d921072a-2f6a-4881-a45d-a132dc37a09b], Content-Type=[application/merge-patch+json]}
2022-10-23T06:03:29.225Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-23T06:03:29.328Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?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/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-06:03:29:431-91977], vertex-id=[393400], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:03:29 GMT], Content-Type=[application/json]}
2022-10-23T06:03:29.329Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:03:29.329Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0|INFO|500||InvokeReturn
2022-10-23T06:03:29.330Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:03:29.330Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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-10-23T06:03:29.334Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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-10-23T06:03:29.334Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d921072a-2f6a-4881-a45d-a132dc37a09b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:03:29.334Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:03:29.335Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:03:29.336Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:03:29.337Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505009334,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:03:29.437Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:03:29.438Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:03:29.438Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:03:29.451Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:03:29.451Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:03:30.349Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:03:30.350Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:03:30.350Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:03:39.890Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:03:39.891Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:03:39.892Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:03:39.892Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:03:49.465Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:03:49.465Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:03:49.466Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:03:49.466Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:03:59.003Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:04:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:04:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:04:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:04:24.744Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:04:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:04:24.745Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:04:25.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:04:25.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:04:25.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505009334,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:04:25.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:04:34.285Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:05:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:05:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:05:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:05:24.744Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:05:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:05:24.745Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:05:34.285Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:05:34.287Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:06:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:06:24.743Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:06:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:06:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:06:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:06:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:06:34.286Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:06:34.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:07:24.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:07:24.743Z||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-10-23T06:07:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:07:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:07:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:07:24.745Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:07:34.283Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:07:34.308Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:08:24.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:08:24.742Z||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-10-23T06:08:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:08:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:08:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:08:24.745Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:08:34.288Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:08:34.337Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:09:24.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:09:24.743Z||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-10-23T06:09:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:09:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:09:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:09:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:09:34.286Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:09:34.287Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:10:24.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:10:24.742Z||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-10-23T06:10:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:10:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:10:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:10:24.745Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:10:34.285Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:10:34.288Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:11:24.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:11:24.742Z||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-10-23T06:11:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:11:24.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:11:24.745Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:11:24.745Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:11:34.286Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:11:34.287Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:12:24.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:12:24.742Z||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-10-23T06:12:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:12:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:12:24.746Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:12:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:12:34.292Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:12:34.292Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:13:24.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:13:24.743Z||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-10-23T06:13:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:13:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:13:24.746Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:13:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:13:34.289Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:13:34.294Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:14:24.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:14:24.743Z||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-10-23T06:14:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:14:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:14:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:14:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:14:25.223Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:14:25.225Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.226Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "cds",
  "timestamp": 1666505636791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.227Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "cds",
  "timestamp": 1666505636791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "cds",
  "timestamp": 1666505640486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505639932,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.229Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.229Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.229Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "cds",
  "timestamp": 1666505641494,
  "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-10-23T06:14:25.248Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2942dbb2-d0ac-470b-8c91-783e9aa5dc01
2022-10-23T06:14:25.249Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505639932,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505642372,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505642372,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505646021,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505646021,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505648786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "aai-ml",
  "timestamp": 1666505649165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505650462,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "aai-ml",
  "timestamp": 1666505649165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505651467,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:14:25.265Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2942dbb2-d0ac-470b-8c91-783e9aa5dc01
2022-10-23T06:14:25.266Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:14:25.273Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.273Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "aai-ml",
  "timestamp": 1666505651890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "cds",
  "timestamp": 1666505651791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "cds",
  "timestamp": 1666505651791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "cds",
  "timestamp": 1666505651791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "cds",
  "timestamp": 1666505651791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "aai-ml",
  "timestamp": 1666505655988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "cds",
  "timestamp": 1666505651791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "aai-ml",
  "timestamp": 1666505656992,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:14:25.280Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2942dbb2-d0ac-470b-8c91-783e9aa5dc01
2022-10-23T06:14:25.280Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:14:25.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "cds",
  "timestamp": 1666505651791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "aai-ml",
  "timestamp": 1666505649165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "cds",
  "timestamp": 1666505651791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "aai-ml",
  "timestamp": 1666505649165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "cds",
  "timestamp": 1666505651791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "aai-ml",
  "timestamp": 1666505649165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "cds",
  "timestamp": 1666505660529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505659932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "aai-ml",
  "timestamp": 1666505649165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "cds",
  "timestamp": 1666505661535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:14:25.301Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e019f592-2691-4ef9-b5aa-db4ce26c16d2
2022-10-23T06:14:25.301Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e019f592-2691-4ef9-b5aa-db4ce26c16d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:14:25.309Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.309Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505659932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.309Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.309Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.309Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505662372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "aai-ml",
  "timestamp": 1666505649165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505659932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505662372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "aai-ml",
  "timestamp": 1666505649165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505659932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:14:25.383Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:14:25.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2942dbb2-d0ac-470b-8c91-783e9aa5dc01","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"58c4e52f-7d8a-4cbd-90a0-4be7be61e1de","serviceDescription":"service","serviceInvariantUUID":"dd56305f-78ce-4e1b-a225-7df4fba538dc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2657ca20-47b6-4412-9bfb-478bbadd3093","resourceInvariantUUID":"0fa2ed17-9b10-4a1e-b19e-7f784cbe700a","resourceCustomizationUUID":"fdee44b8-77ce-438b-8e04-63a4ccf834b5","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":"ODcxMDU1ZGI3OGM1ZTQwNjg4N2EwYTdlZmM5YTk4MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73fb51c8-712b-4e5b-b0b4-73b50507ec9a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDIyYWI1MmE3ZjhjZmNkMTA2NWMyMGZiNGU0MjllYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38e094b6-8997-43d3-942c-2630d7859f48","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T06:14:25.390Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:14:25.391Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:14:25.396Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:14:25.396Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.495Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-23T06:14:25.496Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:14:25.496Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:14:25.508Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:14:25.508Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:14:26.397Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:14:26.398Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:14:26.400Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:14:26.401Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:14:26.500Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:14:26.501Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:14:26.501Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:14:26.512Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:14:26.513Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:14:27.402Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "58c4e52f-7d8a-4cbd-90a0-4be7be61e1de",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd56305f-78ce-4e1b-a225-7df4fba538dc",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "fdee44b8-77ce-438b-8e04-63a4ccf834b5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "2657ca20-47b6-4412-9bfb-478bbadd3093",
      "resourceInvariantUUID": "0fa2ed17-9b10-4a1e-b19e-7f784cbe700a",
      "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": "ZDIyYWI1MmE3ZjhjZmNkMTA2NWMyMGZiNGU0MjllYWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38e094b6-8997-43d3-942c-2630d7859f48"
    }
  ],
  "workloadContext": "Production"
}
2022-10-23T06:14:27.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T06:14:27.402Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de ASDC
2022-10-23T06:14:27.403Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2942dbb2-d0ac-470b-8c91-783e9aa5dc01
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
ServiceInvariantUUID:dd56305f-78ce-4e1b-a225-7df4fba538dc
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:38e094b6-8997-43d3-942c-2630d7859f48
ArtifactChecksum:ZDIyYWI1MmE3ZjhjZmNkMTA2NWMyMGZiNGU0MjllYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fdee44b8-77ce-438b-8e04-63a4ccf834b5
ResourceInvariantUUID:0fa2ed17-9b10-4a1e-b19e-7f784cbe700a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2657ca20-47b6-4412-9bfb-478bbadd3093
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-23T06:14:27.403Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:14:27.432Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:14:27.433Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:14:27.433Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:14:27.434Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 38e094b6-8997-43d3-942c-2630d7859f48 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T06:14:27.434Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:14:27.434Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T06:14:27.495Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:14:27.499Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 38e094b6-8997-43d3-942c-2630d7859f48 57656
2022-10-23T06:14:27.499Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-23T06:14:27.500Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T06:14:27.500Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:14:27.501Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:14:27.503Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:14:27.503Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505667499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:14:27.603Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:14:27.604Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:14:27.604Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:14:27.619Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:14:27.619Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:14:28.504Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:14:28.506Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:14:28.506Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 38e094b6-8997-43d3-942c-2630d7859f48, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:28.507Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-23T06:14:28.507Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:28.507Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:28.636Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15665228193062726452/Definitions/service-BasicNetwork-template.yml
2022-10-23T06:14:29.219Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T06:14:29.219Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.221Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.221Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:14:29.221Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.221Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.221Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.223Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.223Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.223Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.223Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.223Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.224Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.224Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.224Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.224Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.224Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
Model Version:NULL
Model InvariantUuid:dd56305f-78ce-4e1b-a225-7df4fba538dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0fa2ed17-9b10-4a1e-b19e-7f784cbe700a
Model UUID:3474eba2-69e7-4df2-abb0-72e87c76cfc1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:fdee44b8-77ce-438b-8e04-63a4ccf834b5
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T06:14:29.232Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 2657ca20-47b6-4412-9bfb-478bbadd3093
2022-10-23T06:14:29.232Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||No resources found for Service: 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:14:29.238Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||
2022-10-23T06:14:29.238Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-23T06:14:29.239Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
2022-10-23T06:14:29.239Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
2022-10-23T06:14:29.239Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-23T06:14:29.239Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:14:29.244Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27f89feb, org.onap.sdc.toscaparser.api.parameters.Input@55ad243a, org.onap.sdc.toscaparser.api.parameters.Input@441fe8a8, org.onap.sdc.toscaparser.api.parameters.Input@13dad8fa, org.onap.sdc.toscaparser.api.parameters.Input@70be1aad]
2022-10-23T06:14:29.245Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.245Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.246Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.246Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.246Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de: Generic NeutronNet
2022-10-23T06:14:29.246Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.246Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.247Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.247Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-23T06:14:29.278Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-23T06:14:29.322Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-23T06:14:29.322Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-23T06:14:29.323Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.323Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:14:29.323Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:14:29.325Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:14:29.325Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505669322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:14:29.426Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:14:29.427Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:14:29.427Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:14:29.437Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:14:29.437Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:14:30.326Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2942dbb2-d0ac-470b-8c91-783e9aa5dc01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:14:30.338Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2942dbb2-d0ac-470b-8c91-783e9aa5dc01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:14:30.340Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:14:30.340Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:14:30.340Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:14:30.340Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:14:30.341Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:14:30.341Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:14:30.341Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:14:30.341Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:14:30.341Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:14:30.346Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:15:00.347Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:15:00.357Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and serviceModelVersionId: 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
2022-10-23T06:15:00.358Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd56305f-78ce-4e1b-a225-7df4fba538dc
2022-10-23T06:15:00.359Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0
2022-10-23T06:15:00.365Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:15:00.424Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-23T06:15:00.426Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0|INFO|500||Invoke
2022-10-23T06:15:00.450Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-23T06:15:00.533Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0|INFO|500||InvokeReturn
2022-10-23T06:15:00.534Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221023-06:15:00:585-17760], vertex-id=[405688], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:15:00 GMT], Content-Type=[application/json]}
2022-10-23T06:15:00.534Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:15:00.535Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:15:00.535Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:15:00.539Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T06:15:00.540Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:15:00.540Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:15:00.541Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:00.544Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:00.544Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505700540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:15:00.644Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:15:00.645Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:00.646Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:00.663Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:00.664Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:15:01.557Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T06:15:01.558Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e019f592-2691-4ef9-b5aa-db4ce26c16d2","serviceName":"Demo_pNF_mPvaNa4apDojauIFjzva","serviceVersion":"1.0","serviceUUID":"6711c20b-4d01-4e46-9ed4-f05676bb59bf","serviceDescription":"catalog service description","serviceInvariantUUID":"64d99052-e916-472b-9823-9816b518eed3","resources":[{"resourceInstanceName":"pNF 8a752afc-1982 0","resourceName":"pNF 8a752afc-1982","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0","resourceInvariantUUID":"47b16128-8469-480e-a03f-24af3aa210a5","resourceCustomizationUUID":"6fbfc92d-e4a1-44ac-9db6-25a40342d428","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml","artifactChecksum":"YWUwZWM0MjY0ZTIwNTJiZjNhODA1Y2FmMjJjMzdhNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5dfe02dc-49c6-4360-b9d1-b5161f7bbd0b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar","artifactChecksum":"YWY5ZDcxN2UzNDk3Zjc4MWMxMDg1NzNlOWQ3MDQ1MzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ea6c23c-c004-4379-b60a-77f7d4a0e29b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfe17c9a-b016-4d5d-88b8-99582bfe36a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml","artifactChecksum":"Y2JkYjI3ZTBhYTQwMzNiNjZhY2NjNjBjY2NkZWZiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e04e634d-58aa-4d25-954f-1d1e6b4cae84","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5518f6ee-c4a5-4d75-bb76-a309e6762074","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ae06767-750f-44e6-933b-392d893d38a1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMpvana4apdojauifjzva-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-template.yml","artifactChecksum":"Y2M4ODZiMmUyMzVmYzNjZGQzMDZhNzNjNjNjMDQ3ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb5f4317-2e58-4240-b394-c773256ee942","artifactVersion":"1"},{"artifactName":"service-DemoPnfMpvana4apdojauifjzva-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar","artifactChecksum":"ZTFhYmM2N2M2NjY2ZGJjYmE4NzUzYzU1OTcyODM4NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f87c7ef0-6e7f-4f14-829d-e6644b9de41b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T06:15:01.558Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:01.559Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:01.561Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:01.561Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:15:01.661Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:01.662Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:01.662Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:01.673Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:01.673Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:02.561Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:02.562Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:02.564Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:02.564Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:15:02.664Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:02.665Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:02.665Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:02.675Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:02.675Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:03.564Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:03.565Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:03.567Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:03.567Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:15:03.667Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:03.668Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:03.669Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:03.680Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:03.680Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:15:04.568Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:04.569Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:04.570Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:04.571Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:15:04.671Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:04.674Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:04.674Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:04.685Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:04.685Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:05.571Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:05.572Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:05.574Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:05.574Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:15:05.674Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:05.675Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:05.675Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:05.684Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:05.684Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:06.574Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:06.576Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:06.578Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:06.578Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:15:06.678Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:06.679Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:06.680Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:06.689Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:06.689Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:07.579Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:07.580Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:07.582Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:07.582Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:15:07.682Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:07.683Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:07.684Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:07.693Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:07.693Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:08.583Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:08.584Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:08.586Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:08.586Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:15:08.686Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:08.687Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:08.687Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:08.697Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:08.698Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:09.587Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "serviceName": "Demo_pNF_mPvaNa4apDojauIFjzva",
  "serviceVersion": "1.0",
  "serviceUUID": "6711c20b-4d01-4e46-9ed4-f05676bb59bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "64d99052-e916-472b-9823-9816b518eed3",
  "resources": [
    {
      "resourceInstanceName": "pNF 8a752afc-1982 0",
      "resourceCustomizationUUID": "6fbfc92d-e4a1-44ac-9db6-25a40342d428",
      "resourceName": "pNF 8a752afc-1982",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0",
      "resourceInvariantUUID": "47b16128-8469-480e-a03f-24af3aa210a5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMpvana4apdojauifjzva-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
      "artifactChecksum": "ZTFhYmM2N2M2NjY2ZGJjYmE4NzUzYzU1OTcyODM4NGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f87c7ef0-6e7f-4f14-829d-e6644b9de41b"
    }
  ],
  "workloadContext": "Production"
}
2022-10-23T06:15:09.587Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T06:15:09.587Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6711c20b-4d01-4e46-9ed4-f05676bb59bf ASDC
2022-10-23T06:15:09.588Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e019f592-2691-4ef9-b5aa-db4ce26c16d2
ServiceName:Demo_pNF_mPvaNa4apDojauIFjzva
ServiceVersion:1.0
ServiceUUID:6711c20b-4d01-4e46-9ed4-f05676bb59bf
ServiceInvariantUUID:64d99052-e916-472b-9823-9816b518eed3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMpvana4apdojauifjzva-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar
ArtifactUUID:f87c7ef0-6e7f-4f14-829d-e6644b9de41b
ArtifactChecksum:ZTFhYmM2N2M2NjY2ZGJjYmE4NzUzYzU1OTcyODM4NGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8a752afc-1982 0
ResourceCustomizationUUID:6fbfc92d-e4a1-44ac-9db6-25a40342d428
ResourceInvariantUUID:47b16128-8469-480e-a03f-24af3aa210a5
ResourceName:pNF 8a752afc-1982
ResourceType:PNF
ResourceUUID:8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-23T06:15:09.589Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6711c20b-4d01-4e46-9ed4-f05676bb59bf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:15:09.615Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:15:09.616Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:15:09.616Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:15:09.616Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f87c7ef0-6e7f-4f14-829d-e6644b9de41b from URL: /sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:09.616Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:15:09.617Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:09.674Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:15:09.680Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar f87c7ef0-6e7f-4f14-829d-e6644b9de41b 87757
2022-10-23T06:15:09.680Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar ASDC sendASDCNotification
2022-10-23T06:15:09.680Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:09.680Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:15:09.681Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:09.683Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:09.683Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505709680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:15:09.783Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:09.784Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:09.784Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:09.813Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:09.814Z||pool-48-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:10.684Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:15:10.685Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:15:10.685Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f87c7ef0-6e7f-4f14-829d-e6644b9de41b, URL: /sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar to file: /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:10.685Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:10.686Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:10.686Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:10.827Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5291952465093722412/Definitions/service-DemoPnfMpvana4apdojauifjzva-template.yml
2022-10-23T06:15:11.589Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8a752afc-1982 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-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.592Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Node template pNF 8a752afc-1982 0 is matching search criteria
2022-10-23T06:15:11.592Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:15:11.592Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 8a752afc-1982 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:15:11.592Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:15:11.592Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Node template pNF 8a752afc-1982 0 is matching search criteria
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 8a752afc-1982 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_mPvaNa4apDojauIFjzva
Description:catalog service description
Model UUID:6711c20b-4d01-4e46-9ed4-f05676bb59bf
Model Version:NULL
Model InvariantUuid:64d99052-e916-472b-9823-9816b518eed3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T06:15:11.602Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:15:11.605Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||pNF 8a752afc-1982 0
2022-10-23T06:15:11.605Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0
2022-10-23T06:15:11.605Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6711c20b-4d01-4e46-9ed4-f05676bb59bf
2022-10-23T06:15:11.606Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6711c20b-4d01-4e46-9ed4-f05676bb59bf
2022-10-23T06:15:11.606Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8a752afc-1982 0 8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:15:11.610Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@486362b7, org.onap.sdc.toscaparser.api.parameters.Input@34056ca2, org.onap.sdc.toscaparser.api.parameters.Input@6959e41c, org.onap.sdc.toscaparser.api.parameters.Input@2a596b01, org.onap.sdc.toscaparser.api.parameters.Input@797cc227]
2022-10-23T06:15:11.610Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:15:11.610Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.611Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6711c20b-4d01-4e46-9ed4-f05676bb59bf: pNF 8a752afc-1982
2022-10-23T06:15:11.611Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Processing PNF resource: 8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0
2022-10-23T06:15:11.611Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:15:11.612Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.612Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Resource customization UUID: 6fbfc92d-e4a1-44ac-9db6-25a40342d428 is the same as notified resource customizationUUID: 6fbfc92d-e4a1-44ac-9db6-25a40342d428
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-23T06:15:11.653Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8a752afc-1982 8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0 0 ASDC deployResourceStructure
2022-10-23T06:15:11.654Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar ASDC sendASDCNotification
2022-10-23T06:15:11.654Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.654Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:15:11.654Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:11.656Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:11.656Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505711654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:15:11.757Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:11.758Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:11.758Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:11.768Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:11.769Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:12.661Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:15:12.675Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:15:12.678Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:15:12.678Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:15:12.678Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:15:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:15:24.746Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:15:24.746Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:15:24.765Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:15:24.765Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:15:24.766Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "aai-ml",
  "timestamp": 1666505649165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:15:24.766Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:15:42.678Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:15:42.689Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:15:42.691Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:15:42.691Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:15:42.691Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:16:12.691Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:16:12.707Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:16:12.709Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:16:12.709Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:16:12.710Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:16:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:16:24.763Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:16:24.763Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:16:24.792Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:16:24.793Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:16:24.794Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505662372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:16:24.795Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:16:42.710Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:16:42.721Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:16:42.728Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:16:42.728Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:16:42.728Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:17:12.729Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:17:12.739Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:17:12.741Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:17:12.742Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:17:12.742Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:17:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:17:24.746Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:17:24.747Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:17:24.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:17:24.801Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.801Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.802Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.802Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.802Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505659932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.802Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.802Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.802Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505662372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.802Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.803Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.803Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "aai-ml",
  "timestamp": 1666505649165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.803Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.803Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.803Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.803Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.803Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.803Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505659932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.804Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.804Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.804Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505662372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.804Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.804Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.804Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "aai-ml",
  "timestamp": 1666505666132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.804Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.805Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.805Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505667499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.805Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.805Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.805Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505659932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.805Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.805Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.806Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505662372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.806Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.806Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.806Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505659932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.806Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.806Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.806Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505662372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.807Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.807Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.807Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505669322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:17:24.807Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.807Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.807Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505668761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.807Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505662372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "cds",
  "timestamp": 1666505666791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505669995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:17:24.809Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.809Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.809Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "cds",
  "timestamp": 1666505666791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.809Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.809Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.809Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "aai-ml",
  "timestamp": 1666505670905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:17:24.809Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.810Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.810Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505670999,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:17:24.817Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e019f592-2691-4ef9-b5aa-db4ce26c16d2
2022-10-23T06:17:24.817Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e019f592-2691-4ef9-b5aa-db4ce26c16d2 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:17:24.827Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.827Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "cds",
  "timestamp": 1666505666791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.828Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.828Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.828Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "aai-ml",
  "timestamp": 1666505671910,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:17:24.832Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e019f592-2691-4ef9-b5aa-db4ce26c16d2
2022-10-23T06:17:24.832Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e019f592-2691-4ef9-b5aa-db4ce26c16d2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:17:24.839Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.839Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "cds",
  "timestamp": 1666505666791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.840Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.840Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.840Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "cds",
  "timestamp": 1666505666791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.840Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.840Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.840Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "cds",
  "timestamp": 1666505666791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.841Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.841Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.841Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "cds",
  "timestamp": 1666505666791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.841Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.841Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.841Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "cds",
  "timestamp": 1666505666791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.841Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.841Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.842Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.842Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.842Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.842Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "cds",
  "timestamp": 1666505666791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.842Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.842Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.842Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.843Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.843Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.843Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.843Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.843Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.843Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "cds",
  "timestamp": 1666505678740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.843Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.844Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.844Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.844Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.844Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.844Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505679165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.844Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.844Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.845Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "cds",
  "timestamp": 1666505679748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:17:24.855Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of de46afa9-4ac2-4e12-aa79-c5f305bb08cd
2022-10-23T06:17:24.855Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId de46afa9-4ac2-4e12-aa79-c5f305bb08cd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:17:24.862Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.862Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.862Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.863Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.863Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.863Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.863Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.863Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505679165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.863Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.863Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.863Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.864Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.864Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.864Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.864Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.864Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.864Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505679165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.864Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.865Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.865Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.865Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.865Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.865Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "cds",
  "timestamp": 1666505681791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.865Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.865Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.865Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.866Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.866Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.866Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.866Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.866Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.866Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505679165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.866Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.866Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.867Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.867Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.867Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.867Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "cds",
  "timestamp": 1666505681791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.867Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.867Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.867Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.867Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.868Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.868Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.868Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.868Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.868Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505679165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.868Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.868Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "cds",
  "timestamp": 1666505681791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.870Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.870Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.870Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505684762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.870Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.870Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.870Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505679165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.870Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.870Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.871Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.871Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.871Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.871Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "cds",
  "timestamp": 1666505681791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.871Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.871Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.871Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.871Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.872Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.872Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505679165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.872Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.872Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.872Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.872Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.872Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.872Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "cds",
  "timestamp": 1666505681791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.873Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.873Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.873Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505686600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:17:24.873Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.873Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.873Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.873Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.873Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.873Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505679165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.874Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.874Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.874Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.874Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.874Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.874Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "cds",
  "timestamp": 1666505681791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.874Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.875Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.875Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505687604,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:17:24.879Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e019f592-2691-4ef9-b5aa-db4ce26c16d2
2022-10-23T06:17:24.879Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e019f592-2691-4ef9-b5aa-db4ce26c16d2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:17:24.886Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.886Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.887Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.887Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.887Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505679165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.887Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.887Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.887Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.887Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.887Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.888Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "cds",
  "timestamp": 1666505681791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.888Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.888Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.888Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.888Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.888Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.888Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.888Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.889Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.889Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505688806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.889Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.889Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.889Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.889Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.890Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.890Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.890Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.890Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.890Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "cds",
  "timestamp": 1666505689524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.890Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.891Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.891Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.891Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.891Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.891Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.892Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.892Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.892Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.892Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.892Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.892Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "cds",
  "timestamp": 1666505690530,
  "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-10-23T06:17:24.903Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a2d5333-a9e5-4614-96e4-da40f5f69b7a
2022-10-23T06:17:24.903Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a2d5333-a9e5-4614-96e4-da40f5f69b7a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:17:24.914Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.914Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.914Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.915Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.915Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505692125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.916Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.916Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.916Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.917Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.917Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.917Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.917Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.918Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.918Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505693183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.918Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.919Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.919Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.919Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.919Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.919Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.920Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.920Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.920Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505694230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.921Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.921Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.921Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.921Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.921Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.922Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.922Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.922Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.922Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505695274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.923Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.923Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.923Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.923Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.924Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.924Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.924Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.924Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.925Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505696352,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:17:24.929Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de46afa9-4ac2-4e12-aa79-c5f305bb08cd
2022-10-23T06:17:24.930Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId de46afa9-4ac2-4e12-aa79-c5f305bb08cd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:17:24.938Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.939Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505695356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:17:24.939Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.939Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.940Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.940Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.940Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.940Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666505679935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.941Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.941Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.941Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505697369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:17:24.941Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.942Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.942Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "aai-ml",
  "timestamp": 1666505696360,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:17:24.947Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of de46afa9-4ac2-4e12-aa79-c5f305bb08cd
2022-10-23T06:17:24.948Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId de46afa9-4ac2-4e12-aa79-c5f305bb08cd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:17:24.957Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.957Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505676021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.957Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.957Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.957Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.957Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.957Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.958Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505697722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.958Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.958Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.958Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.958Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.958Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.958Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.958Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.958Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.959Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505700540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:17:24.959Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.959Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.959Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505699954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:17:24.959Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.959Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.959Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.960Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.960Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.960Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.960Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.960Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.960Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505700958,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:17:24.965Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of de46afa9-4ac2-4e12-aa79-c5f305bb08cd
2022-10-23T06:17:24.965Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId de46afa9-4ac2-4e12-aa79-c5f305bb08cd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:17:24.973Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.973Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.973Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.973Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.973Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.973Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.973Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.973Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.974Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.974Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.974Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.974Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.974Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.974Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505682372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.974Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.975Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.975Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.975Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.975Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.975Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505705528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.975Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.975Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.975Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.975Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.976Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.976Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.976Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.976Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.976Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505706594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.976Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.976Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.977Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505706022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.977Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.977Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.977Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.977Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.977Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.977Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505707646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.977Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.977Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.978Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505706022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.978Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.978Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.978Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505664741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.978Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.978Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.978Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505708676,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:17:24.983Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a2d5333-a9e5-4614-96e4-da40f5f69b7a
2022-10-23T06:17:24.983Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a2d5333-a9e5-4614-96e4-da40f5f69b7a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:17:24.991Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.992Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505706022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.992Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.992Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.992Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505709680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.992Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.992Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.992Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666505709682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:17:24.992Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505706022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "aai-ml",
  "timestamp": 1666505709165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505706022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505711654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:17:24.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "aai-ml",
  "timestamp": 1666505709165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.995Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505706022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.995Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.995Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.995Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "aai-ml",
  "timestamp": 1666505709165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.995Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.995Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.995Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505706022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.995Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.996Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.996Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "aai-ml",
  "timestamp": 1666505709165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.996Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.996Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.996Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505713731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.996Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.996Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.996Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "aai-ml",
  "timestamp": 1666505709165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "aai-ml",
  "timestamp": 1666505709165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:17:24.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "aai-ml",
  "timestamp": 1666505709165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:17:24.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:17:24.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505716020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:17:24.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "aai-ml",
  "timestamp": 1666505716770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:17:24.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:24.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:24.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666505717023,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:17:25.002Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a2d5333-a9e5-4614-96e4-da40f5f69b7a
2022-10-23T06:17:25.003Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a2d5333-a9e5-4614-96e4-da40f5f69b7a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:17:25.022Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:17:25.022Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "aai-ml",
  "timestamp": 1666505723320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:17:25.022Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:17:42.742Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:17:42.762Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:17:42.765Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:17:42.765Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:17:42.765Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:17:42.766Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:17:42.766Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:17:42.766Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:17:42.766Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:17:42.767Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:17:42.767Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:17:42.767Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:17:42.775Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:18:12.775Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:18:12.783Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e019f592-2691-4ef9-b5aa-db4ce26c16d2 and serviceModelVersionId: 6711c20b-4d01-4e46-9ed4-f05676bb59bf
2022-10-23T06:18:12.783Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64d99052-e916-472b-9823-9816b518eed3
2022-10-23T06:18:12.784Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64d99052-e916-472b-9823-9816b518eed3/model-vers/model-ver/6711c20b-4d01-4e46-9ed4-f05676bb59bf?depth=0
2022-10-23T06:18:12.792Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:18:12.872Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d99052-e916-472b-9823-9816b518eed3/model-vers/model-ver/6711c20b-4d01-4e46-9ed4-f05676bb59bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-23T06:18:12.876Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d99052-e916-472b-9823-9816b518eed3/model-vers/model-ver/6711c20b-4d01-4e46-9ed4-f05676bb59bf?depth=0|INFO|500||Invoke
2022-10-23T06:18:12.902Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d99052-e916-472b-9823-9816b518eed3/model-vers/model-ver/6711c20b-4d01-4e46-9ed4-f05676bb59bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-23T06:18:12.994Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d99052-e916-472b-9823-9816b518eed3/model-vers/model-ver/6711c20b-4d01-4e46-9ed4-f05676bb59bf?depth=0|INFO|500||InvokeReturn
2022-10-23T06:18:12.994Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d99052-e916-472b-9823-9816b518eed3/model-vers/model-ver/6711c20b-4d01-4e46-9ed4-f05676bb59bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-06:18:13:017-71998], vertex-id=[413880], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:18:13 GMT], Content-Type=[application/json]}
2022-10-23T06:18:12.995Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:18:12.996Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:18:12.996Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:18:13.001Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T06:18:13.002Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e019f592-2691-4ef9-b5aa-db4ce26c16d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:18:13.002Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:18:13.003Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:13.005Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:13.005Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505893002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:18:13.105Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:13.107Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:13.107Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:13.134Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:13.135Z||pool-50-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-10-23T06:18:14.017Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:18:14.018Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|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-10-23T06:18:14.018Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:18:18.440Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:18.442Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T06:18:18.442Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"de46afa9-4ac2-4e12-aa79-c5f305bb08cd","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3212b0c0-0673-4f4b-a7f4-5fca39fff095","serviceDescription":"service","serviceInvariantUUID":"7e26072d-6302-4f33-9517-e7aaf39e293f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e5cfe5a8-ad87-406c-8928-229661a59c71","resourceInvariantUUID":"8e709cff-c746-40c2-b5b4-6cc7a621bc89","resourceCustomizationUUID":"e724138a-731b-4047-aee2-9ab0faf81a72","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":"YjkyOTNhYjA5MzUxNzAyM2M4MzJjMWZhNTViYWI1OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5c0b59a-7b23-48c1-8c7e-b30d90cac127","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":"27b0db77-674d-469b-8fdd-12a1865a8149","artifactVersion":"2","generatedFromUUID":"b5a8287b-21b6-43ef-a5e3-1256743aed8a"},{"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":"b5a8287b-21b6-43ef-a5e3-1256743aed8a","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":"NDNmMjM2MjBmNmJmNDczM2QwNWU5Y2QyYjQ3NzlkZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"971cc3bf-1d90-454d-8a6d-d8357a7b3bee","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":"8c3f4fb8-d3e4-44a3-b760-571c0bad7ea4","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":"8dda4805-55c5-411b-8637-b10f266563b7","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":"7f4a9aa9-8d42-472d-8a90-cc18930871b1","artifactVersion":"2","generatedFromUUID":"8c3f4fb8-d3e4-44a3-b760-571c0bad7ea4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWM1MjE3YTcxZDc4NjkyNTQxMzdmM2EyYTE3YjZmOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a087301c-5cea-4854-82b3-bb263d30d841","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTY5M2U3NzdhMzhlM2JmMGQ5MDMzZDA4MzUxMzJlNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e6cb1018-dfc5-4899-814d-48f421a99132","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T06:18:18.447Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:18:18.447Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:18.450Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:18.450Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:18:18.550Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:18.551Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:18.551Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:18.562Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:18.563Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:19.450Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:18:19.451Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:19.453Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:19.453Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-23T06:18:19.553Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:19.554Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:19.554Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:19.586Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:19.586Z||pool-52-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:20.454Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:18:20.455Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:20.457Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:20.457Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-23T06:18:20.558Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T06:18:20.559Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:20.559Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:20.576Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:20.576Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:21.458Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:18:21.458Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:21.460Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:21.460Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:18:21.561Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:21.562Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:21.562Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:21.573Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:21.573Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:22.461Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:18:22.462Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:22.463Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:22.463Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:18:22.564Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:22.565Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:22.565Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:22.592Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:22.593Z||pool-55-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:18:23.464Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:18:23.465Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:23.467Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:23.467Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:18:23.567Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:23.568Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:23.568Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:23.579Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:23.579Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:24.467Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:18:24.468Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:24.470Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:24.470Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-23T06:18:24.570Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:24.571Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:24.571Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:24.581Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:24.582Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:18:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:18:24.746Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:18:24.770Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:24.771Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:18:24.771Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "aai-ml",
  "timestamp": 1666505724324,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:18:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a2d5333-a9e5-4614-96e4-da40f5f69b7a
2022-10-23T06:18:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a2d5333-a9e5-4614-96e4-da40f5f69b7a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:18:25.470Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:18:25.471Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:25.473Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:25.473Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:18:25.574Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:18:25.575Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:25.575Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:25.585Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:25.586Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:26.474Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:18:26.475Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:26.478Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:26.478Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:18:26.578Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:26.579Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:26.579Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:26.603Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:26.604Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:27.480Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "3212b0c0-0673-4f4b-a7f4-5fca39fff095",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7e26072d-6302-4f33-9517-e7aaf39e293f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e724138a-731b-4047-aee2-9ab0faf81a72",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e5cfe5a8-ad87-406c-8928-229661a59c71",
      "resourceInvariantUUID": "8e709cff-c746-40c2-b5b4-6cc7a621bc89",
      "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": "27b0db77-674d-469b-8fdd-12a1865a8149",
          "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": "b5a8287b-21b6-43ef-a5e3-1256743aed8a",
          "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": "NDNmMjM2MjBmNmJmNDczM2QwNWU5Y2QyYjQ3NzlkZDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "971cc3bf-1d90-454d-8a6d-d8357a7b3bee",
          "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": "8c3f4fb8-d3e4-44a3-b760-571c0bad7ea4",
          "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": "7f4a9aa9-8d42-472d-8a90-cc18930871b1",
            "generatedFromUUID": "8c3f4fb8-d3e4-44a3-b760-571c0bad7ea4"
          },
          "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": "7f4a9aa9-8d42-472d-8a90-cc18930871b1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTY5M2U3NzdhMzhlM2JmMGQ5MDMzZDA4MzUxMzJlNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e6cb1018-dfc5-4899-814d-48f421a99132"
    }
  ],
  "workloadContext": "Production"
}
2022-10-23T06:18:27.480Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T06:18:27.480Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3212b0c0-0673-4f4b-a7f4-5fca39fff095 ASDC
2022-10-23T06:18:27.481Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:de46afa9-4ac2-4e12-aa79-c5f305bb08cd
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:3212b0c0-0673-4f4b-a7f4-5fca39fff095
ServiceInvariantUUID:7e26072d-6302-4f33-9517-e7aaf39e293f
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:e6cb1018-dfc5-4899-814d-48f421a99132
ArtifactChecksum:NTY5M2U3NzdhMzhlM2JmMGQ5MDMzZDA4MzUxMzJlNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e724138a-731b-4047-aee2-9ab0faf81a72
ResourceInvariantUUID:8e709cff-c746-40c2-b5b4-6cc7a621bc89
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e5cfe5a8-ad87-406c-8928-229661a59c71
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:27b0db77-674d-469b-8fdd-12a1865a8149
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:b5a8287b-21b6-43ef-a5e3-1256743aed8a
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:971cc3bf-1d90-454d-8a6d-d8357a7b3bee
ArtifactChecksum:NDNmMjM2MjBmNmJmNDczM2QwNWU5Y2QyYjQ3NzlkZDQ=
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:8c3f4fb8-d3e4-44a3-b760-571c0bad7ea4
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:7f4a9aa9-8d42-472d-8a90-cc18930871b1
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:7f4a9aa9-8d42-472d-8a90-cc18930871b1
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-23T06:18:27.481Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3212b0c0-0673-4f4b-a7f4-5fca39fff095 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:18:27.518Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:18:27.518Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:18:27.518Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:18:27.518Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e6cb1018-dfc5-4899-814d-48f421a99132 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-23T06:18:27.519Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:18:27.519Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-23T06:18:27.647Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:18:27.651Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e6cb1018-dfc5-4899-814d-48f421a99132 73676
2022-10-23T06:18:27.651Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-23T06:18:27.651Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-23T06:18:27.652Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:18:27.652Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:27.654Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:27.654Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505907651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:18:27.754Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:27.755Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:27.756Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:27.767Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:27.768Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:18:28.654Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:18:28.656Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:18:28.656Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e6cb1018-dfc5-4899-814d-48f421a99132, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-23T06:18:28.656Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-23T06:18:28.657Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-23T06:18:28.657Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-23T06:18:28.870Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10708848850028572585/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-10-23T06:18:30.050Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T06:18:30.050Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:18:30.051Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-23T06:18:30.051Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-23T06:18:30.051Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-23T06:18:30.051Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-23T06:18:30.051Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-23T06:18:30.052Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-23T06:18:30.052Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:18:30.052Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.052Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:30.053Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-23T06:18:30.053Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:18:30.053Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:18:30.053Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.053Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:30.054Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-23T06:18:30.054Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:18:30.054Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:18:30.054Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.054Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:30.055Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.055Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-23T06:18:30.055Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-23T06:18:30.055Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-23T06:18:30.056Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-23T06:18:30.056Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.056Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:18:30.056Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.057Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-23T06:18:30.057Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:18:30.057Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.057Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-23T06:18:30.058Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:18:30.058Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.058Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-23T06:18:30.058Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:18:30.058Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.059Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-23T06:18:30.059Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-23T06:18:30.059Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=34c54127-47fc-4740-bec1-163454dfb979
2022-10-23T06:18:30.059Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.059Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:30.060Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.060Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:30.060Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.060Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:30.061Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:30.061Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:30.061Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:3212b0c0-0673-4f4b-a7f4-5fca39fff095
Model Version:NULL
Model InvariantUuid:7e26072d-6302-4f33-9517-e7aaf39e293f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:14911e2a-853a-401d-8609-8b8a82cfe3c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8e709cff-c746-40c2-b5b4-6cc7a621bc89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e724138a-731b-4047-aee2-9ab0faf81a72
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1a86a704-6fe9-4d50-9b37-1aa924cfd192
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f6f3fd6a-034e-424b-9bd7-1e67e95279f5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:34c54127-47fc-4740-bec1-163454dfb979
ModelInvariantUuid:2c3ed030-08a5-4196-8ba9-91b2c59e5d23
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:59963060-a809-46b3-ad2e-3012cc284075
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:22457b2b-a916-4a1a-8532-b68219ba8f31
ModelInvariantUuid:9f354cd5-d2ea-40f6-8371-183be43ff542
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d362415b-b5c5-43f5-8fe8-bec212cf41be
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T06:18:30.067Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e5cfe5a8-ad87-406c-8928-229661a59c71
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:18:30.070Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-10-23T06:18:30.071Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e5cfe5a8-ad87-406c-8928-229661a59c71
2022-10-23T06:18:30.071Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 27b0db77-674d-469b-8fdd-12a1865a8149 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-23T06:18:30.071Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:18:30.071Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-23T06:18:30.116Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:18:30.117Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 27b0db77-674d-469b-8fdd-12a1865a8149 12
2022-10-23T06:18:30.117Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-23T06:18:30.118Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-23T06:18:30.118Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:18:30.118Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:30.120Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:30.120Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505910117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:18:30.220Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:30.221Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:30.222Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:30.230Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:30.231Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:31.121Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b5a8287b-21b6-43ef-a5e3-1256743aed8a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-23T06:18:31.121Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:18:31.122Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-23T06:18:31.208Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:18:31.208Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b5a8287b-21b6-43ef-a5e3-1256743aed8a 2688
2022-10-23T06:18:31.209Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-23T06:18:31.209Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-23T06:18:31.209Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:18:31.209Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:31.211Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:31.211Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505911208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:18:31.313Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T06:18:31.317Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:31.317Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:31.329Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:31.329Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:32.213Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 971cc3bf-1d90-454d-8a6d-d8357a7b3bee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-23T06:18:32.213Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:18:32.213Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-23T06:18:32.252Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:18:32.252Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 971cc3bf-1d90-454d-8a6d-d8357a7b3bee 828
2022-10-23T06:18:32.252Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-23T06:18:32.252Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-23T06:18:32.252Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:18:32.253Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:32.254Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:32.254Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505912252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:18:32.354Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:32.355Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:32.355Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:32.367Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:32.367Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:33.255Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1a86a704-6fe9-4d50-9b37-1aa924cfd192",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6f3fd6a-034e-424b-9bd7-1e67e95279f5",
    "vfModuleModelCustomizationUUID": "72dc2376-e161-4e70-b0c4-733f8f441377",
    "isBase": true,
    "artifacts": [
      "8c3f4fb8-d3e4-44a3-b760-571c0bad7ea4",
      "b5a8287b-21b6-43ef-a5e3-1256743aed8a",
      "7f4a9aa9-8d42-472d-8a90-cc18930871b1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T06:18:33.260Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6f3fd6a-034e-424b-9bd7-1e67e95279f5
VfModuleModelInvariantUUID:1a86a704-6fe9-4d50-9b37-1aa924cfd192
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c3f4fb8-d3e4-44a3-b760-571c0bad7ea4
,
b5a8287b-21b6-43ef-a5e3-1256743aed8a
,
7f4a9aa9-8d42-472d-8a90-cc18930871b1

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

isBase:true


}

2022-10-23T06:18:33.262Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1a86a704-6fe9-4d50-9b37-1aa924cfd192",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6f3fd6a-034e-424b-9bd7-1e67e95279f5",
    "vfModuleModelCustomizationUUID": "72dc2376-e161-4e70-b0c4-733f8f441377",
    "isBase": true,
    "artifacts": [
      "8c3f4fb8-d3e4-44a3-b760-571c0bad7ea4",
      "b5a8287b-21b6-43ef-a5e3-1256743aed8a",
      "7f4a9aa9-8d42-472d-8a90-cc18930871b1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T06:18:33.262Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6f3fd6a-034e-424b-9bd7-1e67e95279f5
VfModuleModelInvariantUUID:1a86a704-6fe9-4d50-9b37-1aa924cfd192
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c3f4fb8-d3e4-44a3-b760-571c0bad7ea4
,
b5a8287b-21b6-43ef-a5e3-1256743aed8a
,
7f4a9aa9-8d42-472d-8a90-cc18930871b1

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

isBase:true


}

2022-10-23T06:18:33.263Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c3f4fb8-d3e4-44a3-b760-571c0bad7ea4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-23T06:18:33.263Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:18:33.263Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-23T06:18:33.318Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:18:33.319Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8c3f4fb8-d3e4-44a3-b760-571c0bad7ea4 1164
2022-10-23T06:18:33.320Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-23T06:18:33.320Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-23T06:18:33.320Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:18:33.321Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:33.323Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:33.323Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505913320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:18:33.423Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:18:33.424Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:33.424Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:33.440Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:33.440Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:34.325Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f4a9aa9-8d42-472d-8a90-cc18930871b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-23T06:18:34.326Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:18:34.326Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-23T06:18:34.367Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:18:34.367Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7f4a9aa9-8d42-472d-8a90-cc18930871b1 200
2022-10-23T06:18:34.368Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-23T06:18:34.368Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-23T06:18:34.368Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:18:34.368Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:34.380Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:34.380Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505914368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:18:34.470Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-10-23T06:18:34.471Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:34.471Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:34.483Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:34.483Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:35.381Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3212b0c0-0673-4f4b-a7f4-5fca39fff095
2022-10-23T06:18:35.381Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e5cfe5a8-ad87-406c-8928-229661a59c71 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=?
2022-10-23T06:18:35.397Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:18:35.404Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fb59462, org.onap.sdc.toscaparser.api.parameters.Input@33c0d44d, org.onap.sdc.toscaparser.api.parameters.Input@3fb82eaf, org.onap.sdc.toscaparser.api.parameters.Input@6fe69a66, org.onap.sdc.toscaparser.api.parameters.Input@3ca3057c]
2022-10-23T06:18:35.406Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.406Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:35.407Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-10-23T06:18:35.407Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e724138a-731b-4047-aee2-9ab0faf81a72
2022-10-23T06:18:35.407Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e724138a-731b-4047-aee2-9ab0faf81a72 matches Tosca VF Customization UUID: e724138a-731b-4047-aee2-9ab0faf81a72
2022-10-23T06:18:35.407Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e724138a-731b-4047-aee2-9ab0faf81a72  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-23T06:18:35.409Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.410Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:35.410Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e724138a-731b-4047-aee2-9ab0faf81a72: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-23T06:18:35.410Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ca9c7ea
2022-10-23T06:18:35.410Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.411Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:18:35.411Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 72dc2376-e161-4e70-b0c4-733f8f441377
2022-10-23T06:18:35.411Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 72dc2376-e161-4e70-b0c4-733f8f441377
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-23T06:18:35.413Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.414Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-23T06:18:35.414Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:18:35.414Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.414Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-23T06:18:35.415Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:18:35.415Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.415Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-23T06:18:35.415Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-23T06:18:35.415Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=34c54127-47fc-4740-bec1-163454dfb979
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T06:18:35.418Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.418Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-23T06:18:35.418Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:18:35.419Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.419Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-23T06:18:35.419Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e724138a-731b-4047-aee2-9ab0faf81a72
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:18:35.421Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.421Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:35.421Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3212b0c0-0673-4f4b-a7f4-5fca39fff095: basic_cnf
2022-10-23T06:18:35.421Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.421Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:35.422Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.422Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:35.422Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.422Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:35.423Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.423Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:35.423Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:18:35.423Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:18:35.423Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:18:35.510Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e5cfe5a8-ad87-406c-8928-229661a59c71 1 ASDC deployResourceStructure
2022-10-23T06:18:35.511Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-23T06:18:35.511Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-10-23T06:18:35.511Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-23T06:18:35.511Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:35.513Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:35.513Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505915510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-23T06:18:35.613Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:35.614Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:35.614Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:35.626Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:35.626Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:18:36.514Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-23T06:18:36.514Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-23T06:18:36.532Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-23T06:18:36.533Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:36.539Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:36.539Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505916514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-23T06:18:36.639Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:36.640Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:36.640Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:36.651Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:36.651Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:37.540Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-23T06:18:37.541Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-23T06:18:37.541Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:18:37.541Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:37.543Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:37.543Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505917540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:18:37.643Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:37.644Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:37.644Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:37.654Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:37.654Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:38.548Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-23T06:18:38.548Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-23T06:18:38.549Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:18:38.549Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:38.568Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:38.569Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505918548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:18:38.669Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:18:38.669Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:38.669Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:38.684Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:38.684Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:39.570Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-23T06:18:39.570Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-23T06:18:39.570Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:18:39.571Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:39.572Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:39.573Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505919570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-23T06:18:39.685Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-10-23T06:18:39.692Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:39.702Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:39.719Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:39.719Z||pool-70-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:40.581Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-23T06:18:40.581Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-23T06:18:40.581Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:18:40.581Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:18:40.595Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:18:40.595Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505920581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:18:40.689Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-23T06:18:40.690Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:18:40.690Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:18:40.705Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:18:40.706Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:18:41.596Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de46afa9-4ac2-4e12-aa79-c5f305bb08cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:18:41.607Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de46afa9-4ac2-4e12-aa79-c5f305bb08cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:18:41.609Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:18:41.610Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:18:41.610Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:18:41.610Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:18:41.610Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:18:41.610Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:18:41.610Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:18:41.610Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:18:41.610Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:18:41.610Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:18:41.615Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:19:11.615Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: de46afa9-4ac2-4e12-aa79-c5f305bb08cd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:19:11.621Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: de46afa9-4ac2-4e12-aa79-c5f305bb08cd and serviceModelVersionId: 3212b0c0-0673-4f4b-a7f4-5fca39fff095
2022-10-23T06:19:11.622Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e26072d-6302-4f33-9517-e7aaf39e293f
2022-10-23T06:19:11.622Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e26072d-6302-4f33-9517-e7aaf39e293f/model-vers/model-ver/3212b0c0-0673-4f4b-a7f4-5fca39fff095?depth=0
2022-10-23T06:19:11.627Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:19:11.670Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e26072d-6302-4f33-9517-e7aaf39e293f/model-vers/model-ver/3212b0c0-0673-4f4b-a7f4-5fca39fff095?depth=0|INFO|500||Invoke
2022-10-23T06:19:11.670Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e26072d-6302-4f33-9517-e7aaf39e293f/model-vers/model-ver/3212b0c0-0673-4f4b-a7f4-5fca39fff095?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e26072d-6302-4f33-9517-e7aaf39e293f/model-vers/model-ver/3212b0c0-0673-4f4b-a7f4-5fca39fff095?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[de46afa9-4ac2-4e12-aa79-c5f305bb08cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[566d6ab5-e2f8-483f-848e-92c9bfe9ae87], X-ECOMP-RequestID=[de46afa9-4ac2-4e12-aa79-c5f305bb08cd], X-TransactionId=[], X-ONAP-RequestID=[de46afa9-4ac2-4e12-aa79-c5f305bb08cd], Content-Type=[application/merge-patch+json]}
2022-10-23T06:19:11.691Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e26072d-6302-4f33-9517-e7aaf39e293f/model-vers/model-ver/3212b0c0-0673-4f4b-a7f4-5fca39fff095?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-23T06:19:11.781Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e26072d-6302-4f33-9517-e7aaf39e293f/model-vers/model-ver/3212b0c0-0673-4f4b-a7f4-5fca39fff095?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/7e26072d-6302-4f33-9517-e7aaf39e293f/model-vers/model-ver/3212b0c0-0673-4f4b-a7f4-5fca39fff095?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-06:19:11:800-59238], vertex-id=[204824], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:19:11 GMT], Content-Type=[application/json]}
2022-10-23T06:19:11.781Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e26072d-6302-4f33-9517-e7aaf39e293f/model-vers/model-ver/3212b0c0-0673-4f4b-a7f4-5fca39fff095?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:19:11.782Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e26072d-6302-4f33-9517-e7aaf39e293f/model-vers/model-ver/3212b0c0-0673-4f4b-a7f4-5fca39fff095?depth=0|INFO|500||InvokeReturn
2022-10-23T06:19:11.782Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:19:11.783Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:19:11.787Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T06:19:11.787Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID de46afa9-4ac2-4e12-aa79-c5f305bb08cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:19:11.788Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:19:11.788Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:11.790Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:11.790Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505951788,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:19:11.890Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:11.891Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:11.891Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:11.908Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:11.909Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:19:12.801Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T06:19:12.802Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a2d5333-a9e5-4614-96e4-da40f5f69b7a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a929a3d1-80ef-40aa-b8aa-335dc756da84","serviceDescription":"service","serviceInvariantUUID":"16dd5972-e4b3-41e1-81d5-a4f82b094f5a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5bbfd060-5936-4fc9-bb5d-4be1edca96e6","resourceInvariantUUID":"deffdc77-8f8b-42a2-a0ce-4d05f1b4a81d","resourceCustomizationUUID":"24243994-13a5-4d58-87d6-232e54f0a563","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":"N2Y4Mjg3OGQ1Y2VlZTBhNzZkZmVhYTI5M2VkYTRlNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1466e5ce-c912-426e-b613-c525a112912c","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":"ZTg3NmY3ZDJmYTcxMDMyZjUzYjEyMTgyMGU3OGFhNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c9282409-60c0-4b02-ace2-2b26210e328f","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":"97721fd7-2066-4cfc-90f8-97836549d473","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":"aaca3118-d042-4763-8feb-0574e97bdd18","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":"03d97ef9-bfc0-4e10-829c-8058c9f525f7","artifactVersion":"2","generatedFromUUID":"97721fd7-2066-4cfc-90f8-97836549d473"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDY1NDU3ZGFlODVmY2EzYmNlMDY4MGNlNDhiZWExODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aadf3707-448e-4b28-b832-7ea4b731bad3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODU5ZGMwOWFiOGRhYjJiM2JkNzNlODIxNTlhZmM0YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c02d9656-604b-44a1-b239-eba61bfcf90e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T06:19:12.802Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:19:12.802Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:12.804Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:12.804Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:19:12.904Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:12.905Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:12.905Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:12.916Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:12.916Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:13.805Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:19:13.805Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:13.807Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:13.807Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:19:13.908Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:13.909Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:13.909Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:13.919Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:13.920Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:14.808Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:19:14.809Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:14.810Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:14.811Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:19:14.911Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:14.912Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:14.912Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:14.924Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:14.924Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:15.811Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:19:15.812Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:15.814Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:15.814Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:19:15.914Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:15.915Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:15.915Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:15.927Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:15.928Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:16.814Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:19:16.815Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:16.817Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:16.817Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-23T06:19:16.917Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:16.918Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:16.918Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:16.928Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:16.929Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:17.817Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:19:17.818Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:17.822Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:17.822Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:19:17.921Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:19:17.922Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:17.922Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:17.933Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:17.934Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:18.822Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:19:18.823Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:18.826Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:18.826Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:19:18.926Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:18.927Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:18.927Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:18.939Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:18.939Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:19.827Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "a929a3d1-80ef-40aa-b8aa-335dc756da84",
  "serviceDescription": "service",
  "serviceInvariantUUID": "16dd5972-e4b3-41e1-81d5-a4f82b094f5a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "24243994-13a5-4d58-87d6-232e54f0a563",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5bbfd060-5936-4fc9-bb5d-4be1edca96e6",
      "resourceInvariantUUID": "deffdc77-8f8b-42a2-a0ce-4d05f1b4a81d",
      "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": "ZTg3NmY3ZDJmYTcxMDMyZjUzYjEyMTgyMGU3OGFhNjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c9282409-60c0-4b02-ace2-2b26210e328f",
          "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": "97721fd7-2066-4cfc-90f8-97836549d473",
          "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": "03d97ef9-bfc0-4e10-829c-8058c9f525f7",
            "generatedFromUUID": "97721fd7-2066-4cfc-90f8-97836549d473"
          },
          "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": "03d97ef9-bfc0-4e10-829c-8058c9f525f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODU5ZGMwOWFiOGRhYjJiM2JkNzNlODIxNTlhZmM0YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c02d9656-604b-44a1-b239-eba61bfcf90e"
    }
  ],
  "workloadContext": "Production"
}
2022-10-23T06:19:19.827Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T06:19:19.828Z|de46afa9-4ac2-4e12-aa79-c5f305bb08cd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a929a3d1-80ef-40aa-b8aa-335dc756da84 ASDC
2022-10-23T06:19:19.828Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5a2d5333-a9e5-4614-96e4-da40f5f69b7a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a929a3d1-80ef-40aa-b8aa-335dc756da84
ServiceInvariantUUID:16dd5972-e4b3-41e1-81d5-a4f82b094f5a
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:c02d9656-604b-44a1-b239-eba61bfcf90e
ArtifactChecksum:ODU5ZGMwOWFiOGRhYjJiM2JkNzNlODIxNTlhZmM0YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:24243994-13a5-4d58-87d6-232e54f0a563
ResourceInvariantUUID:deffdc77-8f8b-42a2-a0ce-4d05f1b4a81d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:5bbfd060-5936-4fc9-bb5d-4be1edca96e6
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:c9282409-60c0-4b02-ace2-2b26210e328f
ArtifactChecksum:ZTg3NmY3ZDJmYTcxMDMyZjUzYjEyMTgyMGU3OGFhNjA=
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:97721fd7-2066-4cfc-90f8-97836549d473
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:03d97ef9-bfc0-4e10-829c-8058c9f525f7
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:03d97ef9-bfc0-4e10-829c-8058c9f525f7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-23T06:19:19.829Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a929a3d1-80ef-40aa-b8aa-335dc756da84 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:19:19.852Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:19:19.853Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:19:19.853Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:19:19.853Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c02d9656-604b-44a1-b239-eba61bfcf90e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-23T06:19:19.854Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:19:19.854Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-23T06:19:19.972Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:19:19.975Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c02d9656-604b-44a1-b239-eba61bfcf90e 74805
2022-10-23T06:19:19.976Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-23T06:19:19.976Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-23T06:19:19.976Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:19:19.976Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:19.978Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:19.978Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505959976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:19:20.078Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:20.079Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:20.079Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:20.090Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:20.091Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:20.979Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:19:20.980Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:19:20.981Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c02d9656-604b-44a1-b239-eba61bfcf90e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T06:19:20.981Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-23T06:19:20.981Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T06:19:20.981Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T06:19:21.101Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8116813955301502634/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-23T06:19:22.234Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T06:19:22.235Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:19:22.235Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T06:19:22.235Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-23T06:19:22.236Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T06:19:22.236Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T06:19:22.236Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T06:19:22.236Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T06:19:22.236Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T06:19:22.236Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T06:19:22.236Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T06:19:22.236Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:19:22.237Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.237Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:22.237Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T06:19:22.237Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:19:22.237Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:19:22.238Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.238Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:22.238Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T06:19:22.238Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:19:22.238Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:19:22.238Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.239Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:22.239Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.239Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-23T06:19:22.239Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-23T06:19:22.239Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-23T06:19:22.239Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-23T06:19:22.240Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-23T06:19:22.240Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-23T06:19:22.240Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.240Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:19:22.240Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.241Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T06:19:22.241Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:19:22.241Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.241Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T06:19:22.241Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:19:22.242Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.242Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T06:19:22.242Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:19:22.242Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.242Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-23T06:19:22.242Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-23T06:19:22.242Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-23T06:19:22.243Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=156bef80-2f6f-400a-830c-17bc75d3c0d0
2022-10-23T06:19:22.243Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.243Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:22.243Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.243Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:22.243Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.244Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:22.244Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:22.244Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:22.244Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a929a3d1-80ef-40aa-b8aa-335dc756da84
Model Version:NULL
Model InvariantUuid:16dd5972-e4b3-41e1-81d5-a4f82b094f5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:aa0debe4-e919-4edb-9e19-dfaceb8f48e7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:deffdc77-8f8b-42a2-a0ce-4d05f1b4a81d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:24243994-13a5-4d58-87d6-232e54f0a563
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5af4010a-5819-4b85-b2ff-a0265c127ecd
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1cb093e6-cf28-40ab-9d3e-bba3d3334e8b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:156bef80-2f6f-400a-830c-17bc75d3c0d0
ModelInvariantUuid:5cb1eb95-697c-4c09-a4ed-5ae702dddd5b
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7c1595af-16df-4ec2-bd9b-c073de486210
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:18879fee-f6ff-444f-a174-ed8ce1973199
ModelInvariantUuid:c7dbb0e8-42b5-44a1-a473-c90efeac8f89
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4ab50ad0-e30e-41b7-825d-9b9353264258
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T06:19:22.251Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 5bbfd060-5936-4fc9-bb5d-4be1edca96e6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:19:22.254Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-10-23T06:19:22.254Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5bbfd060-5936-4fc9-bb5d-4be1edca96e6
2022-10-23T06:19:22.255Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c9282409-60c0-4b02-ace2-2b26210e328f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-23T06:19:22.255Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:19:22.255Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-23T06:19:22.307Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:19:22.308Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c9282409-60c0-4b02-ace2-2b26210e328f 787
2022-10-23T06:19:22.308Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-23T06:19:22.308Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-23T06:19:22.308Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:19:22.308Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:22.310Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:22.310Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505962308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:19:22.411Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T06:19:22.413Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:22.413Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:22.423Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:22.424Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:23.311Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5af4010a-5819-4b85-b2ff-a0265c127ecd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1cb093e6-cf28-40ab-9d3e-bba3d3334e8b",
    "vfModuleModelCustomizationUUID": "7e02fb09-9af1-4ff3-8db3-3ae8ad5edda2",
    "isBase": true,
    "artifacts": [
      "97721fd7-2066-4cfc-90f8-97836549d473",
      "03d97ef9-bfc0-4e10-829c-8058c9f525f7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T06:19:23.314Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1cb093e6-cf28-40ab-9d3e-bba3d3334e8b
VfModuleModelInvariantUUID:5af4010a-5819-4b85-b2ff-a0265c127ecd
VfModuleModelDescription:NULL
Artifacts UUID List:{
97721fd7-2066-4cfc-90f8-97836549d473
,
03d97ef9-bfc0-4e10-829c-8058c9f525f7

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

isBase:true


}

2022-10-23T06:19:23.320Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5af4010a-5819-4b85-b2ff-a0265c127ecd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1cb093e6-cf28-40ab-9d3e-bba3d3334e8b",
    "vfModuleModelCustomizationUUID": "7e02fb09-9af1-4ff3-8db3-3ae8ad5edda2",
    "isBase": true,
    "artifacts": [
      "97721fd7-2066-4cfc-90f8-97836549d473",
      "03d97ef9-bfc0-4e10-829c-8058c9f525f7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T06:19:23.323Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1cb093e6-cf28-40ab-9d3e-bba3d3334e8b
VfModuleModelInvariantUUID:5af4010a-5819-4b85-b2ff-a0265c127ecd
VfModuleModelDescription:NULL
Artifacts UUID List:{
97721fd7-2066-4cfc-90f8-97836549d473
,
03d97ef9-bfc0-4e10-829c-8058c9f525f7

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

isBase:true


}

2022-10-23T06:19:23.323Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 97721fd7-2066-4cfc-90f8-97836549d473 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-23T06:19:23.323Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:19:23.324Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-23T06:19:23.385Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:19:23.386Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 97721fd7-2066-4cfc-90f8-97836549d473 5033
2022-10-23T06:19:23.386Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-23T06:19:23.386Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-23T06:19:23.386Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:19:23.386Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:23.388Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:23.388Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505963386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:19:23.488Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:23.489Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:23.489Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:23.501Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:23.502Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:24.390Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03d97ef9-bfc0-4e10-829c-8058c9f525f7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-23T06:19:24.391Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:19:24.391Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-23T06:19:24.439Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:19:24.439Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 03d97ef9-bfc0-4e10-829c-8058c9f525f7 903
2022-10-23T06:19:24.440Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-23T06:19:24.440Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-23T06:19:24.440Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:19:24.440Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:24.442Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:24.442Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505964440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:19:24.542Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:24.543Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:24.543Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:24.552Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:24.553Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:19:24.746Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:19:24.746Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:19:24.772Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:24.773Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:19:24.773Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505893002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:19:24.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:19:24.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:19:24.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:19:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:19:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:19:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-23T06:19:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:19:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:19:24.776Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-23T06:19:24.776Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:19:24.776Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:19:24.777Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:19:24.777Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:19:24.777Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:19:24.777Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:19:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:19:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:19:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:19:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:19:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:19:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-23T06:19:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:19:25.443Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a929a3d1-80ef-40aa-b8aa-335dc756da84
2022-10-23T06:19:25.443Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5bbfd060-5936-4fc9-bb5d-4be1edca96e6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:19:25.453Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f9be65, org.onap.sdc.toscaparser.api.parameters.Input@4086433d, org.onap.sdc.toscaparser.api.parameters.Input@1bf6b4a9, org.onap.sdc.toscaparser.api.parameters.Input@5a90a3f6, org.onap.sdc.toscaparser.api.parameters.Input@17572457]
2022-10-23T06:19:25.454Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.455Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:25.455Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-10-23T06:19:25.455Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 24243994-13a5-4d58-87d6-232e54f0a563
2022-10-23T06:19:25.455Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 24243994-13a5-4d58-87d6-232e54f0a563 matches Tosca VF Customization UUID: 24243994-13a5-4d58-87d6-232e54f0a563
2022-10-23T06:19:25.455Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 24243994-13a5-4d58-87d6-232e54f0a563  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-23T06:19:25.457Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.457Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:25.457Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 24243994-13a5-4d58-87d6-232e54f0a563: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-23T06:19:25.457Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14972454
2022-10-23T06:19:25.457Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.458Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:19:25.458Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7e02fb09-9af1-4ff3-8db3-3ae8ad5edda2
2022-10-23T06:19:25.458Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7e02fb09-9af1-4ff3-8db3-3ae8ad5edda2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-23T06:19:25.460Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.460Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T06:19:25.460Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:19:25.460Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.460Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T06:19:25.461Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:19:25.461Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.461Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-23T06:19:25.461Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-23T06:19:25.461Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-23T06:19:25.461Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=156bef80-2f6f-400a-830c-17bc75d3c0d0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T06:19:25.463Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.463Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T06:19:25.463Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:19:25.463Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.464Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T06:19:25.464Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=24243994-13a5-4d58-87d6-232e54f0a563
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:19:25.465Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.466Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:25.466Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a929a3d1-80ef-40aa-b8aa-335dc756da84: basic_vm
2022-10-23T06:19:25.466Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.466Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:25.466Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.466Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:25.466Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.467Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:25.467Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.467Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:25.467Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:19:25.467Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:19:25.467Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:19:25.539Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5bbfd060-5936-4fc9-bb5d-4be1edca96e6 1 ASDC deployResourceStructure
2022-10-23T06:19:25.540Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-23T06:19:25.540Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-23T06:19:25.540Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:19:25.540Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:25.542Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:25.542Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505965540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:19:25.642Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:25.643Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:25.643Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:25.654Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:25.655Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:26.545Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-23T06:19:26.546Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-23T06:19:26.546Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:19:26.546Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:26.558Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:26.559Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505966544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:19:26.657Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-23T06:19:26.658Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:26.658Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:26.670Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:26.671Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:27.560Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-23T06:19:27.561Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-23T06:19:27.561Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:19:27.561Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:27.563Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:27.563Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505967560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-23T06:19:27.664Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T06:19:27.666Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:27.666Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:27.680Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:27.680Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:28.568Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-23T06:19:28.569Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-23T06:19:28.569Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:19:28.569Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:28.571Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:28.571Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505968568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:19:28.671Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:19:28.672Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:28.672Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:28.683Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:28.683Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:19:29.576Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a2d5333-a9e5-4614-96e4-da40f5f69b7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:19:29.588Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a2d5333-a9e5-4614-96e4-da40f5f69b7a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:19:29.590Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:19:29.591Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:19:29.591Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:19:29.591Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:19:29.591Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:19:29.591Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:19:29.592Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:19:29.592Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:19:29.592Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:19:29.592Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:19:29.598Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:19:59.599Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a2d5333-a9e5-4614-96e4-da40f5f69b7a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:19:59.610Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a2d5333-a9e5-4614-96e4-da40f5f69b7a and serviceModelVersionId: a929a3d1-80ef-40aa-b8aa-335dc756da84
2022-10-23T06:19:59.611Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 16dd5972-e4b3-41e1-81d5-a4f82b094f5a
2022-10-23T06:19:59.612Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/16dd5972-e4b3-41e1-81d5-a4f82b094f5a/model-vers/model-ver/a929a3d1-80ef-40aa-b8aa-335dc756da84?depth=0
2022-10-23T06:19:59.619Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:19:59.673Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dd5972-e4b3-41e1-81d5-a4f82b094f5a/model-vers/model-ver/a929a3d1-80ef-40aa-b8aa-335dc756da84?depth=0|INFO|500||Invoke
2022-10-23T06:19:59.674Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dd5972-e4b3-41e1-81d5-a4f82b094f5a/model-vers/model-ver/a929a3d1-80ef-40aa-b8aa-335dc756da84?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dd5972-e4b3-41e1-81d5-a4f82b094f5a/model-vers/model-ver/a929a3d1-80ef-40aa-b8aa-335dc756da84?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5a2d5333-a9e5-4614-96e4-da40f5f69b7a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c781555-7d14-4dc6-8f9b-b51c027d23b9], X-ECOMP-RequestID=[5a2d5333-a9e5-4614-96e4-da40f5f69b7a], X-TransactionId=[], X-ONAP-RequestID=[5a2d5333-a9e5-4614-96e4-da40f5f69b7a], Content-Type=[application/merge-patch+json]}
2022-10-23T06:19:59.694Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dd5972-e4b3-41e1-81d5-a4f82b094f5a/model-vers/model-ver/a929a3d1-80ef-40aa-b8aa-335dc756da84?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-23T06:19:59.777Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dd5972-e4b3-41e1-81d5-a4f82b094f5a/model-vers/model-ver/a929a3d1-80ef-40aa-b8aa-335dc756da84?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/16dd5972-e4b3-41e1-81d5-a4f82b094f5a/model-vers/model-ver/a929a3d1-80ef-40aa-b8aa-335dc756da84?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-06:19:59:797-27045], vertex-id=[221328], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:19:59 GMT], Content-Type=[application/json]}
2022-10-23T06:19:59.778Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dd5972-e4b3-41e1-81d5-a4f82b094f5a/model-vers/model-ver/a929a3d1-80ef-40aa-b8aa-335dc756da84?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:19:59.778Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dd5972-e4b3-41e1-81d5-a4f82b094f5a/model-vers/model-ver/a929a3d1-80ef-40aa-b8aa-335dc756da84?depth=0|INFO|500||InvokeReturn
2022-10-23T06:19:59.779Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:19:59.780Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:19:59.787Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T06:19:59.787Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a2d5333-a9e5-4614-96e4-da40f5f69b7a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:19:59.788Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:19:59.788Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:19:59.795Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:19:59.795Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505999788,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:19:59.892Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-23T06:19:59.894Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:19:59.894Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:19:59.907Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:19:59.908Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:20:00.815Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:20:00.816Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:20:00.816Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:20:10.372Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:20:10.373Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:20:10.374Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:20:10.374Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:20:19.915Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:20:19.916Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:20:19.917Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:20:19.917Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:20:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:20:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:20:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:20:24.771Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:20:24.772Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.772Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:20:24.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:20:24.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505907651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505910117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505911208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505912252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:20:24.776Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.776Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.776Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505913320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:20:24.776Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.776Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.776Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505914368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:20:24.777Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.777Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.777Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505915510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-23T06:20:24.777Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505916514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-23T06:20:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505917540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:20:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505918548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:20:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505919570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-23T06:20:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505920581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:20:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de46afa9-4ac2-4e12-aa79-c5f305bb08cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505951788,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:20:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:20:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:20:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:20:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:20:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:20:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:20:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:20:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:20:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-23T06:20:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:20:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:20:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:20:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505894017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:20:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:20:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505959976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:20:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.785Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505962308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:20:24.785Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.785Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.785Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505963386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:20:24.785Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:24.785Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:20:24.785Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505964440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:20:24.785Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:20:29.483Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:20:29.483Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:20:29.484Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:20:29.484Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:20:39.050Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:20:39.051Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:20:39.051Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:20:39.051Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:20:48.595Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:21:24.742Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:21:24.744Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:21:24.745Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:21:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:21:24.746Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:21:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:21:25.272Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:21:25.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:21:25.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505965540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:21:25.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:21:25.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:21:25.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505966544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:21:25.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:21:25.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:21:25.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505967560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-23T06:21:25.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:21:25.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:21:25.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505968568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:21:25.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:21:25.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:21:25.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2d5333-a9e5-4614-96e4-da40f5f69b7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666505999788,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:21:25.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:21:34.325Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:22:24.742Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:22:24.743Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:22:24.743Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:22:24.744Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:22:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:22:24.745Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:22:34.304Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:22:34.317Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:23:24.741Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:23:24.742Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:23:24.743Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:23:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:23:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:23:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:23:34.282Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:23:34.282Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:24:24.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:24:24.742Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:24:24.742Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:24:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:24:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:24:24.745Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:24:34.284Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:24:34.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:25:24.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:25:24.743Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:25:24.743Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:25:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:25:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:25:24.746Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:25:34.313Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:25:34.325Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:26:24.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:26:24.742Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:26:24.743Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:26:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:26:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:26:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:26:34.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:26:34.353Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:27:24.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:27:24.743Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:27:24.743Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:27:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:27:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:27:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:27:34.297Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:27:34.302Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:28:24.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:28:24.742Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:28:24.742Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:28:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:28:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:28:24.745Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:28:34.288Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:28:34.293Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:29:24.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:29:24.742Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:29:24.743Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:29:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:29:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:29:24.745Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:29:34.284Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:29:34.288Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:30:24.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:30:24.742Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:30:24.742Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:30:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:30:24.746Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:30:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:30:34.288Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:30:34.289Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:31:24.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:31:24.743Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:31:24.743Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:31:24.745Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:31:24.745Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:31:24.745Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:31:34.317Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:31:34.317Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:32:24.741Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:32:24.743Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:32:24.743Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:32:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:32:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:32:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:32:34.292Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:32:34.292Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:33:24.742Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:33:24.743Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:33:24.743Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:33:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:33:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:33:24.745Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:33:34.316Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:33:34.316Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:34:24.741Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:34:24.742Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:34:24.742Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:34:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:34:24.746Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:34:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:34:34.284Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:34:34.284Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:35:24.741Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:35:24.743Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:35:24.743Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:35:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:35:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:35:24.745Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:35:34.300Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:35:34.307Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:24.741Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:36:24.742Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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-10-23T06:36:24.742Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:36:24.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:36:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:36:24.745Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:24.907Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:24.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506956792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506956792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506959932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506956792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506959932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506962372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506956792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506959932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506962372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:36:24.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506956792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506959932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506962372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:36:24.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506956792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506959932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506962372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506956792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506959932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506962372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-23T06:36:24.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506956792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506966021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506959932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506962372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-23T06:36:24.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506956792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506966021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506959932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506962372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-23T06:36:24.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506956792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:36:24.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506966021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506959932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506962372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506966021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506969594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:24.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:36:24.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506959932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506969166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506962372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506966021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506969166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506962372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506966021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506969166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506973147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:24.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:36:24.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "cds",
  "timestamp": 1666506972187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:36:24.949Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e8a77d7-cfca-4547-8697-47ba7d042739
2022-10-23T06:36:24.949Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8a77d7-cfca-4547-8697-47ba7d042739 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:36:24.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506966021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506969166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506974220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:24.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:36:24.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506966021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506969166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "cds",
  "timestamp": 1666506973191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506975275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:24.970Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:36:24.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506966021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506969166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "cds",
  "timestamp": 1666506973191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506976339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:24.973Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:36:24.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506966021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:36:24.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506969166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "cds",
  "timestamp": 1666506973191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506977407,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:36:24.983Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e8a77d7-cfca-4547-8697-47ba7d042739
2022-10-23T06:36:24.983Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8a77d7-cfca-4547-8697-47ba7d042739 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:36:24.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506976766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:24.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:36:24.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506969166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "cds",
  "timestamp": 1666506973191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506978411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506969166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "cds",
  "timestamp": 1666506973191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506969166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:36:24.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "cds",
  "timestamp": 1666506973191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506979156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "cds",
  "timestamp": 1666506973191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506979951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:24.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506980160,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:36:24.999Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e8a77d7-cfca-4547-8697-47ba7d042739
2022-10-23T06:36:24.999Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8a77d7-cfca-4547-8697-47ba7d042739 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:36:25.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:25.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506979932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:25.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:25.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:25.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "cds",
  "timestamp": 1666506973191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:36:25.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:25.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:25.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506979932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:25.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:25.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506982372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "cds",
  "timestamp": 1666506982023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506979932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506982372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:36:25.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "cds",
  "timestamp": 1666506983230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:36:25.030Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63
2022-10-23T06:36:25.030Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:36:25.389Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:25.390Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T06:36:25.390Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e8a77d7-cfca-4547-8697-47ba7d042739","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"be439e3a-6121-4284-8e3b-b7db91d4a886","serviceDescription":"service","serviceInvariantUUID":"c7fa6655-a6cc-49c2-9627-ac53a9efd9c2","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fcfa12d8-d4c0-43e4-97f5-7149f41f4a21","resourceInvariantUUID":"02cb30f2-7a94-4827-b0ab-8704a28da69d","resourceCustomizationUUID":"28b677ee-68f0-4da4-9a15-b1a4002b2881","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":"Yjg2MzZlZTQ5Njc0ODhhYTk4ZmI5YzBiNmFkYjkwYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4225bbcb-e14a-4469-afec-af8ba618cf31","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":"MjQ4ZWMwNGYzYTQxZjk1MTczZmVlZWZiM2I5YjIxZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ef27d31-7f8c-42b8-a2a6-0323082ea70d","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":"a8e3d4f0-9cbb-4fba-902a-2e791512d369","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":"0dcd03d4-6a7e-4e64-86bb-2441f6ffef6e","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":"b14dcb8b-793a-473b-a237-0ac13aae015f","artifactVersion":"2","generatedFromUUID":"d4e024a8-533b-49db-9cae-fe41eaba3a0a"},{"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":"a404077e-f018-48d4-8085-1753ed687fc3","artifactVersion":"2","generatedFromUUID":"a8e3d4f0-9cbb-4fba-902a-2e791512d369"},{"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":"d4e024a8-533b-49db-9cae-fe41eaba3a0a","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":"05b4f119-c4b6-47f1-aafe-5bcc40919af9","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":"MjlkM2JhY2RlZDFmOTE3MWY4ZjEzMDFjZTE3NWQ4ZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3b2bab4-6857-4ee3-89c8-8fef5583c591","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGNjNDNmODcwNjBjOWZmZTZiNjVlNmU2MzQ0NDU3NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c08d5c2-c108-48c7-bc22-8b170aef1e05","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T06:36:25.393Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:36:25.393Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:25.397Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:25.397Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:25.498Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:25.499Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:25.499Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:25.510Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:25.510Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:26.400Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:36:26.401Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:26.404Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:26.404Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:36:26.503Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:36:26.504Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:26.505Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:26.516Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:26.517Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:27.404Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:36:27.405Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:27.407Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:27.407Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:36:27.507Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:27.508Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:27.508Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:27.517Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:27.517Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:28.408Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:36:28.409Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:28.412Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:28.412Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:28.512Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:36:28.512Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:28.512Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:28.523Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:28.523Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:29.413Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:36:29.413Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:29.415Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:29.416Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-23T06:36:29.516Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:29.517Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:29.517Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:29.552Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:29.552Z||pool-93-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:30.416Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:36:30.417Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:30.419Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:30.419Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-23T06:36:30.520Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:36:30.520Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:30.520Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:30.531Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:30.531Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:36:31.420Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:36:31.421Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:31.422Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:31.422Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-23T06:36:31.523Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:31.524Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:31.524Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:31.535Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:31.536Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:32.423Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:36:32.423Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:32.425Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:32.425Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:32.525Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:32.526Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:32.526Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:32.536Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:32.537Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:33.426Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:36:33.426Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:33.429Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:33.429Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:36:33.529Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:33.530Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:33.530Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:33.540Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:33.540Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:34.429Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:36:34.436Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:34.438Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:34.439Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:36:34.539Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:34.539Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:34.540Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:34.552Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:34.552Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:35.440Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "be439e3a-6121-4284-8e3b-b7db91d4a886",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c7fa6655-a6cc-49c2-9627-ac53a9efd9c2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "28b677ee-68f0-4da4-9a15-b1a4002b2881",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fcfa12d8-d4c0-43e4-97f5-7149f41f4a21",
      "resourceInvariantUUID": "02cb30f2-7a94-4827-b0ab-8704a28da69d",
      "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": "MjQ4ZWMwNGYzYTQxZjk1MTczZmVlZWZiM2I5YjIxZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ef27d31-7f8c-42b8-a2a6-0323082ea70d",
          "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": "a8e3d4f0-9cbb-4fba-902a-2e791512d369",
          "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": "a404077e-f018-48d4-8085-1753ed687fc3",
            "generatedFromUUID": "a8e3d4f0-9cbb-4fba-902a-2e791512d369"
          },
          "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": "b14dcb8b-793a-473b-a237-0ac13aae015f",
          "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": "a404077e-f018-48d4-8085-1753ed687fc3",
          "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": "d4e024a8-533b-49db-9cae-fe41eaba3a0a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGNjNDNmODcwNjBjOWZmZTZiNjVlNmU2MzQ0NDU3NzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c08d5c2-c108-48c7-bc22-8b170aef1e05"
    }
  ],
  "workloadContext": "Production"
}
2022-10-23T06:36:35.440Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T06:36:35.440Z|5a2d5333-a9e5-4614-96e4-da40f5f69b7a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 be439e3a-6121-4284-8e3b-b7db91d4a886 ASDC
2022-10-23T06:36:35.441Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4e8a77d7-cfca-4547-8697-47ba7d042739
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:be439e3a-6121-4284-8e3b-b7db91d4a886
ServiceInvariantUUID:c7fa6655-a6cc-49c2-9627-ac53a9efd9c2
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:8c08d5c2-c108-48c7-bc22-8b170aef1e05
ArtifactChecksum:ZGNjNDNmODcwNjBjOWZmZTZiNjVlNmU2MzQ0NDU3NzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:28b677ee-68f0-4da4-9a15-b1a4002b2881
ResourceInvariantUUID:02cb30f2-7a94-4827-b0ab-8704a28da69d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fcfa12d8-d4c0-43e4-97f5-7149f41f4a21
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:6ef27d31-7f8c-42b8-a2a6-0323082ea70d
ArtifactChecksum:MjQ4ZWMwNGYzYTQxZjk1MTczZmVlZWZiM2I5YjIxZmI=
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:a8e3d4f0-9cbb-4fba-902a-2e791512d369
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:a404077e-f018-48d4-8085-1753ed687fc3
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:b14dcb8b-793a-473b-a237-0ac13aae015f
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:a404077e-f018-48d4-8085-1753ed687fc3
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:d4e024a8-533b-49db-9cae-fe41eaba3a0a
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-23T06:36:35.441Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be439e3a-6121-4284-8e3b-b7db91d4a886 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:36:35.476Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:36:35.478Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:36:35.478Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:36:35.478Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c08d5c2-c108-48c7-bc22-8b170aef1e05 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:35.478Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:36:35.479Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:35.551Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:36:35.558Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8c08d5c2-c108-48c7-bc22-8b170aef1e05 162976
2022-10-23T06:36:35.563Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-23T06:36:35.563Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:35.564Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:36:35.564Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:35.566Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:35.566Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506995559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:35.667Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T06:36:35.668Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:35.668Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:35.678Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:35.679Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:36.566Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:36:36.568Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:36:36.568Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8c08d5c2-c108-48c7-bc22-8b170aef1e05, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:36.569Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-23T06:36:36.570Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:36.570Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:36.713Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7547969542866981472/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-10-23T06:36:37.940Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T06:36:37.941Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:36:37.941Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:37.941Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-23T06:36:37.941Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:37.941Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:37.941Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:37.941Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:37.941Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:36:37.941Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.942Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:37.942Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-23T06:36:37.942Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:36:37.942Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:36:37.942Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.943Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:37.943Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-23T06:36:37.943Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:36:37.943Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:36:37.943Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.943Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:37.943Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.944Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-23T06:36:37.944Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-23T06:36:37.944Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-23T06:36:37.944Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-23T06:36:37.944Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.944Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:36:37.945Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.945Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-23T06:36:37.945Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:36:37.945Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.945Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-23T06:36:37.945Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:36:37.946Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.946Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-23T06:36:37.946Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:36:37.946Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.946Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-23T06:36:37.946Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:36:37.946Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.946Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-23T06:36:37.947Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-23T06:36:37.947Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=fd598b56-c9e5-4ea4-954f-92489632880e
2022-10-23T06:36:37.947Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.947Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:37.947Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.947Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:37.947Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.948Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:37.948Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:37.948Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:37.948Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:be439e3a-6121-4284-8e3b-b7db91d4a886
Model Version:NULL
Model InvariantUuid:c7fa6655-a6cc-49c2-9627-ac53a9efd9c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a1f6db8c-fe28-4f6b-b771-85b58967be02
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02cb30f2-7a94-4827-b0ab-8704a28da69d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:28b677ee-68f0-4da4-9a15-b1a4002b2881
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9b318adc-275c-4b01-98d2-5261f3865a1d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:1650cacd-95b8-4163-84fe-5fedb47b51b7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:ae0381ac-1fde-468b-abed-d3d274416913
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:a2ba8a4a-211c-4a8f-81d1-da5f9ab06ccf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fd598b56-c9e5-4ea4-954f-92489632880e
ModelInvariantUuid:6b0fc599-2364-422a-9932-4615f8b6c198
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:46a0a3c5-83b7-45bd-83aa-b93428feadcb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:7c2560a4-11ea-4376-be77-17830e718870
ModelInvariantUuid:6163773d-8754-4aa9-aacf-947c4f5cba2c
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:1eefda04-4239-4ad1-89f5-9f6e04fa1d31
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T06:36:37.955Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: fcfa12d8-d4c0-43e4-97f5-7149f41f4a21
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:36:37.960Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-10-23T06:36:37.960Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fcfa12d8-d4c0-43e4-97f5-7149f41f4a21
2022-10-23T06:36:37.960Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ef27d31-7f8c-42b8-a2a6-0323082ea70d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-23T06:36:37.960Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:36:37.961Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-23T06:36:38.011Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:36:38.012Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 6ef27d31-7f8c-42b8-a2a6-0323082ea70d 1565
2022-10-23T06:36:38.012Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-10-23T06:36:38.012Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-23T06:36:38.012Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:36:38.013Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:38.015Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:38.015Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506998012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:38.115Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:38.116Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:38.116Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:38.131Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:38.132Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:39.015Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ae0381ac-1fde-468b-abed-d3d274416913",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2ba8a4a-211c-4a8f-81d1-da5f9ab06ccf",
    "vfModuleModelCustomizationUUID": "76449429-b634-4917-9c03-ef440c1e408c",
    "isBase": true,
    "artifacts": [
      "a8e3d4f0-9cbb-4fba-902a-2e791512d369",
      "a404077e-f018-48d4-8085-1753ed687fc3"
    ],
    "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": "9b318adc-275c-4b01-98d2-5261f3865a1d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1650cacd-95b8-4163-84fe-5fedb47b51b7",
    "vfModuleModelCustomizationUUID": "1dae5edb-abff-4046-835d-7fa903f76c52",
    "isBase": false,
    "artifacts": [
      "d4e024a8-533b-49db-9cae-fe41eaba3a0a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T06:36:39.020Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2ba8a4a-211c-4a8f-81d1-da5f9ab06ccf
VfModuleModelInvariantUUID:ae0381ac-1fde-468b-abed-d3d274416913
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8e3d4f0-9cbb-4fba-902a-2e791512d369
,
a404077e-f018-48d4-8085-1753ed687fc3

}
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:1650cacd-95b8-4163-84fe-5fedb47b51b7
VfModuleModelInvariantUUID:9b318adc-275c-4b01-98d2-5261f3865a1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4e024a8-533b-49db-9cae-fe41eaba3a0a

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

isBase:false


}

2022-10-23T06:36:39.021Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ae0381ac-1fde-468b-abed-d3d274416913",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2ba8a4a-211c-4a8f-81d1-da5f9ab06ccf",
    "vfModuleModelCustomizationUUID": "76449429-b634-4917-9c03-ef440c1e408c",
    "isBase": true,
    "artifacts": [
      "a8e3d4f0-9cbb-4fba-902a-2e791512d369",
      "a404077e-f018-48d4-8085-1753ed687fc3"
    ],
    "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": "9b318adc-275c-4b01-98d2-5261f3865a1d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1650cacd-95b8-4163-84fe-5fedb47b51b7",
    "vfModuleModelCustomizationUUID": "1dae5edb-abff-4046-835d-7fa903f76c52",
    "isBase": false,
    "artifacts": [
      "d4e024a8-533b-49db-9cae-fe41eaba3a0a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T06:36:39.022Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2ba8a4a-211c-4a8f-81d1-da5f9ab06ccf
VfModuleModelInvariantUUID:ae0381ac-1fde-468b-abed-d3d274416913
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8e3d4f0-9cbb-4fba-902a-2e791512d369
,
a404077e-f018-48d4-8085-1753ed687fc3

}
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:1650cacd-95b8-4163-84fe-5fedb47b51b7
VfModuleModelInvariantUUID:9b318adc-275c-4b01-98d2-5261f3865a1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4e024a8-533b-49db-9cae-fe41eaba3a0a

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

isBase:false


}

2022-10-23T06:36:39.022Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a8e3d4f0-9cbb-4fba-902a-2e791512d369 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-23T06:36:39.022Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:36:39.022Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-23T06:36:39.103Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:36:39.103Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml a8e3d4f0-9cbb-4fba-902a-2e791512d369 914
2022-10-23T06:36:39.104Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-10-23T06:36:39.104Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-23T06:36:39.104Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:36:39.104Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:39.109Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:39.110Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506999103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:39.210Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:39.211Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:39.211Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:39.220Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:39.220Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:40.110Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b14dcb8b-793a-473b-a237-0ac13aae015f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-23T06:36:40.111Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:36:40.111Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-23T06:36:40.185Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:36:40.188Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b14dcb8b-793a-473b-a237-0ac13aae015f 12
2022-10-23T06:36:40.188Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-10-23T06:36:40.188Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-23T06:36:40.188Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:36:40.188Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:40.190Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:40.191Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507000188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:40.290Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:36:40.291Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:40.292Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:40.303Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:40.304Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:41.192Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a404077e-f018-48d4-8085-1753ed687fc3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-23T06:36:41.195Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:36:41.196Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-23T06:36:41.266Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:36:41.269Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a404077e-f018-48d4-8085-1753ed687fc3 96
2022-10-23T06:36:41.269Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-10-23T06:36:41.271Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-23T06:36:41.271Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:36:41.273Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:41.277Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:41.279Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507001269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:41.380Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T06:36:41.381Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:41.381Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:41.405Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:41.405Z||pool-103-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:42.279Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d4e024a8-533b-49db-9cae-fe41eaba3a0a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-23T06:36:42.280Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:36:42.281Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-23T06:36:42.322Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:36:42.323Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d4e024a8-533b-49db-9cae-fe41eaba3a0a 20206
2022-10-23T06:36:42.324Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-10-23T06:36:42.324Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-23T06:36:42.324Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:36:42.325Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:42.327Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:42.327Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507002324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:36:42.428Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T06:36:42.429Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:42.429Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:42.438Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:42.438Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:43.331Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: be439e3a-6121-4284-8e3b-b7db91d4a886
2022-10-23T06:36:43.331Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fcfa12d8-d4c0-43e4-97f5-7149f41f4a21 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:36:43.345Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67316925, org.onap.sdc.toscaparser.api.parameters.Input@19b06b5, org.onap.sdc.toscaparser.api.parameters.Input@73876771, org.onap.sdc.toscaparser.api.parameters.Input@46b27bd, org.onap.sdc.toscaparser.api.parameters.Input@68ff1e54]
2022-10-23T06:36:43.346Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.347Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:43.347Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-10-23T06:36:43.347Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 28b677ee-68f0-4da4-9a15-b1a4002b2881
2022-10-23T06:36:43.347Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 28b677ee-68f0-4da4-9a15-b1a4002b2881 matches Tosca VF Customization UUID: 28b677ee-68f0-4da4-9a15-b1a4002b2881
2022-10-23T06:36:43.347Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 28b677ee-68f0-4da4-9a15-b1a4002b2881  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-23T06:36:43.349Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.350Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:43.350Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 28b677ee-68f0-4da4-9a15-b1a4002b2881: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-10-23T06:36:43.350Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2477d0b2
2022-10-23T06:36:43.350Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.350Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:36:43.351Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1dae5edb-abff-4046-835d-7fa903f76c52
2022-10-23T06:36:43.351Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1dae5edb-abff-4046-835d-7fa903f76c52
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-23T06:36:43.353Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.353Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-23T06:36:43.353Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:36:43.354Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.354Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-23T06:36:43.354Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:36:43.354Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.354Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-23T06:36:43.354Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=28b677ee-68f0-4da4-9a15-b1a4002b2881
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:36:43.356Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.356Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:43.356Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid be439e3a-6121-4284-8e3b-b7db91d4a886: basic_cnf_macro
2022-10-23T06:36:43.356Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.356Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:43.357Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.357Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:43.357Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.357Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:43.357Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.357Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:43.357Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:36:43.358Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:36:43.358Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:36:43.395Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fcfa12d8-d4c0-43e4-97f5-7149f41f4a21 2 ASDC deployResourceStructure
2022-10-23T06:36:43.395Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-10-23T06:36:43.395Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-23T06:36:43.395Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:36:43.395Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:43.397Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:43.397Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507003395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:36:43.501Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-23T06:36:43.502Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:43.502Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:43.519Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:43.520Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:44.398Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-10-23T06:36:44.399Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-23T06:36:44.399Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:36:44.399Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:44.401Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:44.401Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507004398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:36:44.501Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:44.502Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:44.502Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:44.511Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:44.512Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:45.402Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-10-23T06:36:45.402Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-10-23T06:36:45.402Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-23T06:36:45.403Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:45.405Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:45.406Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507005402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-23T06:36:45.506Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:45.506Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:45.507Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:45.516Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:45.516Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:46.407Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-10-23T06:36:46.407Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-23T06:36:46.407Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:36:46.408Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:46.410Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:46.410Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507006407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-23T06:36:46.510Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:36:46.511Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:46.511Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:46.526Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:46.526Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:36:47.411Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-10-23T06:36:47.412Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-23T06:36:47.412Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-23T06:36:47.412Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:47.414Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:47.414Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507007411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-23T06:36:47.514Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:36:47.515Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:47.515Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:47.529Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:47.530Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:48.415Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-23T06:36:48.415Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-23T06:36:48.416Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:36:48.416Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:36:48.419Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:36:48.419Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507008415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:36:48.520Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T06:36:48.521Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:36:48.521Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:36:48.531Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:36:48.531Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:36:49.420Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:36:49.449Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:36:49.451Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:36:49.452Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:36:49.452Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:37:19.452Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:37:19.462Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:37:19.465Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:37:19.465Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:37:19.465Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:37:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:37:24.746Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:37:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:37:24.766Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:37:24.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:37:24.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506979932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:37:24.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:37:49.465Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:37:49.478Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:37:49.480Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:37:49.480Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:37:49.481Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:38:19.481Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:38:19.493Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:38:19.496Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:38:19.496Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:38:19.497Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:38:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:38:24.746Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:38:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:38:24.772Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:38:24.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:38:24.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506982372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:38:24.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:38:49.497Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:38:49.514Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:38:49.516Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:38:49.516Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:38:49.516Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:39:19.517Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:39:19.532Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:39:19.535Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:39:19.535Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:39:19.535Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:39:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:39:24.746Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:39:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:39:24.775Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:39:24.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506979932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506982372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:39:24.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506979932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506982372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-23T06:39:24.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:39:24.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506979932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506982372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506987051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:39:24.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666506979932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506982372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "aai-ml",
  "timestamp": 1666506988055,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:39:24.790Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e8a77d7-cfca-4547-8697-47ba7d042739
2022-10-23T06:39:24.790Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8a77d7-cfca-4547-8697-47ba7d042739 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:39:24.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-23T06:39:24.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506982372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:39:24.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-23T06:39:24.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506991122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:39:24.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-23T06:39:24.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506992217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:39:24.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506993264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:39:24.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506994294,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:39:24.807Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63
2022-10-23T06:39:24.808Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:39:24.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:39:24.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666506995299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:39:24.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506995559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:39:24.816Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506996021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506998012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:39:24.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506996021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506999103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:39:24.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506996021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507000188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:39:24.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506996021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "aai-ml",
  "timestamp": 1666506999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507001269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:39:24.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506996021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "aai-ml",
  "timestamp": 1666506999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507002324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:39:24.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506996021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "aai-ml",
  "timestamp": 1666506999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507003395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:39:24.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506996021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "aai-ml",
  "timestamp": 1666506999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507004398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:39:24.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666506996021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:39:24.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "aai-ml",
  "timestamp": 1666506999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507005402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-23T06:39:24.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507004752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:39:24.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "aai-ml",
  "timestamp": 1666506999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507006407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-23T06:39:24.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "aai-ml",
  "timestamp": 1666506999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507007411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-23T06:39:24.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "aai-ml",
  "timestamp": 1666506999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:39:24.826Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507007038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:39:24.826Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507008415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:39:24.826Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "aai-ml",
  "timestamp": 1666507007877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:39:24.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507008044,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:39:24.831Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63
2022-10-23T06:39:24.831Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:39:24.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "aai-ml",
  "timestamp": 1666507014569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:39:24.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:39:24.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "aai-ml",
  "timestamp": 1666507015574,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:39:24.843Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63
2022-10-23T06:39:24.843Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:39:24.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "cds",
  "timestamp": 1666507031791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507039932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666507042372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "cds",
  "timestamp": 1666507031791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507039932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666507042372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "cds",
  "timestamp": 1666507031791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:24.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-23T06:39:24.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507039932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:39:24.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:39:49.535Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:39:49.546Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:39:49.548Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:39:49.548Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:39:49.548Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:39:49.549Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:39:49.549Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:39:49.549Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:39:49.549Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:39:49.549Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:39:49.549Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:39:49.549Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:39:49.554Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:40:19.555Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e8a77d7-cfca-4547-8697-47ba7d042739 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:40:19.561Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e8a77d7-cfca-4547-8697-47ba7d042739 and serviceModelVersionId: be439e3a-6121-4284-8e3b-b7db91d4a886
2022-10-23T06:40:19.561Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7fa6655-a6cc-49c2-9627-ac53a9efd9c2
2022-10-23T06:40:19.562Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7fa6655-a6cc-49c2-9627-ac53a9efd9c2/model-vers/model-ver/be439e3a-6121-4284-8e3b-b7db91d4a886?depth=0
2022-10-23T06:40:19.568Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:40:19.613Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7fa6655-a6cc-49c2-9627-ac53a9efd9c2/model-vers/model-ver/be439e3a-6121-4284-8e3b-b7db91d4a886?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-23T06:40:19.615Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7fa6655-a6cc-49c2-9627-ac53a9efd9c2/model-vers/model-ver/be439e3a-6121-4284-8e3b-b7db91d4a886?depth=0|INFO|500||Invoke
2022-10-23T06:40:19.638Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7fa6655-a6cc-49c2-9627-ac53a9efd9c2/model-vers/model-ver/be439e3a-6121-4284-8e3b-b7db91d4a886?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-23T06:40:19.770Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7fa6655-a6cc-49c2-9627-ac53a9efd9c2/model-vers/model-ver/be439e3a-6121-4284-8e3b-b7db91d4a886?depth=0|INFO|500||InvokeReturn
2022-10-23T06:40:19.772Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7fa6655-a6cc-49c2-9627-ac53a9efd9c2/model-vers/model-ver/be439e3a-6121-4284-8e3b-b7db91d4a886?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221023-06:40:19:620-18772], vertex-id=[258160], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:40:19 GMT], Content-Type=[application/json]}
2022-10-23T06:40:19.772Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:40:19.772Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:40:19.772Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:40:19.779Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T06:40:19.780Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e8a77d7-cfca-4547-8697-47ba7d042739 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:40:19.780Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:40:19.781Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:19.784Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:19.784Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507219780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:40:19.884Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:40:19.885Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:19.885Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:19.899Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:19.899Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:40:20.795Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T06:40:20.796Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"99f55fb4-f27d-4bcc-a7b6-e9e596a39f63","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d25a0ae2-da03-4639-8820-a4f1e7097b91","serviceDescription":"service","serviceInvariantUUID":"322f915d-eaba-4ce4-9410-18857cd36a3c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e23ac5eb-65fc-490a-8fab-fad50a01f006","resourceInvariantUUID":"96c5a58d-c6c2-4c42-9a37-26e50845e420","resourceCustomizationUUID":"a5f04153-dd43-4558-a9b0-53e1b4cb1444","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":"ZTM4MmZhNDNhOTJjMzgwMDc5YzNiZWQzNWNmZDk4MjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b479d547-82ee-4dbf-aadd-70d62da1b241","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":"YmQwODUyNzI5OTY3YjI0NjI5NWQxNzRhNTNkMDNmNTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0757ad4d-58e2-4aa2-afd5-ebe5579f6a9a","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":"3ce2d417-20c8-4038-8ea9-4fd55df85b75","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":"ca799ff2-e7c8-4e11-b37c-58f974862ce6","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":"249af207-d3de-4134-9685-3fa23846709a","artifactVersion":"2","generatedFromUUID":"3ce2d417-20c8-4038-8ea9-4fd55df85b75"},{"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":"NjNjZjg4OWZmMWI3MTM4YWUzOTBkYTc3MmViMTlhNjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e77a3fbf-a6e1-4eaf-968b-bec5d15358ba","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":"YTUwODg3ZmQ4YjRjOWYxODRkMjViNWRkZTc0ZjA0ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6bbd8d3-aff6-4c7f-a9e3-292ec0bdc646","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjIxN2I3MTlmNzcwMWUyNDY4OGFiNWQyN2Q5NmEzNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c02eee4-f6e7-4fde-a137-f6c187c8533e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T06:40:20.796Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:40:20.797Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:20.798Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:20.798Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:20.898Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:40:20.899Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:20.899Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:20.909Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:20.909Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:21.799Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:40:21.799Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:21.801Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:21.801Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:40:21.901Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:40:21.902Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:21.902Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:21.913Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:21.913Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:22.801Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:40:22.802Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:22.804Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:22.804Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:40:22.904Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:40:22.904Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:22.905Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:22.915Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:22.916Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:23.804Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:40:23.805Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:23.807Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:23.807Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:23.907Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:40:23.908Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:23.908Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:23.919Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:23.919Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:40:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:40:24.746Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:40:24.776Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:24.777Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.777Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666507042372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "cds",
  "timestamp": 1666507031791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.778Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507039932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666507042372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "cds",
  "timestamp": 1666507031791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.779Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507039932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666507042372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "cds",
  "timestamp": 1666507031791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507039932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.780Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666507042372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "cds",
  "timestamp": 1666507031791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507039932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666507042372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.781Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "cds",
  "timestamp": 1666507031791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507039932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666507042372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "cds",
  "timestamp": 1666507031791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.782Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507039932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666507042372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507050292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "cds",
  "timestamp": 1666507050306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:40:24.783Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507051325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:40:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:40:24.784Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.785Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "cds",
  "timestamp": 1666507051536,
  "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-10-23T06:40:24.798Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff855c23-98bb-4af8-8b5e-3d99bbf53156
2022-10-23T06:40:24.798Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff855c23-98bb-4af8-8b5e-3d99bbf53156 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:40:24.805Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.805Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666507052330,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:40:24.807Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:40:24.808Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:24.809Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ff855c23-98bb-4af8-8b5e-3d99bbf53156
2022-10-23T06:40:24.809Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff855c23-98bb-4af8-8b5e-3d99bbf53156 and ComponentName 
2022-10-23T06:40:24.809Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:24.809Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:40:24.820Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.820Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507056021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.820Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.820Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.820Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507056021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507056021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507056021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507059165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.821Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507056021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507059165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507056021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507059165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.822Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507056021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507059165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507056021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507059165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.823Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507056021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507059165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507065758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507059165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.824Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507059165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:24.825Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.825Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.825Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507067608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:40:24.825Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:40:24.825Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.825Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507059165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:40:24.825Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:40:24.825Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.825Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666507068611,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:40:24.830Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff855c23-98bb-4af8-8b5e-3d99bbf53156
2022-10-23T06:40:24.830Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff855c23-98bb-4af8-8b5e-3d99bbf53156 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:40:24.837Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.837Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507068933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:40:24.837Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:40:24.837Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.837Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507073588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:40:24.837Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:40:24.837Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:40:24.838Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "aai-ml",
  "timestamp": 1666507074591,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:40:24.841Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff855c23-98bb-4af8-8b5e-3d99bbf53156
2022-10-23T06:40:24.841Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff855c23-98bb-4af8-8b5e-3d99bbf53156 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:40:24.909Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:40:24.910Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:24.910Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:24.920Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:24.920Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:25.810Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:40:25.810Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:25.812Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:25.812Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:25.912Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:40:25.913Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:25.913Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:25.924Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:25.925Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:26.813Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:40:26.813Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:26.815Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:26.815Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:40:26.915Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:40:26.916Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:26.916Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:26.927Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:26.927Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:27.815Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:40:27.817Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:27.819Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:27.819Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:40:27.919Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:40:27.920Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:27.920Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:27.932Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:27.932Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:40:28.820Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d25a0ae2-da03-4639-8820-a4f1e7097b91",
  "serviceDescription": "service",
  "serviceInvariantUUID": "322f915d-eaba-4ce4-9410-18857cd36a3c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a5f04153-dd43-4558-a9b0-53e1b4cb1444",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e23ac5eb-65fc-490a-8fab-fad50a01f006",
      "resourceInvariantUUID": "96c5a58d-c6c2-4c42-9a37-26e50845e420",
      "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": "YmQwODUyNzI5OTY3YjI0NjI5NWQxNzRhNTNkMDNmNTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0757ad4d-58e2-4aa2-afd5-ebe5579f6a9a",
          "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": "3ce2d417-20c8-4038-8ea9-4fd55df85b75",
          "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": "249af207-d3de-4134-9685-3fa23846709a",
            "generatedFromUUID": "3ce2d417-20c8-4038-8ea9-4fd55df85b75"
          },
          "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": "249af207-d3de-4134-9685-3fa23846709a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MjIxN2I3MTlmNzcwMWUyNDY4OGFiNWQyN2Q5NmEzNzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c02eee4-f6e7-4fde-a137-f6c187c8533e"
    }
  ],
  "workloadContext": "Production"
}
2022-10-23T06:40:28.820Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T06:40:28.820Z|4e8a77d7-cfca-4547-8697-47ba7d042739|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d25a0ae2-da03-4639-8820-a4f1e7097b91 ASDC
2022-10-23T06:40:28.821Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:99f55fb4-f27d-4bcc-a7b6-e9e596a39f63
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d25a0ae2-da03-4639-8820-a4f1e7097b91
ServiceInvariantUUID:322f915d-eaba-4ce4-9410-18857cd36a3c
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:6c02eee4-f6e7-4fde-a137-f6c187c8533e
ArtifactChecksum:MjIxN2I3MTlmNzcwMWUyNDY4OGFiNWQyN2Q5NmEzNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a5f04153-dd43-4558-a9b0-53e1b4cb1444
ResourceInvariantUUID:96c5a58d-c6c2-4c42-9a37-26e50845e420
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e23ac5eb-65fc-490a-8fab-fad50a01f006
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:0757ad4d-58e2-4aa2-afd5-ebe5579f6a9a
ArtifactChecksum:YmQwODUyNzI5OTY3YjI0NjI5NWQxNzRhNTNkMDNmNTg=
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:3ce2d417-20c8-4038-8ea9-4fd55df85b75
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:249af207-d3de-4134-9685-3fa23846709a
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:249af207-d3de-4134-9685-3fa23846709a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-23T06:40:28.821Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d25a0ae2-da03-4639-8820-a4f1e7097b91 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:40:28.856Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:40:28.856Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:40:28.857Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:40:28.857Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6c02eee4-f6e7-4fde-a137-f6c187c8533e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-23T06:40:28.857Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:40:28.857Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-23T06:40:29.137Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:40:29.141Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6c02eee4-f6e7-4fde-a137-f6c187c8533e 82619
2022-10-23T06:40:29.141Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-23T06:40:29.141Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-23T06:40:29.142Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:40:29.142Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:29.144Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:29.145Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507229141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:40:29.244Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:40:29.245Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:29.246Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:29.256Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:29.256Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:40:30.148Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:40:30.148Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:40:30.149Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6c02eee4-f6e7-4fde-a137-f6c187c8533e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-23T06:40:30.149Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-23T06:40:30.149Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-23T06:40:30.150Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-23T06:40:30.260Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14550735815422137510/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-23T06:40:31.394Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T06:40:31.394Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:40:31.394Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-23T06:40:31.395Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-23T06:40:31.395Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-23T06:40:31.395Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-23T06:40:31.395Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-23T06:40:31.395Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-23T06:40:31.395Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-23T06:40:31.395Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-23T06:40:31.395Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-23T06:40:31.395Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:40:31.396Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.396Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:31.396Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-23T06:40:31.396Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:40:31.397Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:40:31.397Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.397Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:31.397Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-23T06:40:31.397Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:40:31.397Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:40:31.397Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.398Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:31.398Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.398Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-23T06:40:31.398Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-23T06:40:31.398Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-23T06:40:31.398Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-23T06:40:31.398Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-23T06:40:31.398Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-23T06:40:31.399Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.399Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:40:31.399Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.399Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-23T06:40:31.399Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:40:31.399Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.400Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-23T06:40:31.400Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:40:31.400Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.400Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-23T06:40:31.400Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:40:31.400Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.401Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-23T06:40:31.401Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-23T06:40:31.401Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-23T06:40:31.401Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d87054d6-254f-47ba-93b8-6b1ec10a8071
2022-10-23T06:40:31.401Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.401Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:31.401Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.401Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:31.402Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.402Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:31.402Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:31.402Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:31.402Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d25a0ae2-da03-4639-8820-a4f1e7097b91
Model Version:NULL
Model InvariantUuid:322f915d-eaba-4ce4-9410-18857cd36a3c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:3caaaee1-bb58-4c9b-9c36-59e939859664
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:96c5a58d-c6c2-4c42-9a37-26e50845e420
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5f04153-dd43-4558-a9b0-53e1b4cb1444
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ebab853-4cde-4af3-92d0-dc820e0c0410
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:788c8e5b-8d47-421f-b7d4-714e450ab41b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d87054d6-254f-47ba-93b8-6b1ec10a8071
ModelInvariantUuid:5f1079a7-36fd-4aa8-b8ff-a24af9e4c096
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8098cc8d-f857-4e58-ad2a-1526f502bd4b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8a13fe4a-d610-4211-8bbd-db445574ff3d
ModelInvariantUuid:3f9b5dcb-d2a7-4f3a-bcfe-069dab8fedac
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:46aae14b-a8af-41a2-b483-1501b2690900
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T06:40:31.409Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e23ac5eb-65fc-490a-8fab-fad50a01f006
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:40:31.411Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-10-23T06:40:31.412Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e23ac5eb-65fc-490a-8fab-fad50a01f006
2022-10-23T06:40:31.412Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0757ad4d-58e2-4aa2-afd5-ebe5579f6a9a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-23T06:40:31.412Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:40:31.412Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-23T06:40:31.452Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:40:31.453Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0757ad4d-58e2-4aa2-afd5-ebe5579f6a9a 792
2022-10-23T06:40:31.453Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-10-23T06:40:31.453Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-23T06:40:31.453Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:40:31.453Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:31.455Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:31.455Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507231453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:40:31.555Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:40:31.556Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:31.557Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:31.567Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:31.567Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:32.456Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3ebab853-4cde-4af3-92d0-dc820e0c0410",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "788c8e5b-8d47-421f-b7d4-714e450ab41b",
    "vfModuleModelCustomizationUUID": "b7cc0fff-c23a-4052-a82e-ff2eeae54013",
    "isBase": true,
    "artifacts": [
      "3ce2d417-20c8-4038-8ea9-4fd55df85b75",
      "249af207-d3de-4134-9685-3fa23846709a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T06:40:32.460Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:788c8e5b-8d47-421f-b7d4-714e450ab41b
VfModuleModelInvariantUUID:3ebab853-4cde-4af3-92d0-dc820e0c0410
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ce2d417-20c8-4038-8ea9-4fd55df85b75
,
249af207-d3de-4134-9685-3fa23846709a

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

isBase:true


}

2022-10-23T06:40:32.462Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3ebab853-4cde-4af3-92d0-dc820e0c0410",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "788c8e5b-8d47-421f-b7d4-714e450ab41b",
    "vfModuleModelCustomizationUUID": "b7cc0fff-c23a-4052-a82e-ff2eeae54013",
    "isBase": true,
    "artifacts": [
      "3ce2d417-20c8-4038-8ea9-4fd55df85b75",
      "249af207-d3de-4134-9685-3fa23846709a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-23T06:40:32.463Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:788c8e5b-8d47-421f-b7d4-714e450ab41b
VfModuleModelInvariantUUID:3ebab853-4cde-4af3-92d0-dc820e0c0410
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ce2d417-20c8-4038-8ea9-4fd55df85b75
,
249af207-d3de-4134-9685-3fa23846709a

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

isBase:true


}

2022-10-23T06:40:32.463Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3ce2d417-20c8-4038-8ea9-4fd55df85b75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-23T06:40:32.463Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:40:32.463Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-23T06:40:32.511Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:40:32.511Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3ce2d417-20c8-4038-8ea9-4fd55df85b75 5033
2022-10-23T06:40:32.512Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-23T06:40:32.512Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-23T06:40:32.512Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:40:32.512Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:32.514Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:32.515Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507232512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:40:32.615Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:40:32.615Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:32.616Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:32.627Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:32.628Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:33.515Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 249af207-d3de-4134-9685-3fa23846709a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-23T06:40:33.516Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:40:33.516Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-23T06:40:33.569Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:40:33.570Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 249af207-d3de-4134-9685-3fa23846709a 903
2022-10-23T06:40:33.570Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-23T06:40:33.570Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-23T06:40:33.570Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:40:33.570Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:33.573Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:33.574Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507233570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:40:33.673Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:40:33.674Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:33.674Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:33.684Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:33.684Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:34.574Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d25a0ae2-da03-4639-8820-a4f1e7097b91
2022-10-23T06:40:34.575Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e23ac5eb-65fc-490a-8fab-fad50a01f006 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:40:34.590Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@161a98ea, org.onap.sdc.toscaparser.api.parameters.Input@35240e2a, org.onap.sdc.toscaparser.api.parameters.Input@696ce1a2, org.onap.sdc.toscaparser.api.parameters.Input@66e001cd, org.onap.sdc.toscaparser.api.parameters.Input@247f0833]
2022-10-23T06:40:34.594Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.594Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:34.595Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-10-23T06:40:34.595Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a5f04153-dd43-4558-a9b0-53e1b4cb1444
2022-10-23T06:40:34.595Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a5f04153-dd43-4558-a9b0-53e1b4cb1444 matches Tosca VF Customization UUID: a5f04153-dd43-4558-a9b0-53e1b4cb1444
2022-10-23T06:40:34.596Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a5f04153-dd43-4558-a9b0-53e1b4cb1444  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-23T06:40:34.598Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.599Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:34.599Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a5f04153-dd43-4558-a9b0-53e1b4cb1444: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-10-23T06:40:34.600Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59d801f2
2022-10-23T06:40:34.600Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.601Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:40:34.601Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b7cc0fff-c23a-4052-a82e-ff2eeae54013
2022-10-23T06:40:34.601Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b7cc0fff-c23a-4052-a82e-ff2eeae54013
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-23T06:40:34.604Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.604Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-23T06:40:34.604Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:40:34.605Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.605Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-23T06:40:34.605Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:40:34.609Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.609Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-23T06:40:34.610Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-23T06:40:34.610Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-23T06:40:34.610Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d87054d6-254f-47ba-93b8-6b1ec10a8071
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T06:40:34.613Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.613Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-23T06:40:34.613Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:40:34.614Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.614Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-23T06:40:34.614Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a5f04153-dd43-4558-a9b0-53e1b4cb1444
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:40:34.615Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.616Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:34.616Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d25a0ae2-da03-4639-8820-a4f1e7097b91: basic_vm_macro
2022-10-23T06:40:34.616Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.617Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:34.617Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.617Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:34.617Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.618Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:34.618Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.618Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:34.618Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:40:34.619Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:40:34.619Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:40:34.704Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e23ac5eb-65fc-490a-8fab-fad50a01f006 1 ASDC deployResourceStructure
2022-10-23T06:40:34.705Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-10-23T06:40:34.705Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-23T06:40:34.705Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:40:34.705Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:34.707Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:34.707Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507234704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:40:34.808Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:40:34.809Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:34.809Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:34.820Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:34.820Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:35.708Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-23T06:40:35.709Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-23T06:40:35.709Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:40:35.710Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:35.712Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:35.712Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507235708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:40:35.812Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:40:35.813Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:35.813Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:35.825Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:35.825Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:36.713Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-23T06:40:36.714Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-23T06:40:36.714Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:40:36.715Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:36.718Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:36.718Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507236713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-23T06:40:36.817Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:40:36.818Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:36.818Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:36.829Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:36.829Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:37.719Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-23T06:40:37.723Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-23T06:40:37.723Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:40:37.723Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:40:37.727Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:40:37.727Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507237719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:40:37.827Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:40:37.828Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:40:37.828Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:40:37.840Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:40:37.840Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:40:38.728Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:40:38.741Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:40:38.743Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:40:38.744Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:40:38.744Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:40:38.744Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:40:38.745Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:40:38.745Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:40:38.745Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:40:38.745Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:40:38.745Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:40:38.745Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:40:38.752Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:41:08.752Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:41:08.761Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63 and serviceModelVersionId: d25a0ae2-da03-4639-8820-a4f1e7097b91
2022-10-23T06:41:08.761Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 322f915d-eaba-4ce4-9410-18857cd36a3c
2022-10-23T06:41:08.762Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/322f915d-eaba-4ce4-9410-18857cd36a3c/model-vers/model-ver/d25a0ae2-da03-4639-8820-a4f1e7097b91?depth=0
2022-10-23T06:41:08.769Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:41:08.813Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/322f915d-eaba-4ce4-9410-18857cd36a3c/model-vers/model-ver/d25a0ae2-da03-4639-8820-a4f1e7097b91?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-23T06:41:08.815Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/322f915d-eaba-4ce4-9410-18857cd36a3c/model-vers/model-ver/d25a0ae2-da03-4639-8820-a4f1e7097b91?depth=0|INFO|500||Invoke
2022-10-23T06:41:08.852Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/322f915d-eaba-4ce4-9410-18857cd36a3c/model-vers/model-ver/d25a0ae2-da03-4639-8820-a4f1e7097b91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-23T06:41:08.942Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/322f915d-eaba-4ce4-9410-18857cd36a3c/model-vers/model-ver/d25a0ae2-da03-4639-8820-a4f1e7097b91?depth=0|INFO|500||InvokeReturn
2022-10-23T06:41:08.943Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/322f915d-eaba-4ce4-9410-18857cd36a3c/model-vers/model-ver/d25a0ae2-da03-4639-8820-a4f1e7097b91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221023-06:41:08:827-5898], vertex-id=[258072], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:41:08 GMT], Content-Type=[application/json]}
2022-10-23T06:41:08.943Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:41:08.943Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:41:08.943Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:41:09.924Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T06:41:09.925Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99f55fb4-f27d-4bcc-a7b6-e9e596a39f63 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:41:09.926Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:41:09.926Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:09.929Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:09.929Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507269926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:41:10.029Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:41:10.030Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:10.030Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:10.043Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:10.043Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:41:10.940Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:41:10.941Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|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-10-23T06:41:10.941Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:41:15.341Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:15.342Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T06:41:15.342Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff855c23-98bb-4af8-8b5e-3d99bbf53156","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a6190452-dd0a-47e6-9f20-c24332cdcf10","serviceDescription":"service","serviceInvariantUUID":"1eda5e15-f45c-4fd8-9387-cab21424e0c2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ee905199-4a60-4b48-b520-3b5e7e91b6d9","resourceInvariantUUID":"63cd0943-ca96-442d-aa35-bae6705c9228","resourceCustomizationUUID":"e7c1a4e6-d29d-4802-ae41-45981ce4f565","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":"ZWM5OWE5YTQyNDAxMjZlNjI3MjUwZmYxZmVjYmM3Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05882e96-9e2c-4c33-a028-f27530bf5d2d","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":"0111412d-3e5f-4edc-9326-f8e6b2d9cfa8","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":"456e7954-1acd-49a6-aeb4-09625c5f5f44","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":"N2U1NjY5NWY4ZDU5MTZkY2Y2OWY1ODNjYWY3MmExMmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"09190e0f-4107-45f1-b8da-7cb216c773dd","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":"17f4f091-4493-4665-8cba-06bc6bbcdbdc","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":"d990d44e-a580-49df-8de4-b38bdcfd33ea","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":"cab8ae61-558c-4980-b8bb-cd1cc41eb4e1","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":"ZGZjZWU1NTZhZTIyNjYwNDYyOWJkMzM3ZTIxMmYwYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44fd2f8f-bcb6-44f8-8b8c-63e6c9a264b8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTUxOTBlZTk2OTlkZDIxYjliN2MyMWMyMDc4MjU1Zjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79a428c8-1f8a-49bb-b2f3-1cda9d8cd26e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T06:41:15.344Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:41:15.345Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:15.346Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:15.346Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:41:15.446Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:41:15.447Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:15.447Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:15.458Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:15.459Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:41:16.347Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:41:16.347Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:16.349Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:16.349Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:41:16.452Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-23T06:41:16.453Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:16.453Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:16.464Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:16.465Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:41:17.350Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:41:17.350Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:17.352Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:17.352Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:41:17.452Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:41:17.453Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:17.453Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:17.464Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:17.465Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:41:18.352Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:41:18.353Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:18.354Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:18.355Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:41:18.454Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:41:18.455Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:18.455Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:18.465Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:18.466Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:41:19.355Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:41:19.356Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:19.357Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:19.357Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:41:19.457Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:41:19.458Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:19.458Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:19.469Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:19.469Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:41:20.358Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:41:20.358Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:20.360Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:20.360Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:41:20.460Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:41:20.461Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:20.461Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:20.472Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:20.472Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:41:21.361Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:41:21.361Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:21.363Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:21.363Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:41:21.463Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:41:21.464Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:21.464Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:21.479Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:21.479Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:41:22.364Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:41:22.364Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:22.366Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:22.366Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:41:22.466Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:41:22.467Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:22.467Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:22.504Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:22.504Z||pool-136-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:41:23.366Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:41:23.367Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:23.368Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:23.368Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:41:23.468Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:41:23.469Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:23.469Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:23.480Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:23.480Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:41:24.369Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a6190452-dd0a-47e6-9f20-c24332cdcf10",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1eda5e15-f45c-4fd8-9387-cab21424e0c2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e7c1a4e6-d29d-4802-ae41-45981ce4f565",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ee905199-4a60-4b48-b520-3b5e7e91b6d9",
      "resourceInvariantUUID": "63cd0943-ca96-442d-aa35-bae6705c9228",
      "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": "YTUxOTBlZTk2OTlkZDIxYjliN2MyMWMyMDc4MjU1Zjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79a428c8-1f8a-49bb-b2f3-1cda9d8cd26e"
    }
  ],
  "workloadContext": "Production"
}
2022-10-23T06:41:24.370Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T06:41:24.370Z|99f55fb4-f27d-4bcc-a7b6-e9e596a39f63|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a6190452-dd0a-47e6-9f20-c24332cdcf10 ASDC
2022-10-23T06:41:24.370Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ff855c23-98bb-4af8-8b5e-3d99bbf53156
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a6190452-dd0a-47e6-9f20-c24332cdcf10
ServiceInvariantUUID:1eda5e15-f45c-4fd8-9387-cab21424e0c2
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:79a428c8-1f8a-49bb-b2f3-1cda9d8cd26e
ArtifactChecksum:YTUxOTBlZTk2OTlkZDIxYjliN2MyMWMyMDc4MjU1Zjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e7c1a4e6-d29d-4802-ae41-45981ce4f565
ResourceInvariantUUID:63cd0943-ca96-442d-aa35-bae6705c9228
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:ee905199-4a60-4b48-b520-3b5e7e91b6d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-23T06:41:24.370Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6190452-dd0a-47e6-9f20-c24332cdcf10 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:41:24.396Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:41:24.397Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:41:24.397Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:41:24.397Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 79a428c8-1f8a-49bb-b2f3-1cda9d8cd26e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-23T06:41:24.397Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:41:24.397Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-23T06:41:24.513Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:41:24.520Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 79a428c8-1f8a-49bb-b2f3-1cda9d8cd26e 110862
2022-10-23T06:41:24.521Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-23T06:41:24.521Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-23T06:41:24.521Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:41:24.521Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:24.523Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:24.523Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507284521,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:41:24.623Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:41:24.624Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:24.624Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:24.633Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:24.634Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:41:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:41:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:41:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:41:24.762Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:24.762Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:41:24.762Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e8a77d7-cfca-4547-8697-47ba7d042739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507219780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:41:24.763Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:41:24.763Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:41:24.763Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:41:24.763Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:41:24.763Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:41:24.763Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-23T06:41:24.763Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:41:24.764Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:41:24.764Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-23T06:41:24.764Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:41:24.764Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T06:41:24.764Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:41:24.764Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:41:25.525Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:41:25.530Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:41:25.530Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 79a428c8-1f8a-49bb-b2f3-1cda9d8cd26e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-23T06:41:25.532Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-23T06:41:25.533Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-23T06:41:25.533Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-23T06:41:25.694Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15475405806409803967/Definitions/service-TestPnfMacro-template.yml
2022-10-23T06:41:26.478Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T06:41:26.478Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:41:26.478Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-23T06:41:26.480Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-23T06:41:26.480Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-23T06:41:26.480Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-23T06:41:26.481Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-23T06:41:26.481Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-23T06:41:26.481Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-23T06:41:26.481Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-23T06:41:26.481Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-23T06:41:26.481Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:41:26.481Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:41:26.482Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:41:26.482Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-23T06:41:26.482Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:41:26.482Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:41:26.482Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:41:26.483Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:41:26.483Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-23T06:41:26.483Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:41:26.483Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:41:26.483Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:41:26.483Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:41:26.483Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:41:26.484Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:41:26.484Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:41:26.484Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:41:26.484Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:41:26.484Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:41:26.484Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:41:26.485Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:41:26.485Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a6190452-dd0a-47e6-9f20-c24332cdcf10
Model Version:NULL
Model InvariantUuid:1eda5e15-f45c-4fd8-9387-cab21424e0c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T06:41:26.491Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: ee905199-4a60-4b48-b520-3b5e7e91b6d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:41:26.496Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-10-23T06:41:26.496Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ee905199-4a60-4b48-b520-3b5e7e91b6d9
2022-10-23T06:41:26.496Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||No resources found for Service: a6190452-dd0a-47e6-9f20-c24332cdcf10
2022-10-23T06:41:26.496Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a6190452-dd0a-47e6-9f20-c24332cdcf10
2022-10-23T06:41:26.496Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ee905199-4a60-4b48-b520-3b5e7e91b6d9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:41:26.500Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@138f869c, org.onap.sdc.toscaparser.api.parameters.Input@62778538, org.onap.sdc.toscaparser.api.parameters.Input@5b171a90, org.onap.sdc.toscaparser.api.parameters.Input@78080a7, org.onap.sdc.toscaparser.api.parameters.Input@68d45dad]
2022-10-23T06:41:26.500Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:41:26.501Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:41:26.501Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a6190452-dd0a-47e6-9f20-c24332cdcf10: test-pnf
2022-10-23T06:41:26.501Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||Processing PNF resource: ee905199-4a60-4b48-b520-3b5e7e91b6d9
2022-10-23T06:41:26.501Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-23T06:41:26.501Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:41:26.501Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||Resource customization UUID: e7c1a4e6-d29d-4802-ae41-45981ce4f565 is the same as notified resource customizationUUID: e7c1a4e6-d29d-4802-ae41-45981ce4f565
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-23T06:41:26.531Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ee905199-4a60-4b48-b520-3b5e7e91b6d9 0 ASDC deployResourceStructure
2022-10-23T06:41:26.532Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-23T06:41:26.532Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-23T06:41:26.532Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:41:26.533Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:26.534Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:26.535Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507286532,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:41:26.634Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:41:26.635Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:26.635Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:26.646Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:26.646Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:41:27.535Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff855c23-98bb-4af8-8b5e-3d99bbf53156
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:41:27.545Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff855c23-98bb-4af8-8b5e-3d99bbf53156
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:41:27.548Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:41:27.548Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:41:27.548Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:41:27.549Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:41:27.549Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:41:27.549Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:41:27.549Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:41:27.549Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:41:27.550Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-23T06:41:27.550Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:41:27.555Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:41:57.556Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff855c23-98bb-4af8-8b5e-3d99bbf53156 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:41:57.562Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff855c23-98bb-4af8-8b5e-3d99bbf53156 and serviceModelVersionId: a6190452-dd0a-47e6-9f20-c24332cdcf10
2022-10-23T06:41:57.563Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1eda5e15-f45c-4fd8-9387-cab21424e0c2
2022-10-23T06:41:57.563Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1eda5e15-f45c-4fd8-9387-cab21424e0c2/model-vers/model-ver/a6190452-dd0a-47e6-9f20-c24332cdcf10?depth=0
2022-10-23T06:41:57.567Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:41:57.599Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1eda5e15-f45c-4fd8-9387-cab21424e0c2/model-vers/model-ver/a6190452-dd0a-47e6-9f20-c24332cdcf10?depth=0|INFO|500||Invoke
2022-10-23T06:41:57.600Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1eda5e15-f45c-4fd8-9387-cab21424e0c2/model-vers/model-ver/a6190452-dd0a-47e6-9f20-c24332cdcf10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1eda5e15-f45c-4fd8-9387-cab21424e0c2/model-vers/model-ver/a6190452-dd0a-47e6-9f20-c24332cdcf10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff855c23-98bb-4af8-8b5e-3d99bbf53156], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7215f83-765e-4291-81ed-8b6d8961807c], X-ECOMP-RequestID=[ff855c23-98bb-4af8-8b5e-3d99bbf53156], X-TransactionId=[], X-ONAP-RequestID=[ff855c23-98bb-4af8-8b5e-3d99bbf53156], Content-Type=[application/merge-patch+json]}
2022-10-23T06:41:57.617Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1eda5e15-f45c-4fd8-9387-cab21424e0c2/model-vers/model-ver/a6190452-dd0a-47e6-9f20-c24332cdcf10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-23T06:41:57.699Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1eda5e15-f45c-4fd8-9387-cab21424e0c2/model-vers/model-ver/a6190452-dd0a-47e6-9f20-c24332cdcf10?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/1eda5e15-f45c-4fd8-9387-cab21424e0c2/model-vers/model-ver/a6190452-dd0a-47e6-9f20-c24332cdcf10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-06:41:57:587-29709], vertex-id=[270448], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:41:57 GMT], Content-Type=[application/json]}
2022-10-23T06:41:57.700Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1eda5e15-f45c-4fd8-9387-cab21424e0c2/model-vers/model-ver/a6190452-dd0a-47e6-9f20-c24332cdcf10?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:41:57.700Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1eda5e15-f45c-4fd8-9387-cab21424e0c2/model-vers/model-ver/a6190452-dd0a-47e6-9f20-c24332cdcf10?depth=0|INFO|500||InvokeReturn
2022-10-23T06:41:57.701Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:41:57.701Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:41:57.707Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T06:41:57.707Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff855c23-98bb-4af8-8b5e-3d99bbf53156 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:41:57.707Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:41:57.708Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:41:57.709Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:41:57.709Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507317707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:41:57.809Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:41:57.810Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:41:57.811Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:41:57.827Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:41:57.827Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:41:58.723Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:41:58.723Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:41:58.723Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:42:08.290Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:42:08.290Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:42:08.291Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:42:08.291Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:42:17.828Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:42:17.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:42:17.829Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:42:17.829Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:42:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:42:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:42:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:42:24.764Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:42:24.765Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T06:42:24.765Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-23T06:42:24.766Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:42:27.366Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:42:27.366Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:42:27.367Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:42:27.367Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:42:36.915Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:42:36.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:42:36.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:42:36.916Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:42:46.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:43:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:43:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:43:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:43:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:43:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:43:24.745Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:43:24.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:43:24.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:43:24.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666506984741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507229141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507231453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:43:24.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:43:24.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507232512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:43:24.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:43:24.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507233570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:43:24.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:43:24.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507234704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-23T06:43:24.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:43:24.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507235708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507236713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507237719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99f55fb4-f27d-4bcc-a7b6-e9e596a39f63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507269926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:43:24.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:43:24.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-23T06:43:24.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507270940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-23T06:43:24.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-23T06:43:24.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:43:24.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507284521,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-23T06:43:24.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:43:34.285Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:44:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:44:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:44:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:44:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:44:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:44:24.745Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:44:25.267Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:44:25.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:44:25.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507286532,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-23T06:44:25.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:44:25.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T06:44:25.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff855c23-98bb-4af8-8b5e-3d99bbf53156",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666507317707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:44:25.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:44:34.286Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:45:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:45:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:45:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:45:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:45:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:45:24.746Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:45:34.283Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:45:34.312Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:46:24.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:46:24.743Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:46:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:46:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:46:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:46:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:46:34.287Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:46:34.288Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:47:24.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:47:24.743Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:47:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:47:24.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:47:24.745Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:47:24.745Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:47:34.289Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:47:34.289Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:48:24.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:48:24.744Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:48:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:48:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:48:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:48:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:48:34.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:48:34.300Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:49:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:49:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:49:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:49:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:49:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:49:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:49:34.282Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:49:34.298Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:50:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:50:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:50:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:50:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:50:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:50:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:50:34.281Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:50:34.286Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:51:24.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:51:24.743Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:51:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:51:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:51:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:51:24.745Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:51:34.286Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:51:34.288Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:52:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:52:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:52:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:52:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:52:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:52:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:52:34.284Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:52:34.297Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:53:24.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:53:24.743Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:53:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:53:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:53:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:53:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:53:34.286Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:53:34.286Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:54:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:54:24.743Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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-10-23T06:54:24.743Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:54:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:54:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:54:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:54:34.318Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:54:34.319Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:55:24.741Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:55:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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-10-23T06:55:24.743Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:55:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:55:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:55:24.745Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:55:34.293Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:55:34.304Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:56:24.741Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:56:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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-10-23T06:56:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:56:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:56:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:56:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:56:34.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:56:34.301Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:57:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:57:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:57:24.746Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:57:24.746Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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-10-23T06:57:24.746Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:57:24.746Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:57:34.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:57:34.291Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:58:24.741Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:58:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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-10-23T06:58:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:58:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:58:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:58:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:58:34.286Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:58:34.288Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:59:24.741Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:59:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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-10-23T06:59:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:59:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:59:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:59:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:59:34.283Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T06:59:34.285Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:00:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:00:24.743Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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-10-23T07:00:24.743Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T07:00:24.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:00:24.745Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:00:24.745Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:00:34.287Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:00:34.287Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:01:24.741Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:01:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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-10-23T07:01:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T07:01:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:01:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:01:24.745Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:01:34.284Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:01:34.284Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:02:24.741Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:02:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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-10-23T07:02:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T07:02:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:02:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:02:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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 XmTyxVRAP14qptkR) ...
2022-10-23T07:02:34.333Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:02:34.334Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:03:24.741Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:03:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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-10-23T07:03:24.742Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T07:03:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:03:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:03:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:03:34.284Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:03:34.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:04:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:04:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:04:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:04:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:04:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:04:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:04:34.288Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:04:34.290Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:05:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:05:24.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:05:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:05:24.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:05:24.745Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:05:24.745Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:05:34.285Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:05:34.286Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:06:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:06:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:06:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:06:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:06:24.745Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:06:24.745Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:06:34.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:06:34.305Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:07:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:07:24.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:07:24.742Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:07:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:07:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:07:24.745Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|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 XmTyxVRAP14qptkR) ...
2022-10-23T07:07:34.282Z|ff855c23-98bb-4af8-8b5e-3d99bbf53156|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:07:34.283Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:08:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:08:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:08:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:08:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:08:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:08:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:08:34.283Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:08:34.283Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:09:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:09:24.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:09:24.742Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:09:24.744Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:09:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:09:24.745Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:09:34.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:09:34.302Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:10:24.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:10:24.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:10:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:10:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:10:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:10:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:10:34.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:10:34.288Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:11:24.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:11:24.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:11:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:11:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:11:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:11:24.745Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:11:34.315Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:11:34.318Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:12:24.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:12:24.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:12:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:12:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:12:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:12:24.745Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:12:34.288Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:12:34.314Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:13:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:13:24.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:13:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:13:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:13:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:13:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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 XmTyxVRAP14qptkR) ...
2022-10-23T07:13:34.322Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:13:34.322Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:14:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:14:24.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:14:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:14:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:14:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:14:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T07:14:34.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:14:34.315Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:15:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:15:24.744Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:15:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:15:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:15:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:15:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:15:34.306Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:15:34.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:16:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:16:24.744Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:16:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:16:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:16:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:16:24.745Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:16:34.297Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:16:34.298Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:17:24.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:17:24.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:17:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:17:24.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:17:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:17:24.746Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T07:17:34.287Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:17:34.308Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:18:24.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:18:24.742Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:18:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:18:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:18:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:18:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T07:18:34.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:18:34.300Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:19:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:19:24.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:19:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:19:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:19:24.746Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:19:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:19:34.288Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:19:34.289Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:20:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:20:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:20:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T07:20:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T07:20:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T07:20:24.745Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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 XmTyxVRAP14qptkR) ...
2022-10-23T07:20:34.284Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-23T07:20:34.285Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK