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-11-23T09:26:44.565Z||main|||||INFO|500||The following profiles are active: basic
2022-11-23T09:26:56.267Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-23T09:26:56.268Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-23T09:26:56.388Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-23T09:27:00.712Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-23T09:27:01.127Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-23T09:27:01.582Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-23T09:27:01.589Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-23T09:27:01.715Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-23T09:27:01.947Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-23T09:27:02.513Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-23T09:27:04.213Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-23T09:27:06.552Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-23T09:27:06.640Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-23T09:27:07.202Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-23T09:27:07.442Z||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-11-23T09:27:08.633Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-23T09:27:09.711Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-23T09:27:09.740Z||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$$20cf312a.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-11-23T09:27:09.742Z||main|||||WARN|500||The sdc end point is not alive
2022-11-23T09:27:13.170Z||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-11-23T09:27:16.069Z||main|||||WARN|500||---
2022-11-23T09:27:16.070Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-23T09:27:16.070Z||main|||||WARN|500||---
2022-11-23T09:27:16.507Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-23T09:27:21.963Z||main|||||INFO|500||Started Application in 40.642 seconds (JVM running for 42.902)
2022-11-23T09:27:21.976Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-23T09:27:21.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-23T09:27:21.993Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-23T09:27:22.016Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-23T09:27:22.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 77150ab3-4b68-4e1a-9330-4046c0ce825e url= /sdc/v1/artifactTypes
2022-11-23T09:27:22.084Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-23T09:27:22.396Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-23T09:27:22.422Z||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-11-23T09:27:22.449Z||scheduling-1|||||DEBUG|500||create keys
2022-11-23T09:27:22.456Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-23T09:27:22.508Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:27:22.528Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1b959488-4ed7-41e3-80fa-3ee509a9d105 url= /sdc/v1/registerForDistribution
2022-11-23T09:27:22.680Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1b959488-4ed7-41e3-80fa-3ee509a9d105 url= /sdc/v1/registerForDistribution
2022-11-23T09:27:22.680Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-23T09:27:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:27:22.691Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:27:22.699Z||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-11-23T09:27:22.700Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:27:22.701Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-23T09:27:22.701Z||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-11-23T09:27:22.701Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:27:33.309Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:27:33.345Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:28:22.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:28:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:28:22.689Z||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-11-23T09:28:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:28:22.690Z||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-11-23T09:28:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:28:32.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:28:32.306Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:29:22.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:29:22.689Z||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-11-23T09:29:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:29:22.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:29:22.693Z||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-11-23T09:29:22.693Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:29:32.290Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:29:32.294Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:30:22.688Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:30:22.690Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:30:22.691Z||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-11-23T09:30:22.692Z||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-11-23T09:30:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:30:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:30:32.276Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:30:32.291Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:31:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:31:22.688Z||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-11-23T09:31:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:31:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:31:22.690Z||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-11-23T09:31:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:31:32.265Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:31:32.286Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:32:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:32:22.688Z||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-11-23T09:32:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:32:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:32:22.690Z||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-11-23T09:32:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:32:32.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:32:32.278Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:33:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:33:22.688Z||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-11-23T09:33:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:33:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:33:22.690Z||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-11-23T09:33:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:33:32.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:33:32.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:34:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:34:22.689Z||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-11-23T09:34:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:34:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:34:22.691Z||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-11-23T09:34:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:34:32.270Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:34:32.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:35:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:35:22.688Z||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-11-23T09:35:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:35:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:35:22.690Z||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-11-23T09:35:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:35:32.256Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:35:32.258Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:36:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:36:22.688Z||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-11-23T09:36:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:36:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:36:22.689Z||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-11-23T09:36:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:36:32.266Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:36:32.291Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:37:22.690Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:37:22.690Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:37:22.691Z||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-11-23T09:37:22.691Z||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-11-23T09:37:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:37:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:37:23.607Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-23T09:37:32.248Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:37:32.252Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:38:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:38:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:38:22.690Z||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-11-23T09:38:22.690Z||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-11-23T09:38:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:38:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:38:32.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:38:32.277Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:39:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:39:22.689Z||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-11-23T09:39:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:39:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:39:22.689Z||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-11-23T09:39:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:39:32.279Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:39:32.280Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:40:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:40:22.688Z||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-11-23T09:40:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:40:22.689Z||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-11-23T09:40:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:40:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:40:32.247Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:40:32.248Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:41:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:41:22.688Z||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-11-23T09:41:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:41:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:41:22.690Z||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-11-23T09:41:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:41:32.250Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:41:32.258Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:42:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:42:22.688Z||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-11-23T09:42:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:42:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:42:22.690Z||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-11-23T09:42:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:42:32.252Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:42:32.256Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:43:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:43:22.688Z||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-11-23T09:43:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:43:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:43:22.690Z||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-11-23T09:43:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:43:32.246Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:43:32.247Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:44:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:44:22.688Z||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-11-23T09:44:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:44:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:44:22.689Z||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-11-23T09:44:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:44:32.255Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:44:32.266Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:45:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:45:22.688Z||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-11-23T09:45:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:45:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:45:22.689Z||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-11-23T09:45:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:45:32.246Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:45:32.256Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:46:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:46:22.688Z||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-11-23T09:46:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:46:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:46:22.689Z||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-11-23T09:46:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:46:32.270Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:46:32.270Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:47:22.688Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:47:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:47:22.691Z||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-11-23T09:47:22.691Z||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-11-23T09:47:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:47:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:47:32.280Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:47:32.280Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:48:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:48:22.688Z||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-11-23T09:48:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:48:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:48:22.690Z||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-11-23T09:48:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:48:32.253Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:48:32.264Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:49:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:49:22.688Z||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-11-23T09:49:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:49:22.689Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:49:22.690Z||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-11-23T09:49:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:49:32.256Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:49:32.269Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:50:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:50:22.688Z||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-11-23T09:50:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:50:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:50:22.690Z||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-11-23T09:50:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:50:32.248Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:50:32.248Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:51:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:51:22.688Z||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-11-23T09:51:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:51:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:51:22.689Z||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-11-23T09:51:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:51:32.243Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:51:32.253Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:52:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:52:22.688Z||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-11-23T09:52:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:52:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:52:22.690Z||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-11-23T09:52:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:52:32.250Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:52:32.251Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:53:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:53:22.688Z||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-11-23T09:53:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:53:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:53:22.689Z||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-11-23T09:53:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:53:32.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:53:32.257Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:54:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:54:22.688Z||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-11-23T09:54:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:54:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:54:22.690Z||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-11-23T09:54:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:54:32.367Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:54:32.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:55:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:55:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:55:22.690Z||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-11-23T09:55:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:55:22.690Z||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-11-23T09:55:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:55:32.250Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:55:32.271Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:56:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:56:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:56:22.689Z||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-11-23T09:56:22.689Z||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-11-23T09:56:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:56:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:56:32.244Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:56:32.245Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:57:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:57:22.688Z||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-11-23T09:57:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:57:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:57:22.690Z||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-11-23T09:57:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:57:32.257Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:57:32.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:58:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:58:22.688Z||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-11-23T09:58:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:58:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:58:22.690Z||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-11-23T09:58:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:58:32.247Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:58:32.252Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:59:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:59:22.688Z||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-11-23T09:59:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:59:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:59:22.690Z||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-11-23T09:59:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:59:32.242Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T09:59:32.242Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:00:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:00:22.688Z||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-11-23T10:00:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:00:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:00:22.690Z||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-11-23T10:00:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:00:32.237Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:00:32.240Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:01:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:01:22.688Z||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-11-23T10:01:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:01:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:01:22.689Z||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-11-23T10:01:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:01:32.240Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:01:32.247Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:02:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:02:22.688Z||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-11-23T10:02:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:02:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:02:22.689Z||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-11-23T10:02:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:02:32.255Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:02:32.261Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:03:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:03:22.688Z||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-11-23T10:03:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:03:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:03:22.689Z||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-11-23T10:03:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:03:32.251Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:03:32.253Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:04:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:04:22.688Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:04:22.692Z||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-11-23T10:04:22.692Z||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-11-23T10:04:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:04:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:04:32.258Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:04:32.258Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:05:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:05:22.688Z||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-11-23T10:05:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:05:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:05:22.689Z||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-11-23T10:05:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:05:32.247Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:05:32.253Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:06:22.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:06:22.688Z||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-11-23T10:06:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:06:22.690Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:06:22.691Z||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-11-23T10:06:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:06:32.253Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:06:32.253Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:07:22.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:07:22.688Z||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-11-23T10:07:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:07:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:07:22.690Z||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-11-23T10:07:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:07:32.254Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:07:32.257Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:08:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:08:22.688Z||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-11-23T10:08:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:08:22.689Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:08:22.691Z||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-11-23T10:08:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:08:32.248Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:08:32.248Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:09:22.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:09:22.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:09:22.688Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:09:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:09:22.690Z||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-11-23T10:09:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:09:32.244Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:09:32.245Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:10:22.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:10:22.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:10:22.688Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:10:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:10:22.690Z||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-11-23T10:10:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:10:32.275Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:10:32.275Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:11:22.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:11:22.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:11:22.688Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:11:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:11:22.689Z||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-11-23T10:11:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:11:32.267Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:11:32.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:12:22.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:12:22.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:12:22.688Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:12:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:12:22.690Z||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-11-23T10:12:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:12:32.239Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:12:32.240Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:22.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:13:22.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:13:22.688Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:13:22.689Z||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-11-23T10:13:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:28.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:28.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:13:28.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a38ab89-2163-427f-a1c9-8ccd0e0501c0","serviceName":"basic_onboard_cYldmQ","serviceVersion":"1.0","serviceUUID":"9a2d028f-f583-4b4a-8b23-6cb0f6d558db","serviceDescription":"service","serviceInvariantUUID":"522d90b7-71f5-41fe-8409-24071a947185","resources":[{"resourceInstanceName":"basic_onboard_cYldmQ 0","resourceName":"basic_onboard_cYldmQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e9c4406e-877c-4e97-b2e2-cd7c76e96d07","resourceInvariantUUID":"528c1ec8-e876-48e7-9f18-51e83e9bc271","resourceCustomizationUUID":"31aaeab8-dc1a-4401-998c-845d4fc7fefa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml","artifactChecksum":"MjQ3MTQ3YjBhMDEyOGRiM2I3ODZkZjQ1ODU1NzFmODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ddbc501c-c9a1-4f53-b67f-7c119c3f5789","artifactVersion":"1"},{"artifactName":"basic_onboard_cyldmq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json","artifactChecksum":"N2ZhZTJjODc4MTg3OGRiZGU0NjdmNzkxM2Y5NjgyMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"baea50f4-dd44-468f-b72b-917f02f6af0b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e62d767c-68e6-4a38-b7ba-147bcf9a4292","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430","artifactVersion":"2","generatedFromUUID":"6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCyldmq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml","artifactChecksum":"OTJkZWUxMzJhMzk2NGIzYWIyMWYwYzgzNTY4MmUwODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45cab768-cc3b-454d-bd19-103b84522555","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCyldmq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar","artifactChecksum":"NWQ4MTMxN2MyMzhjNzczODMzOTFkMGZmNmYwNjk0YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2cbb256-e583-44db-9812-f5fb17b23c27","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:13:28.597Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:28.607Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:28.625Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:28.626Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:13:28.726Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-23T10:13:28.732Z||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-11-23T10:13:28.732Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:28.747Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:28.748Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:28.855Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:28.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-23T10:13:28.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198403589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:13:28.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:13:29.634Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:29.635Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:29.637Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:29.637Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:13:29.737Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:29.738Z||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-11-23T10:13:29.738Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:29.750Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:29.751Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:30.638Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:30.639Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:30.641Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:30.641Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:13:30.741Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:13:30.742Z||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-11-23T10:13:30.743Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:30.762Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:30.763Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:31.642Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:31.643Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:31.646Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:31.646Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:13:31.746Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:31.747Z||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-11-23T10:13:31.747Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:31.773Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:31.774Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:32.646Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:32.648Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:32.651Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:32.651Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-23T10:13:32.751Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:13:32.752Z||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-11-23T10:13:32.753Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:32.763Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:32.764Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:33.652Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:33.653Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:33.656Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:33.656Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:13:33.756Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:33.757Z||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-11-23T10:13:33.757Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:33.769Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:33.770Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:13:34.657Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:34.658Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:34.660Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:34.661Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:13:34.761Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:34.762Z||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-11-23T10:13:34.762Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:34.773Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:34.773Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:35.663Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "serviceName": "basic_onboard_cYldmQ",
  "serviceVersion": "1.0",
  "serviceUUID": "9a2d028f-f583-4b4a-8b23-6cb0f6d558db",
  "serviceDescription": "service",
  "serviceInvariantUUID": "522d90b7-71f5-41fe-8409-24071a947185",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_cYldmQ 0",
      "resourceCustomizationUUID": "31aaeab8-dc1a-4401-998c-845d4fc7fefa",
      "resourceName": "basic_onboard_cYldmQ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e9c4406e-877c-4e97-b2e2-cd7c76e96d07",
      "resourceInvariantUUID": "528c1ec8-e876-48e7-9f18-51e83e9bc271",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cyldmq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
          "artifactChecksum": "N2ZhZTJjODc4MTg3OGRiZGU0NjdmNzkxM2Y5NjgyMzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "baea50f4-dd44-468f-b72b-917f02f6af0b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430",
            "generatedFromUUID": "6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCyldmq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
      "artifactChecksum": "NWQ4MTMxN2MyMzhjNzczODMzOTFkMGZmNmYwNjk0YTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c2cbb256-e583-44db-9812-f5fb17b23c27"
    }
  ],
  "workloadContext": "Production"
}
2022-11-23T10:13:35.665Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:13:35.665Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9a2d028f-f583-4b4a-8b23-6cb0f6d558db ASDC
2022-11-23T10:13:35.796Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7a38ab89-2163-427f-a1c9-8ccd0e0501c0
ServiceName:basic_onboard_cYldmQ
ServiceVersion:1.0
ServiceUUID:9a2d028f-f583-4b4a-8b23-6cb0f6d558db
ServiceInvariantUUID:522d90b7-71f5-41fe-8409-24071a947185
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCyldmq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar
ArtifactUUID:c2cbb256-e583-44db-9812-f5fb17b23c27
ArtifactChecksum:NWQ4MTMxN2MyMzhjNzczODMzOTFkMGZmNmYwNjk0YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cYldmQ 0
ResourceCustomizationUUID:31aaeab8-dc1a-4401-998c-845d4fc7fefa
ResourceInvariantUUID:528c1ec8-e876-48e7-9f18-51e83e9bc271
ResourceName:basic_onboard_cYldmQ
ResourceType:VF
ResourceUUID:e9c4406e-877c-4e97-b2e2-cd7c76e96d07
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cyldmq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json
ArtifactUUID:baea50f4-dd44-468f-b72b-917f02f6af0b
ArtifactChecksum:N2ZhZTJjODc4MTg3OGRiZGU0NjdmNzkxM2Y5NjgyMzE=
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/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e
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/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
ArtifactUUID:7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430
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/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
ArtifactUUID:7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-23T10:13:35.797Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a2d028f-f583-4b4a-8b23-6cb0f6d558db 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-11-23T10:13:36.041Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:13:36.042Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:13:36.049Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:13:36.050Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c2cbb256-e583-44db-9812-f5fb17b23c27 from URL: /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:36.050Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:13:36.051Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:36.161Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:13:36.178Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar c2cbb256-e583-44db-9812-f5fb17b23c27 75297
2022-11-23T10:13:36.179Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar ASDC sendASDCNotification
2022-11-23T10:13:36.180Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:36.180Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:13:36.181Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:36.183Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:36.183Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198416178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:13:36.283Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:36.285Z||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-11-23T10:13:36.285Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:36.299Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:36.299Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:37.184Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:13:37.185Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:13:37.186Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c2cbb256-e583-44db-9812-f5fb17b23c27, URL: /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar to file: /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:37.186Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:37.281Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:37.282Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:38.007Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11100757132723558181/Definitions/service-BasicOnboardCyldmq-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-11-23T10:13:39.940Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:13:39.944Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-23T10:13:39.945Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.945Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-23T10:13:39.945Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.945Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cYldmQ 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-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.947Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-23T10:13:39.953Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.955Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.959Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:39.959Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-23T10:13:39.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:13:39.962Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.963Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.963Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:39.963Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-23T10:13:39.963Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:13:39.964Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.964Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.967Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.967Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is not matching search criteria
2022-11-23T10:13:39.968Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-23T10:13:39.968Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-23T10:13:39.968Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-23T10:13:39.969Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-23T10:13:39.969Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T10:13:39.969Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.969Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:13:39.970Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.971Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:39.971Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:39.972Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.972Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:39.972Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:39.973Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.973Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:39.973Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:39.973Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.974Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is not matching search criteria
2022-11-23T10:13:39.974Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-23T10:13:39.974Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-23T10:13:39.975Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5b1da1ed-e8da-4820-8753-23bb32fd3602
2022-11-23T10:13:39.975Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.975Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.975Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.976Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.976Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.976Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.977Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:39.977Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.977Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_cYldmQ
Description:service
Model UUID:9a2d028f-f583-4b4a-8b23-6cb0f6d558db
Model Version:NULL
Model InvariantUuid:522d90b7-71f5-41fe-8409-24071a947185
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_cYldmQ
Model UUID:f3595f51-33a9-49e2-a001-e27c61cc43e2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528c1ec8-e876-48e7-9f18-51e83e9bc271
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:31aaeab8-dc1a-4401-998c-845d4fc7fefa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ab9d12b6-f412-44eb-9186-14fe10323f99
ModelName:BasicOnboardCyldmq..base_ubuntu18..module-0
ModelUuid:b8ec7134-7404-4c5f-bcdb-1d456643366e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5b1da1ed-e8da-4820-8753-23bb32fd3602
ModelInvariantUuid:ab98c4b1-2137-4d21-9279-cbec7f11d6dd
ModelName:basic_onboard_cYldmQ-nodes.ubuntu18Cvfc
ModelUuid:1c319313-d248-4b0b-93ca-f6f675152b1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:33b5a467-5e7a-44f6-95b2-fa53625e07bd
ModelInvariantUuid:18fd5c08-109a-4000-b035-21e9226e37dc
ModelName:BasicOnboardCyldmq.compute.nodes.heat.ubuntu18
ModelUuid:201e9a3d-ba55-4c26-97d8-c47e4856f1e4
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-11-23T10:13:39.997Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e9c4406e-877c-4e97-b2e2-cd7c76e96d07
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-11-23T10:13:40.091Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||basic_onboard_cYldmQ 0
2022-11-23T10:13:40.099Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e9c4406e-877c-4e97-b2e2-cd7c76e96d07
2022-11-23T10:13:40.100Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: baea50f4-dd44-468f-b72b-917f02f6af0b from URL: /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json
2022-11-23T10:13:40.100Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:13:40.101Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json
2022-11-23T10:13:40.409Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:13:40.410Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json baea50f4-dd44-468f-b72b-917f02f6af0b 798
2022-11-23T10:13:40.410Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json ASDC sendASDCNotification
2022-11-23T10:13:40.410Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json
2022-11-23T10:13:40.411Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:13:40.411Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:40.415Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:40.415Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198420410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:13:40.515Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:40.516Z||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-11-23T10:13:40.516Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:40.529Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:40.530Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:13:41.416Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCyldmq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ab9d12b6-f412-44eb-9186-14fe10323f99",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b8ec7134-7404-4c5f-bcdb-1d456643366e",
    "vfModuleModelCustomizationUUID": "c9118476-f0cc-4604-9e6b-1c2869d474d6",
    "isBase": true,
    "artifacts": [
      "6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e",
      "7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430"
    ],
    "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-11-23T10:13:41.431Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCyldmq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8ec7134-7404-4c5f-bcdb-1d456643366e
VfModuleModelInvariantUUID:ab9d12b6-f412-44eb-9186-14fe10323f99
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e
,
7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430

}
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-11-23T10:13:41.434Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCyldmq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ab9d12b6-f412-44eb-9186-14fe10323f99",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b8ec7134-7404-4c5f-bcdb-1d456643366e",
    "vfModuleModelCustomizationUUID": "c9118476-f0cc-4604-9e6b-1c2869d474d6",
    "isBase": true,
    "artifacts": [
      "6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e",
      "7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430"
    ],
    "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-11-23T10:13:41.434Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCyldmq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8ec7134-7404-4c5f-bcdb-1d456643366e
VfModuleModelInvariantUUID:ab9d12b6-f412-44eb-9186-14fe10323f99
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e
,
7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430

}
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-11-23T10:13:41.434Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e from URL: /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml
2022-11-23T10:13:41.434Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:13:41.434Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml
2022-11-23T10:13:41.518Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:13:41.518Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml 6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e 5033
2022-11-23T10:13:41.519Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-23T10:13:41.519Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml
2022-11-23T10:13:41.519Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:13:41.520Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:41.534Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:41.534Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198421519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:13:41.622Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-11-23T10:13:41.632Z||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-11-23T10:13:41.632Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:41.645Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:41.646Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:13:42.535Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430 from URL: /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
2022-11-23T10:13:42.535Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:13:42.536Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
2022-11-23T10:13:42.617Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:13:42.617Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env 7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430 909
2022-11-23T10:13:42.618Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-23T10:13:42.618Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
2022-11-23T10:13:42.618Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:13:42.618Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:42.621Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:42.621Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198422618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:13:42.721Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:42.722Z||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-11-23T10:13:42.722Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:42.738Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:42.738Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:43.622Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9a2d028f-f583-4b4a-8b23-6cb0f6d558db
2022-11-23T10:13:43.622Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cYldmQ 0 e9c4406e-877c-4e97-b2e2-cd7c76e96d07 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-11-23T10:13:43.647Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68b4a6ad, org.onap.sdc.toscaparser.api.parameters.Input@8c6ba3a, org.onap.sdc.toscaparser.api.parameters.Input@1c59174a, org.onap.sdc.toscaparser.api.parameters.Input@431c7ca1, org.onap.sdc.toscaparser.api.parameters.Input@ed02ba1]
2022-11-23T10:13:43.651Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.651Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.651Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-23T10:13:43.652Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 31aaeab8-dc1a-4401-998c-845d4fc7fefa
2022-11-23T10:13:43.652Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31aaeab8-dc1a-4401-998c-845d4fc7fefa matches Tosca VF Customization UUID: 31aaeab8-dc1a-4401-998c-845d4fc7fefa
2022-11-23T10:13:43.652Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 31aaeab8-dc1a-4401-998c-845d4fc7fefa  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-11-23T10:13:43.657Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.657Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.658Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 31aaeab8-dc1a-4401-998c-845d4fc7fefa: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-23T10:13:43.659Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57411e3a
2022-11-23T10:13:43.659Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.659Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:13:43.660Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c9118476-f0cc-4604-9e6b-1c2869d474d6
2022-11-23T10:13:43.661Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c9118476-f0cc-4604-9e6b-1c2869d474d6
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-11-23T10:13:43.666Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.666Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:43.666Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:43.667Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.667Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:43.667Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:43.668Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.668Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is not matching search criteria
2022-11-23T10:13:43.668Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-23T10:13:43.668Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-23T10:13:43.669Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5b1da1ed-e8da-4820-8753-23bb32fd3602
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-11-23T10:13:43.675Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.676Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:43.676Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:43.676Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.677Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:43.677Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=31aaeab8-dc1a-4401-998c-845d4fc7fefa
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-11-23T10:13:43.679Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.680Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.681Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9a2d028f-f583-4b4a-8b23-6cb0f6d558db: basic_onboard_cYldmQ
2022-11-23T10:13:43.681Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.681Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.682Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.682Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.683Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.683Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.684Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.684Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.685Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:13:43.685Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.686Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_cYldmQ 
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-11-23T10:13:43.830Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cYldmQ e9c4406e-877c-4e97-b2e2-cd7c76e96d07 1 ASDC deployResourceStructure
2022-11-23T10:13:43.831Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json ASDC sendASDCNotification
2022-11-23T10:13:43.831Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json
2022-11-23T10:13:43.831Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:13:43.832Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:43.833Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:43.834Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198423831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:13:43.934Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:43.936Z||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-11-23T10:13:43.936Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:43.951Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:43.951Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:44.834Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-23T10:13:44.835Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml
2022-11-23T10:13:44.835Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:13:44.836Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:44.838Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:44.838Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198424834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:13:44.938Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:44.939Z||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-11-23T10:13:44.939Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:44.953Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:44.954Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:45.839Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-23T10:13:45.839Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
2022-11-23T10:13:45.839Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:13:45.840Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:45.842Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:45.842Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198425838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-23T10:13:45.942Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:45.943Z||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-11-23T10:13:45.943Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:45.977Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:45.978Z||pool-16-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":2,"count":1}
2022-11-23T10:13:46.843Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar ASDC sendASDCNotification
2022-11-23T10:13:46.843Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:46.843Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:13:46.844Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:46.845Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:46.845Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198426842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:13:46.946Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:46.947Z||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-11-23T10:13:46.947Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:46.959Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:13:46.960Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:47.846Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:13:47.870Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:13:47.871Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:13:47.872Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:13:47.872Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:14:17.872Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:14:17.879Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:14:17.881Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:14:17.881Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:14:17.881Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:14:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:14:22.690Z||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-11-23T10:14:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:14:22.724Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:14:22.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:14:22.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "aai-ml",
  "timestamp": 1669198400714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:14:22.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:14:47.882Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:14:47.910Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:14:47.911Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:14:47.912Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:14:47.912Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:15:17.912Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:15:17.920Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:15:17.923Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:15:17.923Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:15:17.923Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:15:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:15:22.691Z||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-11-23T10:15:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:15:22.724Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:15:22.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:15:22.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:15:22.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:15:22.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:15:22.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198404414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:15:22.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:15:47.923Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:15:47.936Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:15:47.938Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:15:47.938Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:15:47.939Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:16:17.939Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:16:17.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:16:17.949Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:16:17.949Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:16:17.949Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:16:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:16:22.690Z||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-11-23T10:16:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:16:23.227Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:16:23.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198408168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198403589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "aai-ml",
  "timestamp": 1669198400714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198404414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198408168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198403589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "aai-ml",
  "timestamp": 1669198400714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198404414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198408168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198403589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "aai-ml",
  "timestamp": 1669198400714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198404414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198408168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198403589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "aai-ml",
  "timestamp": 1669198400714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198404414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198408168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "cds",
  "timestamp": 1669198412582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198403589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "aai-ml",
  "timestamp": 1669198400714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198404414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198408168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "cds",
  "timestamp": 1669198412582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198403589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "aai-ml",
  "timestamp": 1669198400714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198402687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198404414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198408168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "cds",
  "timestamp": 1669198412582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198415858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "aai-ml",
  "timestamp": 1669198415669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198415891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198416178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "cds",
  "timestamp": 1669198412582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198417014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "cds",
  "timestamp": 1669198412582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198418233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "cds",
  "timestamp": 1669198412582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198419419,
  "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-11-23T10:16:23.257Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
2022-11-23T10:16:23.258Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 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-11-23T10:16:23.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "cds",
  "timestamp": 1669198412582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:16:23.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198420410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198420424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198420570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "cds",
  "timestamp": 1669198420497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198421519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.270Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198421575,
  "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-11-23T10:16:23.275Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
2022-11-23T10:16:23.275Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 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-11-23T10:16:23.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "cds",
  "timestamp": 1669198421515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-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-11-23T10:16:23.284Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
2022-11-23T10:16:23.285Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 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-11-23T10:16:23.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198422618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198423831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198424834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198425838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198426842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "aai-ml",
  "timestamp": 1669198427998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "aai-ml",
  "timestamp": 1669198429004,
  "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-11-23T10:16:23.295Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
2022-11-23T10:16:23.295Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 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-11-23T10:16:47.949Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:16:47.957Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:16:47.960Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:16:47.960Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T10:16:47.960Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T10:16:47.960Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T10:16:47.966Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T10:17:17.967Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 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-11-23T10:17:17.977Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 and serviceModelVersionId: 9a2d028f-f583-4b4a-8b23-6cb0f6d558db
2022-11-23T10:17:17.977Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 522d90b7-71f5-41fe-8409-24071a947185
2022-11-23T10:17:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:17:22.690Z||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-11-23T10:17:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:32.256Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:17:32.945Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?depth=0
2022-11-23T10:17:33.061Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T10:17:33.578Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?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-11-23T10:17:33.583Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?depth=0|INFO|500||Invoke
2022-11-23T10:17:33.709Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-23T10:17:33.919Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?depth=0|INFO|500||InvokeReturn
2022-11-23T10:17:33.921Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?depth=0 has http status code:200 and response headers:{date=[Wed, 23 Nov 2022 10:17:34 GMT], content-length=[0], vertex-id=[168048], x-aai-txid=[2-aai-resources-221123-10:17:34:134-55879], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T10:17:33.921Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-23T10:17:33.925Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T10:17:33.925Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-23T10:17:33.930Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-23T10:17:33.934Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T10:17:33.935Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T10:17:33.935Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:33.938Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:33.938Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198653934,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:17:34.038Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:34.039Z||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-11-23T10:17:34.039Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:34.052Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:17:34.052Z||pool-18-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-11-23T10:17:34.947Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:17:34.948Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:17:34.948Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:45.300Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:17:45.301Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:17:45.301Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:17:45.301Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:54.865Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:17:54.866Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:17:54.866Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:17:54.866Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:55.775Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:17:55.776Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:17:55.776Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb0e4ddd-9c81-4167-90dc-7ebee8b5db34","serviceName":"vFW 2022-11-23 10-16-45","serviceVersion":"1.0","serviceUUID":"4662dab9-b787-4b60-963e-b3f946468cee","serviceDescription":"catalog service description","serviceInvariantUUID":"8f432e33-81c0-4495-99ec-bb11c6684311","resources":[{"resourceInstanceName":"vFW f8395d33-a6f5 0","resourceName":"vFW f8395d33-a6f5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ecb97aee-d207-42bd-b327-70591503ed2d","resourceInvariantUUID":"0d7e8493-d3c2-4009-9878-5a293e5c9ed4","resourceCustomizationUUID":"368b912b-e372-4f8e-8ce8-e46da11cc22e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml","artifactChecksum":"ZTAzZjFkOWJkYWM0ZGQ5NzU4NjAzNGZiMDFhODVkOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56094a0d-7448-4156-9283-2f5497ab9b61","artifactVersion":"1"},{"artifactName":"vfwf8395d33a6f50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json","artifactChecksum":"NmE1OWI3YmRlZTFmMTk0MTFkYjA4NDE0YzVjYmUzNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23ae2278-1dd6-48ea-8a2d-8222732a33a4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a7c12e54-44ae-47e4-8bc2-575c40c7cfec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml","artifactChecksum":"ZmE3YzU1NDZmYTViZDc4ZDcwZDE1NGFiZjc3ZGQ0M2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1c8439d8-dae1-4400-9ab2-1c13092fa419","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"13d0318d-dd7c-4cac-a164-2a64ddf708f4","artifactVersion":"2","generatedFromUUID":"a7c12e54-44ae-47e4-8bc2-575c40c7cfec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221123101645-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml","artifactChecksum":"NDViMzkyOTQ2MzlkMDE2MWNkNmNkOTg0N2UwNzdiMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d91f8e4-289f-47a9-993b-01b3bd9511ed","artifactVersion":"1"},{"artifactName":"service-Vfw20221123101645-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar","artifactChecksum":"ZDI4NmNkN2FjYjFmMWUzNzFiNGY4MmYwMzZhYjY4MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94f450b6-389c-4ee5-bff5-86b763b9f765","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:17:55.778Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:17:55.779Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:55.780Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:55.781Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:17:55.881Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:55.882Z||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-11-23T10:17:55.882Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:55.906Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:17:55.907Z||pool-19-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:17:56.781Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:17:56.782Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:56.784Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:56.784Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:17:56.884Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:56.885Z||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-11-23T10:17:56.885Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:56.897Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:17:56.897Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:17:57.785Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:17:57.786Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:57.787Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:57.788Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:17:57.888Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:57.889Z||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-11-23T10:17:57.889Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:57.903Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:17:57.904Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:17:58.788Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:17:58.789Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:58.791Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:58.791Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:17:58.892Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:58.893Z||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-11-23T10:17:58.893Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:58.924Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:17:58.924Z||pool-22-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:17:59.793Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:17:59.793Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:59.795Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:59.796Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-23T10:17:59.896Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:59.897Z||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-11-23T10:17:59.897Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:59.918Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:17:59.918Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:18:00.802Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:18:00.803Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:00.805Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:00.805Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:00.906Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:00.907Z||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-11-23T10:18:00.907Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:00.918Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:18:00.919Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:01.806Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:18:01.807Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:01.809Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:01.809Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:18:01.909Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:01.911Z||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-11-23T10:18:01.911Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:01.924Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:18:01.924Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:02.811Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "serviceName": "vFW 2022-11-23 10-16-45",
  "serviceVersion": "1.0",
  "serviceUUID": "4662dab9-b787-4b60-963e-b3f946468cee",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8f432e33-81c0-4495-99ec-bb11c6684311",
  "resources": [
    {
      "resourceInstanceName": "vFW f8395d33-a6f5 0",
      "resourceCustomizationUUID": "368b912b-e372-4f8e-8ce8-e46da11cc22e",
      "resourceName": "vFW f8395d33-a6f5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ecb97aee-d207-42bd-b327-70591503ed2d",
      "resourceInvariantUUID": "0d7e8493-d3c2-4009-9878-5a293e5c9ed4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf8395d33a6f50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
          "artifactChecksum": "NmE1OWI3YmRlZTFmMTk0MTFkYjA4NDE0YzVjYmUzNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "23ae2278-1dd6-48ea-8a2d-8222732a33a4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a7c12e54-44ae-47e4-8bc2-575c40c7cfec",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "13d0318d-dd7c-4cac-a164-2a64ddf708f4",
            "generatedFromUUID": "a7c12e54-44ae-47e4-8bc2-575c40c7cfec"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "13d0318d-dd7c-4cac-a164-2a64ddf708f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221123101645-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
      "artifactChecksum": "ZDI4NmNkN2FjYjFmMWUzNzFiNGY4MmYwMzZhYjY4MDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "94f450b6-389c-4ee5-bff5-86b763b9f765"
    }
  ],
  "workloadContext": "Production"
}
2022-11-23T10:18:02.812Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:18:02.812Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4662dab9-b787-4b60-963e-b3f946468cee ASDC
2022-11-23T10:18:02.812Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
ServiceName:vFW 2022-11-23 10-16-45
ServiceVersion:1.0
ServiceUUID:4662dab9-b787-4b60-963e-b3f946468cee
ServiceInvariantUUID:8f432e33-81c0-4495-99ec-bb11c6684311
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221123101645-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar
ArtifactUUID:94f450b6-389c-4ee5-bff5-86b763b9f765
ArtifactChecksum:ZDI4NmNkN2FjYjFmMWUzNzFiNGY4MmYwMzZhYjY4MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f8395d33-a6f5 0
ResourceCustomizationUUID:368b912b-e372-4f8e-8ce8-e46da11cc22e
ResourceInvariantUUID:0d7e8493-d3c2-4009-9878-5a293e5c9ed4
ResourceName:vFW f8395d33-a6f5
ResourceType:VF
ResourceUUID:ecb97aee-d207-42bd-b327-70591503ed2d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf8395d33a6f50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json
ArtifactUUID:23ae2278-1dd6-48ea-8a2d-8222732a33a4
ArtifactChecksum:NmE1OWI3YmRlZTFmMTk0MTFkYjA4NDE0YzVjYmUzNGI=
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/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml
ArtifactUUID:a7c12e54-44ae-47e4-8bc2-575c40c7cfec
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/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
ArtifactUUID:13d0318d-dd7c-4cac-a164-2a64ddf708f4
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/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
ArtifactUUID:13d0318d-dd7c-4cac-a164-2a64ddf708f4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-23T10:18:02.812Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4662dab9-b787-4b60-963e-b3f946468cee 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-11-23T10:18:02.837Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:18:02.838Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:18:02.838Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:18:02.838Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 94f450b6-389c-4ee5-bff5-86b763b9f765 from URL: /sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:02.838Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:18:02.839Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:02.919Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:18:02.925Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar 94f450b6-389c-4ee5-bff5-86b763b9f765 100713
2022-11-23T10:18:02.925Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar ASDC sendASDCNotification
2022-11-23T10:18:02.925Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:02.925Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:18:02.926Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:02.928Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:02.928Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198682925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:03.028Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:03.029Z||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-11-23T10:18:03.029Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:03.049Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:18:03.049Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":3,"count":1}
2022-11-23T10:18:03.928Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:18:03.930Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:18:03.930Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 94f450b6-389c-4ee5-bff5-86b763b9f765, URL: /sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar to file: /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:03.931Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221123101645-csar.csar
2022-11-23T10:18:03.931Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:03.932Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:04.177Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8774959892619026544/Definitions/service-Vfw20221123101645-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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
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
2022-11-23T10:18:06.431Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f8395d33-a6f5 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-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.434Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.434Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-23T10:18:06.434Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.434Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.434Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:06.435Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-23T10:18:06.435Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:18:06.435Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.436Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.436Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:06.436Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-23T10:18:06.436Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:18:06.437Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.437Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.437Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.437Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:06.438Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:06.438Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T10:18:06.438Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.438Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.438Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T10:18:06.439Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.439Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:06.439Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T10:18:06.439Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T10:18:06.439Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.440Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.440Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T10:18:06.440Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.440Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T10:18:06.440Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.441Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T10:18:06.441Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.441Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:18:06.441Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.441Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:06.442Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:06.442Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.442Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:06.443Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:06.443Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.443Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:06.443Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:06.444Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.444Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:06.444Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:06.444Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-23T10:18:06.444Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:06.445Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T10:18:06.445Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T10:18:06.445Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.445Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.445Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T10:18:06.446Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.446Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T10:18:06.446Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.446Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f35e4e38-3d0c-45ce-8bc9-3b651e05b56f
2022-11-23T10:18:06.447Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.447Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:06.447Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:06.447Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T10:18:06.447Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.448Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.448Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T10:18:06.448Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.448Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:06.449Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-23T10:18:06.449Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T10:18:06.449Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.449Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T10:18:06.449Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.450Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aeb24814-c362-4da7-95a5-65e2bc72d0ba
2022-11-23T10:18:06.450Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.450Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:06.450Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:06.450Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T10:18:06.451Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.451Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.451Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T10:18:06.451Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.451Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:06.452Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T10:18:06.452Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T10:18:06.452Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.452Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.452Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-23T10:18:06.453Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a697c834-9d2e-4072-8b51-1c98c51d6fb5
2022-11-23T10:18:06.453Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.453Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.453Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.453Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.454Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.454Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.454Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:06.454Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.454Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-23 10-16-45
Description:catalog service description
Model UUID:4662dab9-b787-4b60-963e-b3f946468cee
Model Version:NULL
Model InvariantUuid:8f432e33-81c0-4495-99ec-bb11c6684311
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f8395d33-a6f5
Model UUID:0e0b6a77-a54a-47f5-b128-f29a64d42a92
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0d7e8493-d3c2-4009-9878-5a293e5c9ed4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:368b912b-e372-4f8e-8ce8-e46da11cc22e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e5bb3128-6fd7-4381-b7e0-445c3c74db4d
ModelName:VfwF8395d33A6f5..base_vfw..module-0
ModelUuid:9254a506-5544-416f-8149-05c225a5ba24
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f35e4e38-3d0c-45ce-8bc9-3b651e05b56f
ModelInvariantUuid:7b1e358e-f757-423e-8399-c5d5de6c6dfe
ModelName:vFW f8395d33-a6f5-nodes.vfwCvfc
ModelUuid:f3ffa8ab-a88e-4de9-995c-220e3f75c33c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f8169326-1070-4685-adec-cd7be8bf9a45
ModelInvariantUuid:44b02afb-53ea-4ef2-ab59-05c004dd0425
ModelName:VfwF8395d33A6f5.compute.nodes.heat.vfw
ModelUuid:1dd1d582-287e-445a-b721-622aca9066a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aeb24814-c362-4da7-95a5-65e2bc72d0ba
ModelInvariantUuid:140db110-b871-4b97-a57c-4c1d10690deb
ModelName:vFW f8395d33-a6f5-nodes.vsnCvfc
ModelUuid:4d03eb3d-e83a-45ae-86fd-7048227cf43d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d51a27eb-21fc-4565-b386-673e77ded618
ModelInvariantUuid:5f97d5f3-a8b5-462e-9eee-eab84448b80b
ModelName:VfwF8395d33A6f5.compute.nodes.heat.vsn
ModelUuid:fd6724b4-05fd-4b3f-9037-46302fbe87d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a697c834-9d2e-4072-8b51-1c98c51d6fb5
ModelInvariantUuid:b2bd2cc7-a3be-4760-bde0-ce36bdcf60e1
ModelName:vFW f8395d33-a6f5-nodes.vpgCvfc
ModelUuid:6ede7c52-8b09-49e9-ac67-20202afde8e9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f2ed051b-07f4-491c-b134-06a7c98eeb28
ModelInvariantUuid:daa93530-0d87-4bf9-93ac-4138183e4951
ModelName:VfwF8395d33A6f5.compute.nodes.heat.vpg
ModelUuid:11e1bcc6-49e1-4ff9-85c2-03c11f314f62
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-11-23T10:18:06.459Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ecb97aee-d207-42bd-b327-70591503ed2d
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-11-23T10:18:06.461Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||vFW f8395d33-a6f5 0
2022-11-23T10:18:06.461Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ecb97aee-d207-42bd-b327-70591503ed2d
2022-11-23T10:18:06.462Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 23ae2278-1dd6-48ea-8a2d-8222732a33a4 from URL: /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json
2022-11-23T10:18:06.462Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:18:06.462Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json
2022-11-23T10:18:06.575Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:18:06.576Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json 23ae2278-1dd6-48ea-8a2d-8222732a33a4 785
2022-11-23T10:18:06.576Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json ASDC sendASDCNotification
2022-11-23T10:18:06.576Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json
2022-11-23T10:18:06.577Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:18:06.577Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:06.579Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:06.579Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198686576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:06.679Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:06.680Z||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-11-23T10:18:06.681Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:06.693Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:18:06.694Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:07.580Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF8395d33A6f5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e5bb3128-6fd7-4381-b7e0-445c3c74db4d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9254a506-5544-416f-8149-05c225a5ba24",
    "vfModuleModelCustomizationUUID": "996e07fa-d9e9-444a-8527-c8061e20a673",
    "isBase": true,
    "artifacts": [
      "a7c12e54-44ae-47e4-8bc2-575c40c7cfec",
      "13d0318d-dd7c-4cac-a164-2a64ddf708f4"
    ],
    "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-11-23T10:18:07.585Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF8395d33A6f5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9254a506-5544-416f-8149-05c225a5ba24
VfModuleModelInvariantUUID:e5bb3128-6fd7-4381-b7e0-445c3c74db4d
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7c12e54-44ae-47e4-8bc2-575c40c7cfec
,
13d0318d-dd7c-4cac-a164-2a64ddf708f4

}
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-11-23T10:18:07.587Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF8395d33A6f5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e5bb3128-6fd7-4381-b7e0-445c3c74db4d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9254a506-5544-416f-8149-05c225a5ba24",
    "vfModuleModelCustomizationUUID": "996e07fa-d9e9-444a-8527-c8061e20a673",
    "isBase": true,
    "artifacts": [
      "a7c12e54-44ae-47e4-8bc2-575c40c7cfec",
      "13d0318d-dd7c-4cac-a164-2a64ddf708f4"
    ],
    "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-11-23T10:18:07.587Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF8395d33A6f5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9254a506-5544-416f-8149-05c225a5ba24
VfModuleModelInvariantUUID:e5bb3128-6fd7-4381-b7e0-445c3c74db4d
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7c12e54-44ae-47e4-8bc2-575c40c7cfec
,
13d0318d-dd7c-4cac-a164-2a64ddf708f4

}
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-11-23T10:18:07.587Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a7c12e54-44ae-47e4-8bc2-575c40c7cfec from URL: /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml
2022-11-23T10:18:07.588Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:18:07.588Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml
2022-11-23T10:18:07.665Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:18:07.666Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml a7c12e54-44ae-47e4-8bc2-575c40c7cfec 20368
2022-11-23T10:18:07.667Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-23T10:18:07.667Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml
2022-11-23T10:18:07.667Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:18:07.668Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:07.670Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:07.670Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198687667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:07.770Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:07.771Z||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-11-23T10:18:07.771Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:07.791Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:18:07.792Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:08.671Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 13d0318d-dd7c-4cac-a164-2a64ddf708f4 from URL: /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
2022-11-23T10:18:08.672Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:18:08.672Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
2022-11-23T10:18:08.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:18:08.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env 13d0318d-dd7c-4cac-a164-2a64ddf708f4 2098
2022-11-23T10:18:08.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-23T10:18:08.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
2022-11-23T10:18:08.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:18:08.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:08.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:08.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198688747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:08.849Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:08.850Z||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-11-23T10:18:08.851Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:08.869Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:18:08.869Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:09.750Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4662dab9-b787-4b60-963e-b3f946468cee
2022-11-23T10:18:09.751Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f8395d33-a6f5 0 ecb97aee-d207-42bd-b327-70591503ed2d 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-11-23T10:18:09.764Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a2a5b76, org.onap.sdc.toscaparser.api.parameters.Input@6d46e710, org.onap.sdc.toscaparser.api.parameters.Input@87d3ea1, org.onap.sdc.toscaparser.api.parameters.Input@592b3430, org.onap.sdc.toscaparser.api.parameters.Input@11923588]
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 368b912b-e372-4f8e-8ce8-e46da11cc22e
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 368b912b-e372-4f8e-8ce8-e46da11cc22e matches Tosca VF Customization UUID: 368b912b-e372-4f8e-8ce8-e46da11cc22e
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 368b912b-e372-4f8e-8ce8-e46da11cc22e  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-11-23T10:18:09.768Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.768Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.769Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 368b912b-e372-4f8e-8ce8-e46da11cc22e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-23T10:18:09.769Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a55a2f3
2022-11-23T10:18:09.769Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.769Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:18:09.769Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 996e07fa-d9e9-444a-8527-c8061e20a673
2022-11-23T10:18:09.770Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 996e07fa-d9e9-444a-8527-c8061e20a673
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-11-23T10:18:09.771Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.771Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.771Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:09.772Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.772Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.772Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:09.772Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.772Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.774Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.774Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T10:18:09.774Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.774Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T10:18:09.774Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.775Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f35e4e38-3d0c-45ce-8bc9-3b651e05b56f
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-11-23T10:18:09.776Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.776Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.776Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.779Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T10:18:09.779Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.779Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aeb24814-c362-4da7-95a5-65e2bc72d0ba
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-11-23T10:18:09.781Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.781Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.781Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.786Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.786Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-23T10:18:09.786Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a697c834-9d2e-4072-8b51-1c98c51d6fb5
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-11-23T10:18:09.787Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.787Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.787Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:09.788Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.788Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.788Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=368b912b-e372-4f8e-8ce8-e46da11cc22e
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-11-23T10:18:09.789Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.789Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.789Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4662dab9-b787-4b60-963e-b3f946468cee: vFW f8395d33-a6f5
2022-11-23T10:18:09.790Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.790Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.790Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.790Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.790Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-11-23 10-16-45 
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-11-23T10:18:09.898Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f8395d33-a6f5 ecb97aee-d207-42bd-b327-70591503ed2d 1 ASDC deployResourceStructure
2022-11-23T10:18:09.899Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json ASDC sendASDCNotification
2022-11-23T10:18:09.899Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json
2022-11-23T10:18:09.899Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:18:09.899Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:09.901Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:09.901Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198689899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:18:10.002Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:10.003Z||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-11-23T10:18:10.003Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:10.015Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:18:10.015Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:18:10.902Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-23T10:18:10.903Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml
2022-11-23T10:18:10.903Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:18:10.903Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:10.905Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:10.905Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198690902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:18:11.005Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:11.006Z||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-11-23T10:18:11.006Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:11.018Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:18:11.018Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:18:11.906Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-23T10:18:11.907Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
2022-11-23T10:18:11.907Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:18:11.907Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:11.909Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:11.909Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198691906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-23T10:18:12.009Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:12.010Z||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-11-23T10:18:12.010Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:12.022Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:18:12.023Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:12.910Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar ASDC sendASDCNotification
2022-11-23T10:18:12.910Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:12.910Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:18:12.911Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:12.912Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:12.913Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198692910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:18:13.013Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:18:13.014Z||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-11-23T10:18:13.014Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:13.033Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:18:13.033Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:18:13.913Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:18:13.923Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:18:13.925Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:18:13.926Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:18:13.926Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:18:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:18:22.690Z||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-11-23T10:18:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:23.326Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:18:23.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198653934,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:18:23.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198668168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "aai-ml",
  "timestamp": 1669198670714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198673587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "cds",
  "timestamp": 1669198667582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198668168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "aai-ml",
  "timestamp": 1669198670714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198673587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "cds",
  "timestamp": 1669198667582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198668168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198673587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "aai-ml",
  "timestamp": 1669198670714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "cds",
  "timestamp": 1669198667582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198668168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198673587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "cds",
  "timestamp": 1669198667582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "aai-ml",
  "timestamp": 1669198670714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198668168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198673587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "aai-ml",
  "timestamp": 1669198670714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "cds",
  "timestamp": 1669198667582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198668168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "aai-ml",
  "timestamp": 1669198670714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198673587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "cds",
  "timestamp": 1669198667582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669198668168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198674866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198673587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "aai-ml",
  "timestamp": 1669198670714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "cds",
  "timestamp": 1669198667582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "aai-ml",
  "timestamp": 1669198682716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198682925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198682937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "cds",
  "timestamp": 1669198682730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "cds",
  "timestamp": 1669198683737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-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-11-23T10:18:23.348Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
2022-11-23T10:18:23.348Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 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-11-23T10:18:23.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198684411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198684411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:18:23.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198686555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198686576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198684411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669198687560,
  "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-11-23T10:18:23.358Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
2022-11-23T10:18:23.358Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 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-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198687667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198684411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198688747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198684411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198689899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198684411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198690902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198684411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198691906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198692240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198692910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198693416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "aai-ml",
  "timestamp": 1669198694154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198694491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "aai-ml",
  "timestamp": 1669198695158,
  "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-11-23T10:18:23.371Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
2022-11-23T10:18:23.371Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 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-11-23T10:18:23.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198695519,
  "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-11-23T10:18:23.379Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
2022-11-23T10:18:23.379Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 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-11-23T10:18:23.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669198696522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:18:23.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:43.926Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:18:43.935Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:18:43.938Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:18:43.938Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T10:18:43.942Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T10:19:13.942Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 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-11-23T10:19:13.949Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 and serviceModelVersionId: 4662dab9-b787-4b60-963e-b3f946468cee
2022-11-23T10:19:13.949Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f432e33-81c0-4495-99ec-bb11c6684311
2022-11-23T10:19:13.950Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?depth=0
2022-11-23T10:19:13.955Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T10:19:14.011Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?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-11-23T10:19:14.012Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?depth=0|INFO|500||Invoke
2022-11-23T10:19:14.043Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-23T10:19:14.167Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?depth=0|INFO|500||InvokeReturn
2022-11-23T10:19:14.168Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?depth=0 has http status code:200 and response headers:{date=[Wed, 23 Nov 2022 10:19:14 GMT], content-length=[0], vertex-id=[188528], x-aai-txid=[1-aai-resources-221123-10:19:14:475-5848], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T10:19:14.169Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-23T10:19:14.169Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T10:19:14.169Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-23T10:19:14.175Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-23T10:19:14.175Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T10:19:14.176Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T10:19:14.176Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:19:14.178Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:19:14.179Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198754176,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:19:14.279Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:19:14.280Z||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-11-23T10:19:14.280Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:19:14.297Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:19:14.298Z||pool-34-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-11-23T10:19:15.190Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:19:15.191Z||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-11-23T10:19:15.191Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:19:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:19:22.690Z||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-11-23T10:19:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:19:23.320Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:19:23.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:19:23.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669198754176,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:19:23.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:19:24.741Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:19:24.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:19: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-11-23T10:19: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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:19:34.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:19:34.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:19:34.301Z||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-11-23T10:19:34.301Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:19:43.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:20:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:20:22.688Z||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-11-23T10:20:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:20:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:20:22.689Z||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-11-23T10:20:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:20:32.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:20:32.414Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:21:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:21:22.688Z||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-11-23T10:21:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:21:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:21:22.689Z||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-11-23T10:21:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:21:32.240Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:21:32.242Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:22:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:22:22.688Z||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-11-23T10:22:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:22:22.690Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:22:22.690Z||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-11-23T10:22:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:22:32.252Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:22:32.260Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:23:22.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:23:22.688Z||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-11-23T10:23:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:23:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:23:22.690Z||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-11-23T10:23:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:23:32.238Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:23:32.241Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:24:22.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:24:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:24:22.691Z||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-11-23T10:24:22.691Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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-11-23T10:24:22.691Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:24:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:24:32.267Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:24:32.280Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:25:22.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:25:22.688Z||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-11-23T10:25:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:25:22.689Z||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-11-23T10:25:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:23.324Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:25:23.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e0692e7-45f1-4439-940e-6c980cbc7c58","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fde88cc9-0a9c-40cd-b94a-d633c0912a46","serviceDescription":"service","serviceInvariantUUID":"533a01b2-98a6-42d6-a732-5728b29b5bde","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c0de3019-8c1a-4c2f-821c-782337c59a19","resourceInvariantUUID":"a1661caf-027f-4ea0-931c-aae6d12907e8","resourceCustomizationUUID":"19ef75fa-8565-47a8-8ed5-4b798116f8dc","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":"NDMzYzRkYmFhODZiMWVhNjkxMTUzMmU1ZDM0NGUzNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba9a5e06-d257-4c90-829b-8e4576640fff","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmVlZjk4MmQ4YTYxYTA4ZjQ0OTZjYWE0Y2M1YzM5YzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9660a9c0-2679-4158-a7fe-45aae1877e6e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:25:23.336Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:25:23.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199108168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "cds",
  "timestamp": 1669199102582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199104411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199108168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "cds",
  "timestamp": 1669199102582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199104411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "cds",
  "timestamp": 1669199114694,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:25:23.341Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:25:23.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.341Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:25:23.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "cds",
  "timestamp": 1669199115704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T10:25:23.346Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:25:23.346Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199122687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-23T10:25:23.356Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e0692e7-45f1-4439-940e-6c980cbc7c58
2022-11-23T10:25:23.357Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0692e7-45f1-4439-940e-6c980cbc7c58 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-11-23T10:25:23.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "aai-ml",
  "timestamp": 1669199120714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:25:23.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:25:23.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "aai-ml",
  "timestamp": 1669199120714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:25:23.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:25:23.446Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:25:23.447Z||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-11-23T10:25:23.447Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:23.462Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:25:23.463Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:25:24.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:25:24.350Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:25:24.362Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:25:24.362Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199122687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:25:24.453Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-11-23T10:25:24.454Z||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-11-23T10:25:24.454Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:24.465Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:25:24.466Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:25:25.363Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "fde88cc9-0a9c-40cd-b94a-d633c0912a46",
  "serviceDescription": "service",
  "serviceInvariantUUID": "533a01b2-98a6-42d6-a732-5728b29b5bde",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "19ef75fa-8565-47a8-8ed5-4b798116f8dc",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c0de3019-8c1a-4c2f-821c-782337c59a19",
      "resourceInvariantUUID": "a1661caf-027f-4ea0-931c-aae6d12907e8",
      "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": "ZmVlZjk4MmQ4YTYxYTA4ZjQ0OTZjYWE0Y2M1YzM5YzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9660a9c0-2679-4158-a7fe-45aae1877e6e"
    }
  ],
  "workloadContext": "Production"
}
2022-11-23T10:25:25.364Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:25:25.364Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fde88cc9-0a9c-40cd-b94a-d633c0912a46 ASDC
2022-11-23T10:25:25.364Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4e0692e7-45f1-4439-940e-6c980cbc7c58
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fde88cc9-0a9c-40cd-b94a-d633c0912a46
ServiceInvariantUUID:533a01b2-98a6-42d6-a732-5728b29b5bde
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:9660a9c0-2679-4158-a7fe-45aae1877e6e
ArtifactChecksum:ZmVlZjk4MmQ4YTYxYTA4ZjQ0OTZjYWE0Y2M1YzM5YzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:19ef75fa-8565-47a8-8ed5-4b798116f8dc
ResourceInvariantUUID:a1661caf-027f-4ea0-931c-aae6d12907e8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c0de3019-8c1a-4c2f-821c-782337c59a19
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-23T10:25:25.364Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fde88cc9-0a9c-40cd-b94a-d633c0912a46 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-11-23T10:25:25.394Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:25:25.395Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:25:25.395Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:25:25.395Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9660a9c0-2679-4158-a7fe-45aae1877e6e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T10:25:25.396Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:25:25.396Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T10:25:25.523Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:25:25.525Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9660a9c0-2679-4158-a7fe-45aae1877e6e 57660
2022-11-23T10:25:25.526Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-23T10:25:25.526Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T10:25:25.526Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:25:25.526Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:25:25.528Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:25:25.528Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199125526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:25:25.629Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-23T10:25:25.630Z||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-11-23T10:25:25.630Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:25.642Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:25:25.642Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:25:26.529Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:25:26.530Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:25:26.530Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9660a9c0-2679-4158-a7fe-45aae1877e6e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:26.531Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-23T10:25:26.531Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:26.531Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:26.770Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9873348471989686139/Definitions/service-BasicNetwork-template.yml
2022-11-23T10:25:27.318Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:25:27.320Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:25:27.320Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:25:27.320Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.320Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.320Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.323Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.323Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.323Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:fde88cc9-0a9c-40cd-b94a-d633c0912a46
Model Version:NULL
Model InvariantUuid:533a01b2-98a6-42d6-a732-5728b29b5bde
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a1661caf-027f-4ea0-931c-aae6d12907e8
Model UUID:c91f02ee-50c4-429b-8632-a8e635553c12
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:19ef75fa-8565-47a8-8ed5-4b798116f8dc
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-11-23T10:25:27.328Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: c0de3019-8c1a-4c2f-821c-782337c59a19
2022-11-23T10:25:27.329Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||No resources found for Service: fde88cc9-0a9c-40cd-b94a-d633c0912a46
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-11-23T10:25:27.336Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||
2022-11-23T10:25:27.336Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-23T10:25:27.337Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||No resources found for Service: fde88cc9-0a9c-40cd-b94a-d633c0912a46
2022-11-23T10:25:27.338Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: fde88cc9-0a9c-40cd-b94a-d633c0912a46
2022-11-23T10:25:27.338Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-23T10:25:27.338Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:25:27.342Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dfb2890, org.onap.sdc.toscaparser.api.parameters.Input@397d3025, org.onap.sdc.toscaparser.api.parameters.Input@17170556, org.onap.sdc.toscaparser.api.parameters.Input@596298f5, org.onap.sdc.toscaparser.api.parameters.Input@2d2994e1]
2022-11-23T10:25:27.344Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.345Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.345Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.345Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.345Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid fde88cc9-0a9c-40cd-b94a-d633c0912a46: Generic NeutronNet
2022-11-23T10:25:27.345Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.346Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.346Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.346Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:25:27.378Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.378Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.379Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.379Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.379Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:25:27.379Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.379Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:25:27.423Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-23T10:25:27.424Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-23T10:25:27.424Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.424Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:25:27.424Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:25:27.426Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:25:27.426Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199127423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:25:27.526Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:25:27.527Z||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-11-23T10:25:27.527Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:27.543Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:25:27.543Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:25:28.428Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:25:28.434Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:25:28.436Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:25:28.436Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:25:28.436Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:25:58.436Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:25:58.444Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:25:58.449Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:25:58.450Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:25:58.450Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:26:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:26:22.690Z||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-11-23T10:26:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:26:22.820Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:26:22.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:26:22.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199122687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:26:22.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:26:28.450Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:26:28.461Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:26:28.463Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:26:28.463Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:26:28.464Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:26:58.464Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:26:58.473Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:26:58.474Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:26:58.475Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:26:58.475Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:27:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:27:22.690Z||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-11-23T10:27:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:27:22.721Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:27:22.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "aai-ml",
  "timestamp": 1669199123627,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199123587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199122687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199123587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199125526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199126388,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199127423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199128080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "aai-ml",
  "timestamp": 1669199128118,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199129084,
  "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-11-23T10:27:22.729Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e0692e7-45f1-4439-940e-6c980cbc7c58
2022-11-23T10:27:22.729Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0692e7-45f1-4439-940e-6c980cbc7c58 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-11-23T10:27:22.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "aai-ml",
  "timestamp": 1669199129122,
  "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-11-23T10:27:22.738Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e0692e7-45f1-4439-940e-6c980cbc7c58
2022-11-23T10:27:22.738Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0692e7-45f1-4439-940e-6c980cbc7c58 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-11-23T10:27:28.475Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:27:28.489Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:27:28.493Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:27:28.493Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T10:27:28.494Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T10:27:28.494Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T10:27:28.494Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:27:28.495Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:27:28.495Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:27:28.495Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:27:28.496Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:27:28.500Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T10:27:58.501Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58 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-11-23T10:27:58.506Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58 and serviceModelVersionId: fde88cc9-0a9c-40cd-b94a-d633c0912a46
2022-11-23T10:27:58.507Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 533a01b2-98a6-42d6-a732-5728b29b5bde
2022-11-23T10:27:58.508Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0
2022-11-23T10:27:58.515Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T10:27:58.581Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0|INFO|500||Invoke
2022-11-23T10:27:58.582Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e0692e7-45f1-4439-940e-6c980cbc7c58], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9537a1c-7a65-4e08-911f-375123ad4a1b], X-ECOMP-RequestID=[4e0692e7-45f1-4439-940e-6c980cbc7c58], X-TransactionId=[], X-ONAP-RequestID=[4e0692e7-45f1-4439-940e-6c980cbc7c58], Content-Type=[application/merge-patch+json]}
2022-11-23T10:27:58.613Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-23T10:27:58.762Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?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/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0 has http status code:200 and response headers:{date=[Wed, 23 Nov 2022 10:27:59 GMT], content-length=[0], vertex-id=[221184], x-aai-txid=[1-aai-resources-221123-10:27:59:099-99194], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T10:27:58.763Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-23T10:27:58.764Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0|INFO|500||InvokeReturn
2022-11-23T10:27:58.765Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T10:27:58.765Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:27:58.769Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:27:58.770Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e0692e7-45f1-4439-940e-6c980cbc7c58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T10:27:58.770Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T10:27:58.771Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:27:58.773Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:27:58.773Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199278770,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:27:58.873Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:27:58.874Z||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-11-23T10:27:58.874Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:27:58.898Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:27:58.899Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 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-11-23T10:27:59.783Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:27:59.783Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|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-11-23T10:27:59.783Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:04.215Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:04.217Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:28:04.217Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ea168e3-f9b5-4351-898a-90c1d23cd685","serviceName":"Demo_pNF_0RQynAjQobW73E2Ca3QG","serviceVersion":"1.0","serviceUUID":"4e88e659-a7ab-46cb-b136-8dd5cd832d68","serviceDescription":"catalog service description","serviceInvariantUUID":"c9df452f-b843-4ac1-97a2-47ee5ca2481e","resources":[{"resourceInstanceName":"pNF f1673e2c-8f33 0","resourceName":"pNF f1673e2c-8f33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43","resourceInvariantUUID":"cf0dfd69-e32e-44a5-8fd6-4e6022c45d9d","resourceCustomizationUUID":"ca3f4aa6-5088-4f8d-a23c-099c3a06e25c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vf-license-model.xml","artifactChecksum":"NWNjNTQyNWQxNDdlYTI1MzRlZGRiODgxYzMyOTZlZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26674a0f-6146-4b70-acfa-4078ba33543c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/pNF.csar","artifactChecksum":"ZjgzNmFiOTA4OTgxOTgzZjg2OGMxMTNmNzgyMTdiNGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"283b5104-f7dd-48a6-98a3-c5362e582081","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b583af1d-6870-466f-84f0-db2782e0315b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vendor-license-model.xml","artifactChecksum":"M2I1OGFjZjgwOGYzNmMwYjFiZWEwYWIwZWY5MTZhNWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"12b2c458-54ee-4256-aed2-005c6e7065e6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d31d7fa-6786-4fe8-b1b7-f0d04728db01","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8006e6f5-4b5e-4b61-a064-13a6e9b6f830","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0rqynajqobw73e2ca3qg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml","artifactChecksum":"MDVjZDY0MWEwZjM2NDY4ZWQyYzY4OGUyMTNmNDczZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9df7ad9-9b86-42d2-8d40-2e38143e7682","artifactVersion":"1"},{"artifactName":"service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar","artifactChecksum":"ZjRmNmU5MzM0Mzg5Y2QwNjgxNjU2ZmFjNWZhZDgzZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f99ef13-b272-4622-ad86-854031108ef4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:28:04.219Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:04.220Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:04.222Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:04.222Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:04.326Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-23T10:28:04.326Z||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-11-23T10:28:04.326Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:04.338Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:04.338Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:05.223Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:05.224Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:05.226Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:05.226Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:05.326Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:05.327Z||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-11-23T10:28:05.327Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:05.339Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:05.339Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:06.226Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:06.229Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:06.231Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:06.231Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:06.331Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:06.332Z||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-11-23T10:28:06.332Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:06.344Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:06.344Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:07.232Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:07.233Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:07.235Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:07.236Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:07.336Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:07.337Z||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-11-23T10:28:07.337Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:07.350Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:07.350Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:08.236Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:08.237Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:08.239Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:08.239Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:08.339Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:28:08.340Z||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-11-23T10:28:08.341Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:08.354Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:08.355Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:09.240Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:09.241Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:09.243Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:09.243Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:09.343Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:09.344Z||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-11-23T10:28:09.344Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:09.358Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:09.358Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:28:10.243Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:10.244Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:10.246Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:10.246Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:10.346Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:10.348Z||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-11-23T10:28:10.348Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:10.360Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:10.361Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:11.247Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:11.248Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:11.249Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:11.250Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:28:11.351Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:11.352Z||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-11-23T10:28:11.352Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:11.364Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:11.365Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:12.251Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "serviceName": "Demo_pNF_0RQynAjQobW73E2Ca3QG",
  "serviceVersion": "1.0",
  "serviceUUID": "4e88e659-a7ab-46cb-b136-8dd5cd832d68",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c9df452f-b843-4ac1-97a2-47ee5ca2481e",
  "resources": [
    {
      "resourceInstanceName": "pNF f1673e2c-8f33 0",
      "resourceCustomizationUUID": "ca3f4aa6-5088-4f8d-a23c-099c3a06e25c",
      "resourceName": "pNF f1673e2c-8f33",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43",
      "resourceInvariantUUID": "cf0dfd69-e32e-44a5-8fd6-4e6022c45d9d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
      "artifactChecksum": "ZjRmNmU5MzM0Mzg5Y2QwNjgxNjU2ZmFjNWZhZDgzZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f99ef13-b272-4622-ad86-854031108ef4"
    }
  ],
  "workloadContext": "Production"
}
2022-11-23T10:28:12.251Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:28:12.251Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4e88e659-a7ab-46cb-b136-8dd5cd832d68 ASDC
2022-11-23T10:28:12.252Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3ea168e3-f9b5-4351-898a-90c1d23cd685
ServiceName:Demo_pNF_0RQynAjQobW73E2Ca3QG
ServiceVersion:1.0
ServiceUUID:4e88e659-a7ab-46cb-b136-8dd5cd832d68
ServiceInvariantUUID:c9df452f-b843-4ac1-97a2-47ee5ca2481e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
ArtifactUUID:1f99ef13-b272-4622-ad86-854031108ef4
ArtifactChecksum:ZjRmNmU5MzM0Mzg5Y2QwNjgxNjU2ZmFjNWZhZDgzZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f1673e2c-8f33 0
ResourceCustomizationUUID:ca3f4aa6-5088-4f8d-a23c-099c3a06e25c
ResourceInvariantUUID:cf0dfd69-e32e-44a5-8fd6-4e6022c45d9d
ResourceName:pNF f1673e2c-8f33
ResourceType:PNF
ResourceUUID:63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-23T10:28:12.252Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e88e659-a7ab-46cb-b136-8dd5cd832d68 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-11-23T10:28:12.271Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:28:12.272Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:28:12.272Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:28:12.272Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f99ef13-b272-4622-ad86-854031108ef4 from URL: /sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:12.273Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:28:12.273Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:12.364Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:28:12.369Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar 1f99ef13-b272-4622-ad86-854031108ef4 87781
2022-11-23T10:28:12.370Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar ASDC sendASDCNotification
2022-11-23T10:28:12.370Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:12.370Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:28:12.371Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:12.373Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:12.374Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199292370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:28:12.473Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:28:12.474Z||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-11-23T10:28:12.474Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:12.515Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:12.515Z||pool-48-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:28:13.375Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:28:13.376Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:28:13.376Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1f99ef13-b272-4622-ad86-854031108ef4, URL: /sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar to file: /app/ASDC/1/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:13.376Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:13.377Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:13.377Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:13.540Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11591350370958151107/Definitions/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml
2022-11-23T10:28:14.300Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:28:14.301Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:28:14.301Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.301Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-23T10:28:14.301Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.302Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.302Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.302Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.302Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f1673e2c-8f33 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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Node template pNF f1673e2c-8f33 0 is matching search criteria
2022-11-23T10:28:14.304Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:28:14.304Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF f1673e2c-8f33 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:28:14.304Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:28:14.305Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.305Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Node template pNF f1673e2c-8f33 0 is matching search criteria
2022-11-23T10:28:14.305Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:28:14.305Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF f1673e2c-8f33 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:28:14.305Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:28:14.306Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.306Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:28:14.306Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.306Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:28:14.307Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.307Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:28:14.307Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.307Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:28:14.307Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.308Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0RQynAjQobW73E2Ca3QG
Description:catalog service description
Model UUID:4e88e659-a7ab-46cb-b136-8dd5cd832d68
Model Version:NULL
Model InvariantUuid:c9df452f-b843-4ac1-97a2-47ee5ca2481e
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-11-23T10:28:14.313Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43
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-11-23T10:28:14.316Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||pNF f1673e2c-8f33 0
2022-11-23T10:28:14.316Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43
2022-11-23T10:28:14.316Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 4e88e659-a7ab-46cb-b136-8dd5cd832d68
2022-11-23T10:28:14.316Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4e88e659-a7ab-46cb-b136-8dd5cd832d68
2022-11-23T10:28:14.316Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f1673e2c-8f33 0 63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43 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-11-23T10:28:14.319Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f93a18f, org.onap.sdc.toscaparser.api.parameters.Input@254a7b83, org.onap.sdc.toscaparser.api.parameters.Input@4f62b441, org.onap.sdc.toscaparser.api.parameters.Input@727205bc, org.onap.sdc.toscaparser.api.parameters.Input@50cf5da4]
2022-11-23T10:28:14.319Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:28:14.319Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.319Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4e88e659-a7ab-46cb-b136-8dd5cd832d68: pNF f1673e2c-8f33
2022-11-23T10:28:14.320Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Processing PNF resource: 63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43
2022-11-23T10:28:14.320Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:28:14.320Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.320Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Resource customization UUID: ca3f4aa6-5088-4f8d-a23c-099c3a06e25c is the same as notified resource customizationUUID: ca3f4aa6-5088-4f8d-a23c-099c3a06e25c
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-11-23T10:28:14.363Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f1673e2c-8f33 63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43 0 ASDC deployResourceStructure
2022-11-23T10:28:14.364Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar ASDC sendASDCNotification
2022-11-23T10:28:14.364Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.364Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:28:14.364Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:14.366Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:14.366Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199294364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:28:14.467Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:28:14.467Z||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-11-23T10:28:14.468Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:14.482Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:14.482Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:15.367Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ea168e3-f9b5-4351-898a-90c1d23cd685
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:28:15.375Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ea168e3-f9b5-4351-898a-90c1d23cd685
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:28:15.376Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:28:15.376Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:28:15.377Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:28:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:28:22.690Z||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-11-23T10:28:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:22.737Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:28:22.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199204410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199204410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199204410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199204410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "cds",
  "timestamp": 1669199207583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199204410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199208168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "cds",
  "timestamp": 1669199207583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199204410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199208168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "cds",
  "timestamp": 1669199207583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199204410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199208168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "cds",
  "timestamp": 1669199207583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "aai-ml",
  "timestamp": 1669199210715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199204410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:28:22.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199208168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "cds",
  "timestamp": 1669199207583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "aai-ml",
  "timestamp": 1669199210715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199208168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "cds",
  "timestamp": 1669199207583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "aai-ml",
  "timestamp": 1669199210715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199213587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199208168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:28:22.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "cds",
  "timestamp": 1669199207583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "aai-ml",
  "timestamp": 1669199210715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199213587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199208168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "cds",
  "timestamp": 1669199207583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:28:22.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "aai-ml",
  "timestamp": 1669199210715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199213587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199208168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "cds",
  "timestamp": 1669199216353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:28:22.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:28:22.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "aai-ml",
  "timestamp": 1669199210715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199213587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199216958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:28:22.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:28:22.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "cds",
  "timestamp": 1669199217360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-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-11-23T10:28:22.756Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ea168e3-f9b5-4351-898a-90c1d23cd685
2022-11-23T10:28:22.756Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ea168e3-f9b5-4351-898a-90c1d23cd685 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-11-23T10:28:22.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "aai-ml",
  "timestamp": 1669199210715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199213587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "aai-ml",
  "timestamp": 1669199210715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:28:22.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199218161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:28:22.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:28:22.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199213587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199219165,
  "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-11-23T10:28:22.782Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3ea168e3-f9b5-4351-898a-90c1d23cd685
2022-11-23T10:28:22.782Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ea168e3-f9b5-4351-898a-90c1d23cd685 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-11-23T10:28:22.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "aai-ml",
  "timestamp": 1669199219481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:28:22.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:28:22.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199213587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199213587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:28:22.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199222377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:28:22.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:28:22.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199224338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:28:22.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:28:22.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "aai-ml",
  "timestamp": 1669199224713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:28:22.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:28:22.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199225344,
  "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-11-23T10:28:22.791Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ea168e3-f9b5-4351-898a-90c1d23cd685
2022-11-23T10:28:22.791Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ea168e3-f9b5-4351-898a-90c1d23cd685 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-11-23T10:28:22.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "aai-ml",
  "timestamp": 1669199225717,
  "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-11-23T10:28:22.798Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ea168e3-f9b5-4351-898a-90c1d23cd685
2022-11-23T10:28:22.798Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ea168e3-f9b5-4351-898a-90c1d23cd685 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-11-23T10:28:22.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "cds",
  "timestamp": 1669199237582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199240714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "cds",
  "timestamp": 1669199237582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:22.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:28:22.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199240714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:28:22.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:28:45.377Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ea168e3-f9b5-4351-898a-90c1d23cd685
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:28:45.390Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ea168e3-f9b5-4351-898a-90c1d23cd685
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:28:45.392Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:28:45.392Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T10:28:45.393Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T10:28:45.393Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T10:28:45.393Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:28:45.393Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:28:45.393Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:28:45.393Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:28:45.393Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:28:45.393Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-11-23T10:28:45.398Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T10:29:15.398Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ea168e3-f9b5-4351-898a-90c1d23cd685 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-11-23T10:29:15.403Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ea168e3-f9b5-4351-898a-90c1d23cd685 and serviceModelVersionId: 4e88e659-a7ab-46cb-b136-8dd5cd832d68
2022-11-23T10:29:15.404Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9df452f-b843-4ac1-97a2-47ee5ca2481e
2022-11-23T10:29:15.404Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9df452f-b843-4ac1-97a2-47ee5ca2481e/model-vers/model-ver/4e88e659-a7ab-46cb-b136-8dd5cd832d68?depth=0
2022-11-23T10:29:15.408Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T10:29:15.464Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9df452f-b843-4ac1-97a2-47ee5ca2481e/model-vers/model-ver/4e88e659-a7ab-46cb-b136-8dd5cd832d68?depth=0|INFO|500||Invoke
2022-11-23T10:29:15.464Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9df452f-b843-4ac1-97a2-47ee5ca2481e/model-vers/model-ver/4e88e659-a7ab-46cb-b136-8dd5cd832d68?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9df452f-b843-4ac1-97a2-47ee5ca2481e/model-vers/model-ver/4e88e659-a7ab-46cb-b136-8dd5cd832d68?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ea168e3-f9b5-4351-898a-90c1d23cd685], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17273fa1-cd83-4ce5-8e12-cfe9a5ab5681], X-ECOMP-RequestID=[3ea168e3-f9b5-4351-898a-90c1d23cd685], X-TransactionId=[], X-ONAP-RequestID=[3ea168e3-f9b5-4351-898a-90c1d23cd685], Content-Type=[application/merge-patch+json]}
2022-11-23T10:29:15.525Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9df452f-b843-4ac1-97a2-47ee5ca2481e/model-vers/model-ver/4e88e659-a7ab-46cb-b136-8dd5cd832d68?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-23T10:29:15.627Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9df452f-b843-4ac1-97a2-47ee5ca2481e/model-vers/model-ver/4e88e659-a7ab-46cb-b136-8dd5cd832d68?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/c9df452f-b843-4ac1-97a2-47ee5ca2481e/model-vers/model-ver/4e88e659-a7ab-46cb-b136-8dd5cd832d68?depth=0 has http status code:200 and response headers:{date=[Wed, 23 Nov 2022 10:29:16 GMT], content-length=[0], vertex-id=[209008], x-aai-txid=[2-aai-resources-221123-10:29:16:019-64859], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T10:29:15.628Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9df452f-b843-4ac1-97a2-47ee5ca2481e/model-vers/model-ver/4e88e659-a7ab-46cb-b136-8dd5cd832d68?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-23T10:29:15.628Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9df452f-b843-4ac1-97a2-47ee5ca2481e/model-vers/model-ver/4e88e659-a7ab-46cb-b136-8dd5cd832d68?depth=0|INFO|500||InvokeReturn
2022-11-23T10:29:15.629Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T10:29:15.629Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-11-23T10:29:15.632Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-11-23T10:29:15.633Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ea168e3-f9b5-4351-898a-90c1d23cd685 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T10:29:15.633Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T10:29:15.633Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:15.635Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:15.635Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199355633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:29:15.735Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:15.736Z||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-11-23T10:29:15.736Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:15.751Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:15.751Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 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-11-23T10:29:16.644Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:29:16.644Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f0499006-6553-4249-9ea7-8bc8d0fd39f6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fcb0253a-6f09-483e-83f9-5a29e75de583","serviceDescription":"service","serviceInvariantUUID":"4cd593d9-e944-401b-ab18-7faccd85e9fe","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ca0f3cd-2f35-4ce2-825c-9754c035e540","resourceInvariantUUID":"8633a8e0-5fdf-4716-9ddd-6766c4d16d6c","resourceCustomizationUUID":"59a991a4-f4c7-4aa4-87bb-0800ab97ba1e","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":"NWNiN2Q5ZjQxM2UxOTY4MWIwMzdjMTYzMzUwMGYxMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35908591-c002-4b80-be29-780ffe8ff040","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":"dc9a9a2f-4b07-4d6a-8126-ea4d70edbb54","artifactVersion":"2","generatedFromUUID":"9e857c9c-5f48-4652-b87a-b13aaf672e79"},{"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":"9e857c9c-5f48-4652-b87a-b13aaf672e79","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":"ZmYxMDljZWQwYzY5MzZhZDVlZjZlMDEyM2U4ZTM0YTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81073193-f638-412e-b14e-5056727db298","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":"92fb29ae-0dec-4ba5-9010-b44bb105416b","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":"7a593207-e4b2-4b76-8199-9944be9ee3a5","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":"54276475-8a52-4917-a516-9e17a3ecbace","artifactVersion":"2","generatedFromUUID":"92fb29ae-0dec-4ba5-9010-b44bb105416b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmU4M2JlNWQ5ODQxODM1MDBhMTlmODViOTkyNmI2ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b738cea7-dbe1-442c-8801-b1f43b8ae2fc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjVkMWI5MjJkOGQyZTI4MzdmOTM5ZjAxYTIyZGFiOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de974657-1682-415a-a0f9-fb75347fcde6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:29:16.644Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:29:16.645Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:16.646Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:16.646Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:16.747Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:16.747Z||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-11-23T10:29:16.748Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:16.759Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:16.759Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:17.647Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:29:17.648Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:17.650Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:17.650Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-23T10:29:17.750Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:17.751Z||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-11-23T10:29:17.751Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:17.764Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:17.764Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:18.650Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:29:18.651Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:18.654Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:18.654Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-23T10:29:18.755Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:18.755Z||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-11-23T10:29:18.756Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:18.769Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:18.769Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:19.655Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:29:19.656Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:19.657Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:19.658Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:29:19.758Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:19.759Z||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-11-23T10:29:19.759Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:19.771Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:19.771Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:20.658Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:29:20.659Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:20.661Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:20.661Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:29:20.761Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:20.762Z||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-11-23T10:29:20.762Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:20.778Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:20.779Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:29:21.661Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:29:21.662Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:21.664Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:21.664Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:21.764Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:21.765Z||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-11-23T10:29:21.765Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:21.788Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:21.788Z||pool-56-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:29:22.665Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:29:22.666Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:22.669Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:22.669Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:29:22.690Z||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-11-23T10:29:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:22.711Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:22.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "cds",
  "timestamp": 1669199237582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199240714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "cds",
  "timestamp": 1669199237582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199240714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "cds",
  "timestamp": 1669199237582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199240714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "cds",
  "timestamp": 1669199237582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199240714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "cds",
  "timestamp": 1669199237582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199240714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "cds",
  "timestamp": 1669199237582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199240714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "cds",
  "timestamp": 1669199237582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199240714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199250461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "cds",
  "timestamp": 1669199250490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "cds",
  "timestamp": 1669199251497,
  "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-11-23T10:29:22.758Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0499006-6553-4249-9ea7-8bc8d0fd39f6
2022-11-23T10:29:22.759Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0499006-6553-4249-9ea7-8bc8d0fd39f6 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-11-23T10:29:22.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199253373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "cds",
  "timestamp": 1669199252582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199254220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "cds",
  "timestamp": 1669199252582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.769Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:22.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199255315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.770Z||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-11-23T10:29:22.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.770Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:22.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "cds",
  "timestamp": 1669199252582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199255695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:29:22.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "cds",
  "timestamp": 1669199252582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199256503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199256698,
  "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-11-23T10:29:22.776Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0499006-6553-4249-9ea7-8bc8d0fd39f6
2022-11-23T10:29:22.776Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0499006-6553-4249-9ea7-8bc8d0fd39f6 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-11-23T10:29:22.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "cds",
  "timestamp": 1669199252582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199257588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "cds",
  "timestamp": 1669199252582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199258308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:29:22.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199258642,
  "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-11-23T10:29:22.787Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0499006-6553-4249-9ea7-8bc8d0fd39f6
2022-11-23T10:29:22.787Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0499006-6553-4249-9ea7-8bc8d0fd39f6 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-11-23T10:29:22.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "cds",
  "timestamp": 1669199252582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "aai-ml",
  "timestamp": 1669199259312,
  "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-11-23T10:29:22.796Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f0499006-6553-4249-9ea7-8bc8d0fd39f6
2022-11-23T10:29:22.796Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0499006-6553-4249-9ea7-8bc8d0fd39f6 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-11-23T10:29:22.800Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:22.800Z||pool-57-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:22.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199259645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:29:22.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "cds",
  "timestamp": 1669199260900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "cds",
  "timestamp": 1669199261906,
  "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-11-23T10:29:22.812Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ede39523-29b0-4a59-b2cd-bbefa4570890
2022-11-23T10:29:22.812Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ede39523-29b0-4a59-b2cd-bbefa4570890 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-11-23T10:29:22.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199243589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669199248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199264825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199244411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199267153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:29:22.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199267833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669199268156,
  "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-11-23T10:29:22.826Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ede39523-29b0-4a59-b2cd-bbefa4570890
2022-11-23T10:29:22.827Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ede39523-29b0-4a59-b2cd-bbefa4570890 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-11-23T10:29:22.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199268919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.831Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199269979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199271004,
  "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-11-23T10:29:22.834Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ede39523-29b0-4a59-b2cd-bbefa4570890
2022-11-23T10:29:22.834Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ede39523-29b0-4a59-b2cd-bbefa4570890 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-11-23T10:29:22.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "aai-ml",
  "timestamp": 1669199270714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669199272008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:29:22.840Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "aai-ml",
  "timestamp": 1669199270714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "aai-ml",
  "timestamp": 1669199270714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "aai-ml",
  "timestamp": 1669199270714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "aai-ml",
  "timestamp": 1669199270714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "aai-ml",
  "timestamp": 1669199270714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "aai-ml",
  "timestamp": 1669199270714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "aai-ml",
  "timestamp": 1669199278460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199278770,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:29:22.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "aai-ml",
  "timestamp": 1669199285657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:29:22.845Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "aai-ml",
  "timestamp": 1669199286661,
  "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-11-23T10:29:22.848Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ede39523-29b0-4a59-b2cd-bbefa4570890
2022-11-23T10:29:22.848Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ede39523-29b0-4a59-b2cd-bbefa4570890 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-11-23T10:29:22.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:22.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:29:22.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:29:22.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199292370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:22.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:22.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:29:22.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199294364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:29:22.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:29:23.670Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:29:23.670Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:23.672Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:23.673Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:29:23.773Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:23.774Z||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-11-23T10:29:23.774Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:23.787Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:23.788Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:24.673Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:29:24.674Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:24.676Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:24.676Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:29:24.776Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:24.777Z||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-11-23T10:29:24.777Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:24.790Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:24.790Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:25.677Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "fcb0253a-6f09-483e-83f9-5a29e75de583",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4cd593d9-e944-401b-ab18-7faccd85e9fe",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "59a991a4-f4c7-4aa4-87bb-0800ab97ba1e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3ca0f3cd-2f35-4ce2-825c-9754c035e540",
      "resourceInvariantUUID": "8633a8e0-5fdf-4716-9ddd-6766c4d16d6c",
      "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": "dc9a9a2f-4b07-4d6a-8126-ea4d70edbb54",
          "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": "9e857c9c-5f48-4652-b87a-b13aaf672e79",
          "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": "ZmYxMDljZWQwYzY5MzZhZDVlZjZlMDEyM2U4ZTM0YTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81073193-f638-412e-b14e-5056727db298",
          "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": "92fb29ae-0dec-4ba5-9010-b44bb105416b",
          "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": "54276475-8a52-4917-a516-9e17a3ecbace",
            "generatedFromUUID": "92fb29ae-0dec-4ba5-9010-b44bb105416b"
          },
          "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": "54276475-8a52-4917-a516-9e17a3ecbace",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjVkMWI5MjJkOGQyZTI4MzdmOTM5ZjAxYTIyZGFiOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de974657-1682-415a-a0f9-fb75347fcde6"
    }
  ],
  "workloadContext": "Production"
}
2022-11-23T10:29:25.678Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:29:25.678Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fcb0253a-6f09-483e-83f9-5a29e75de583 ASDC
2022-11-23T10:29:25.678Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f0499006-6553-4249-9ea7-8bc8d0fd39f6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:fcb0253a-6f09-483e-83f9-5a29e75de583
ServiceInvariantUUID:4cd593d9-e944-401b-ab18-7faccd85e9fe
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:de974657-1682-415a-a0f9-fb75347fcde6
ArtifactChecksum:ZjVkMWI5MjJkOGQyZTI4MzdmOTM5ZjAxYTIyZGFiOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:59a991a4-f4c7-4aa4-87bb-0800ab97ba1e
ResourceInvariantUUID:8633a8e0-5fdf-4716-9ddd-6766c4d16d6c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:3ca0f3cd-2f35-4ce2-825c-9754c035e540
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:dc9a9a2f-4b07-4d6a-8126-ea4d70edbb54
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:9e857c9c-5f48-4652-b87a-b13aaf672e79
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:81073193-f638-412e-b14e-5056727db298
ArtifactChecksum:ZmYxMDljZWQwYzY5MzZhZDVlZjZlMDEyM2U4ZTM0YTc=
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:92fb29ae-0dec-4ba5-9010-b44bb105416b
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:54276475-8a52-4917-a516-9e17a3ecbace
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:54276475-8a52-4917-a516-9e17a3ecbace
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-23T10:29:25.678Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fcb0253a-6f09-483e-83f9-5a29e75de583 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-11-23T10:29:25.705Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:29:25.705Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:29:25.706Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:29:25.706Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: de974657-1682-415a-a0f9-fb75347fcde6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-23T10:29:25.706Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:29:25.706Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-23T10:29:25.779Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:29:25.782Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar de974657-1682-415a-a0f9-fb75347fcde6 73684
2022-11-23T10:29:25.783Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-23T10:29:25.783Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-23T10:29:25.783Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:29:25.783Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:25.785Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:25.785Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199365783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:25.885Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:25.886Z||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-11-23T10:29:25.886Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:25.899Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:25.900Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:26.785Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:29:26.786Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:29:26.787Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: de974657-1682-415a-a0f9-fb75347fcde6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-23T10:29:26.787Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-23T10:29:26.788Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-23T10:29:26.788Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-23T10:29:26.931Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15508690240910829854/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-11-23T10:29:28.080Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:29:28.080Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:29:28.080Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-23T10:29:28.081Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-23T10:29:28.081Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:28.081Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:28.081Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:28.081Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:28.081Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:29:28.082Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.082Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:28.082Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-23T10:29:28.082Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:29:28.083Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:29:28.083Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.083Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:28.083Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-23T10:29:28.083Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:29:28.083Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:29:28.084Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.084Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:28.084Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.084Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-23T10:29:28.084Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-23T10:29:28.084Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-23T10:29:28.085Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T10:29:28.085Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.085Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:29:28.085Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.085Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-23T10:29:28.086Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:29:28.086Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.086Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-23T10:29:28.086Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:29:28.086Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.087Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-23T10:29:28.087Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:29:28.087Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.087Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-23T10:29:28.087Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-23T10:29:28.088Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0e9b4dcd-285a-4d19-a21b-d0f4981d4f7e
2022-11-23T10:29:28.088Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.088Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:28.088Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.089Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:28.089Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.089Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:28.089Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:28.089Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:28.089Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:fcb0253a-6f09-483e-83f9-5a29e75de583
Model Version:NULL
Model InvariantUuid:4cd593d9-e944-401b-ab18-7faccd85e9fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:7cf6eccb-53f3-4de2-ae05-7a41d5b9ca85
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8633a8e0-5fdf-4716-9ddd-6766c4d16d6c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:59a991a4-f4c7-4aa4-87bb-0800ab97ba1e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8decb9da-e944-4972-ac72-fc25c354bd28
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:90190c76-543b-4414-b819-5e6f11e716ce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0e9b4dcd-285a-4d19-a21b-d0f4981d4f7e
ModelInvariantUuid:952c41f7-c231-4b44-bdf0-55ea347ed370
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6107e1e4-7ee7-4165-b197-6140b70405f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:208a44a7-254c-4874-93b7-3db0444af2d8
ModelInvariantUuid:1b68bd01-1b9e-43f8-92e1-9ec39220543e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:8a641661-cd0f-4f03-8491-6bb905b864f2
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-11-23T10:29:28.094Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3ca0f3cd-2f35-4ce2-825c-9754c035e540
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-11-23T10:29:28.096Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-11-23T10:29:28.097Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3ca0f3cd-2f35-4ce2-825c-9754c035e540
2022-11-23T10:29:28.097Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dc9a9a2f-4b07-4d6a-8126-ea4d70edbb54 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-23T10:29:28.097Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:29:28.097Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:28.149Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:29:28.149Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env dc9a9a2f-4b07-4d6a-8126-ea4d70edbb54 12
2022-11-23T10:29:28.150Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:28.150Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:28.150Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:29:28.150Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:28.152Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:28.152Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199368150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:28.252Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:28.253Z||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-11-23T10:29:28.253Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:28.275Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:28.275Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:29.153Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9e857c9c-5f48-4652-b87a-b13aaf672e79 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-23T10:29:29.154Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:29:29.154Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:29.228Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:29:29.229Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9e857c9c-5f48-4652-b87a-b13aaf672e79 2688
2022-11-23T10:29:29.229Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:29.229Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:29.229Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:29:29.230Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:29.232Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:29.232Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199369229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:29.332Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-23T10:29:29.333Z||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-11-23T10:29:29.333Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:29.345Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:29.345Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:30.236Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 81073193-f638-412e-b14e-5056727db298 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-23T10:29:30.236Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:29:30.236Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:30.291Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:29:30.291Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 81073193-f638-412e-b14e-5056727db298 828
2022-11-23T10:29:30.291Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:30.291Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:30.292Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:29:30.292Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:30.293Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:30.293Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199370291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:30.394Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:30.394Z||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-11-23T10:29:30.395Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:30.420Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:30.420Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:31.294Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8decb9da-e944-4972-ac72-fc25c354bd28",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "90190c76-543b-4414-b819-5e6f11e716ce",
    "vfModuleModelCustomizationUUID": "9987eb72-ff20-4e5d-af24-50cafd09c3d5",
    "isBase": true,
    "artifacts": [
      "92fb29ae-0dec-4ba5-9010-b44bb105416b",
      "9e857c9c-5f48-4652-b87a-b13aaf672e79",
      "54276475-8a52-4917-a516-9e17a3ecbace"
    ],
    "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-11-23T10:29:31.298Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90190c76-543b-4414-b819-5e6f11e716ce
VfModuleModelInvariantUUID:8decb9da-e944-4972-ac72-fc25c354bd28
VfModuleModelDescription:NULL
Artifacts UUID List:{
92fb29ae-0dec-4ba5-9010-b44bb105416b
,
9e857c9c-5f48-4652-b87a-b13aaf672e79
,
54276475-8a52-4917-a516-9e17a3ecbace

}
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-11-23T10:29:31.300Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8decb9da-e944-4972-ac72-fc25c354bd28",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "90190c76-543b-4414-b819-5e6f11e716ce",
    "vfModuleModelCustomizationUUID": "9987eb72-ff20-4e5d-af24-50cafd09c3d5",
    "isBase": true,
    "artifacts": [
      "92fb29ae-0dec-4ba5-9010-b44bb105416b",
      "9e857c9c-5f48-4652-b87a-b13aaf672e79",
      "54276475-8a52-4917-a516-9e17a3ecbace"
    ],
    "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-11-23T10:29:31.300Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90190c76-543b-4414-b819-5e6f11e716ce
VfModuleModelInvariantUUID:8decb9da-e944-4972-ac72-fc25c354bd28
VfModuleModelDescription:NULL
Artifacts UUID List:{
92fb29ae-0dec-4ba5-9010-b44bb105416b
,
9e857c9c-5f48-4652-b87a-b13aaf672e79
,
54276475-8a52-4917-a516-9e17a3ecbace

}
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-11-23T10:29:31.300Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 92fb29ae-0dec-4ba5-9010-b44bb105416b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-23T10:29:31.300Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:29:31.300Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:31.344Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:29:31.344Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 92fb29ae-0dec-4ba5-9010-b44bb105416b 1164
2022-11-23T10:29:31.344Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:31.345Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:31.345Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:29:31.345Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:31.347Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:31.347Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199371344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:31.447Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:31.448Z||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-11-23T10:29:31.448Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:31.463Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:31.464Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:32.350Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 54276475-8a52-4917-a516-9e17a3ecbace from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-23T10:29:32.351Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:29:32.351Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:32.421Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:29:32.421Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 54276475-8a52-4917-a516-9e17a3ecbace 200
2022-11-23T10:29:32.422Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:32.422Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:32.422Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:29:32.422Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:32.424Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:32.424Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199372421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:29:32.524Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:32.525Z||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-11-23T10:29:32.525Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:32.539Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:32.539Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:33.424Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: fcb0253a-6f09-483e-83f9-5a29e75de583
2022-11-23T10:29:33.425Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3ca0f3cd-2f35-4ce2-825c-9754c035e540 ASDC
2022-11-23T10:29:33.434Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-23T10:29:33.441Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c1b5156, org.onap.sdc.toscaparser.api.parameters.Input@12bd5418, org.onap.sdc.toscaparser.api.parameters.Input@5db43e75, org.onap.sdc.toscaparser.api.parameters.Input@5d0c55f3, org.onap.sdc.toscaparser.api.parameters.Input@6bab2ee5]
2022-11-23T10:29:33.442Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.443Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:33.443Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-11-23T10:29:33.443Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 59a991a4-f4c7-4aa4-87bb-0800ab97ba1e
2022-11-23T10:29:33.443Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59a991a4-f4c7-4aa4-87bb-0800ab97ba1e matches Tosca VF Customization UUID: 59a991a4-f4c7-4aa4-87bb-0800ab97ba1e
2022-11-23T10:29:33.443Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 59a991a4-f4c7-4aa4-87bb-0800ab97ba1e  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-11-23T10:29:33.445Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.446Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:33.446Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 59a991a4-f4c7-4aa4-87bb-0800ab97ba1e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-23T10:29:33.446Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50691a46
2022-11-23T10:29:33.446Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.446Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:29:33.447Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9987eb72-ff20-4e5d-af24-50cafd09c3d5
2022-11-23T10:29:33.447Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9987eb72-ff20-4e5d-af24-50cafd09c3d5
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-11-23T10:29:33.448Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.449Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-23T10:29:33.449Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:29:33.449Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.449Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-23T10:29:33.449Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:29:33.450Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.450Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-23T10:29:33.450Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-23T10:29:33.450Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0e9b4dcd-285a-4d19-a21b-d0f4981d4f7e
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-11-23T10:29:33.452Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.452Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-23T10:29:33.452Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:29:33.452Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.453Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-23T10:29:33.453Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=59a991a4-f4c7-4aa4-87bb-0800ab97ba1e
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-11-23T10:29:33.454Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.454Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:33.454Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid fcb0253a-6f09-483e-83f9-5a29e75de583: basic_cnf
2022-11-23T10:29:33.454Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.454Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:33.454Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.455Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:33.455Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.455Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:33.455Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.455Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:33.455Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:29:33.455Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:29:33.456Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:33.498Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3ca0f3cd-2f35-4ce2-825c-9754c035e540 1 ASDC deployResourceStructure
2022-11-23T10:29:33.498Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:33.499Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:33.499Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-23T10:29:33.499Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:33.502Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:33.502Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199373498,
  "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-11-23T10:29:33.601Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:29:33.602Z||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-11-23T10:29:33.602Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:33.613Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:33.614Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:29:34.502Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:34.503Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:34.503Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-23T10:29:34.503Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:34.505Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:34.505Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199374502,
  "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-11-23T10:29:34.605Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:34.606Z||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-11-23T10:29:34.607Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:34.622Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:34.622Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:35.505Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:35.506Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:35.506Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:29:35.507Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:35.508Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:35.509Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199375505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:29:35.609Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:35.610Z||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-11-23T10:29:35.610Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:35.622Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:35.622Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:36.509Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:36.509Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:36.510Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:29:36.510Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:36.511Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:36.511Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199376509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:29:36.612Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:36.613Z||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-11-23T10:29:36.613Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:36.624Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:36.624Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:37.514Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:37.514Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:37.515Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:29:37.515Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:37.517Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:37.517Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199377514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-23T10:29:37.617Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:37.621Z||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-11-23T10:29:37.621Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:37.645Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:37.645Z||pool-70-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:38.518Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-23T10:29:38.518Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-23T10:29:38.519Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:29:38.519Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:29:38.521Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:29:38.521Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199378517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:29:38.621Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:29:38.622Z||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-11-23T10:29:38.622Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:29:38.638Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:29:38.638Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:29:39.521Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0499006-6553-4249-9ea7-8bc8d0fd39f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:29:39.528Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0499006-6553-4249-9ea7-8bc8d0fd39f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:29:39.530Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:29:39.530Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T10:29:39.530Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T10:29:39.530Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T10:29:39.530Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:29:39.531Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:29:39.531Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:29:39.531Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:29:39.531Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:29:39.531Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:29:39.534Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T10:30:09.534Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0499006-6553-4249-9ea7-8bc8d0fd39f6 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-11-23T10:30:09.538Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0499006-6553-4249-9ea7-8bc8d0fd39f6 and serviceModelVersionId: fcb0253a-6f09-483e-83f9-5a29e75de583
2022-11-23T10:30:09.538Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4cd593d9-e944-401b-ab18-7faccd85e9fe
2022-11-23T10:30:09.539Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4cd593d9-e944-401b-ab18-7faccd85e9fe/model-vers/model-ver/fcb0253a-6f09-483e-83f9-5a29e75de583?depth=0
2022-11-23T10:30:09.542Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T10:30:09.584Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd593d9-e944-401b-ab18-7faccd85e9fe/model-vers/model-ver/fcb0253a-6f09-483e-83f9-5a29e75de583?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-11-23T10:30:09.585Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd593d9-e944-401b-ab18-7faccd85e9fe/model-vers/model-ver/fcb0253a-6f09-483e-83f9-5a29e75de583?depth=0|INFO|500||Invoke
2022-11-23T10:30:09.612Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd593d9-e944-401b-ab18-7faccd85e9fe/model-vers/model-ver/fcb0253a-6f09-483e-83f9-5a29e75de583?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-23T10:30:09.816Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd593d9-e944-401b-ab18-7faccd85e9fe/model-vers/model-ver/fcb0253a-6f09-483e-83f9-5a29e75de583?depth=0|INFO|500||InvokeReturn
2022-11-23T10:30:09.817Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd593d9-e944-401b-ab18-7faccd85e9fe/model-vers/model-ver/fcb0253a-6f09-483e-83f9-5a29e75de583?depth=0 has http status code:200 and response headers:{date=[Wed, 23 Nov 2022 10:30:10 GMT], content-length=[0], vertex-id=[200904], x-aai-txid=[2-aai-resources-221123-10:30:10:109-19432], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T10:30:09.817Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-11-23T10:30:09.817Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T10:30:09.817Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:30:09.823Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||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-11-23T10:30:09.823Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0499006-6553-4249-9ea7-8bc8d0fd39f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T10:30:09.823Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T10:30:09.823Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:09.825Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:09.825Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199409823,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:30:09.926Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:09.927Z||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-11-23T10:30:09.927Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:09.944Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:09.945Z||pool-72-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-11-23T10:30:10.834Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:30:10.835Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ede39523-29b0-4a59-b2cd-bbefa4570890","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"25e8e235-cb27-4410-b0ba-9ac105f96f94","serviceDescription":"service","serviceInvariantUUID":"7958cb5a-19f4-4479-84ca-ad675a8984d1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1a3434c-4545-47ea-9126-71c41bbfe7bb","resourceInvariantUUID":"7e8987e6-7459-4f91-beb5-02d20b0ef352","resourceCustomizationUUID":"4111c1de-a208-4617-929a-4ba01455dc07","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":"NDdlYTljMWJjNWU5OWFjMGU0MWQyYmZiMDJhOWViN2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5472e062-1d0b-4e66-b2cf-bd7d5380ae25","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":"OWI1NTM5YjhlYTY0MzU4NzQyMDNlOGFiN2VjYWVkYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"437ce623-854b-4e7b-a7cd-ffedcbcba39c","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":"72078421-05b0-4ee5-8bb8-a27f05550eb4","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":"04ab5143-dc32-4841-9746-62704dcd79d1","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":"45ee901e-1321-4d75-aaae-dc0fff82f587","artifactVersion":"2","generatedFromUUID":"72078421-05b0-4ee5-8bb8-a27f05550eb4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGM5MDVhOWY3MTEwMzJjZDU4MzdlYjk2NjRiMmRhZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77797b74-169a-4220-9824-4579fe8025c1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZmYxYzNkYjQ0OWJkOGI5NTc1YWM3M2I0ZGM2NGY5YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7d31496-fe32-4f8c-a7a2-dee408c51c2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:30:10.835Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:30:10.835Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:10.837Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:10.837Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:30:10.937Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:10.938Z||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-11-23T10:30:10.938Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:10.950Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:10.950Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:30:11.837Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:30:11.838Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:11.840Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:11.840Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:30:11.940Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:11.941Z||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-11-23T10:30:11.941Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:11.955Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:11.955Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:30:12.841Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:30:12.842Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:12.843Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:12.843Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:30:12.943Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:12.944Z||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-11-23T10:30:12.944Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:12.956Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:12.956Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:30:13.844Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:30:13.844Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:13.846Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:13.846Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:30:13.946Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:30:13.947Z||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-11-23T10:30:13.947Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:13.982Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:13.982Z||pool-76-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:30:14.847Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:30:14.848Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:14.850Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:14.850Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-23T10:30:14.950Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:14.951Z||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-11-23T10:30:14.951Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:14.963Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:14.963Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:30:15.850Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:30:15.851Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:15.853Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:15.853Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:30:15.954Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-23T10:30:15.955Z||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-11-23T10:30:15.955Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:15.986Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:15.987Z||pool-78-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:30:16.853Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:30:16.854Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:16.856Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:16.856Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:30:16.956Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:16.957Z||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-11-23T10:30:16.957Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:16.968Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:16.969Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:30:17.857Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "25e8e235-cb27-4410-b0ba-9ac105f96f94",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7958cb5a-19f4-4479-84ca-ad675a8984d1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "4111c1de-a208-4617-929a-4ba01455dc07",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b1a3434c-4545-47ea-9126-71c41bbfe7bb",
      "resourceInvariantUUID": "7e8987e6-7459-4f91-beb5-02d20b0ef352",
      "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": "OWI1NTM5YjhlYTY0MzU4NzQyMDNlOGFiN2VjYWVkYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "437ce623-854b-4e7b-a7cd-ffedcbcba39c",
          "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": "72078421-05b0-4ee5-8bb8-a27f05550eb4",
          "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": "45ee901e-1321-4d75-aaae-dc0fff82f587",
            "generatedFromUUID": "72078421-05b0-4ee5-8bb8-a27f05550eb4"
          },
          "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": "45ee901e-1321-4d75-aaae-dc0fff82f587",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZmYxYzNkYjQ0OWJkOGI5NTc1YWM3M2I0ZGM2NGY5YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7d31496-fe32-4f8c-a7a2-dee408c51c2d"
    }
  ],
  "workloadContext": "Production"
}
2022-11-23T10:30:17.858Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:30:17.858Z|f0499006-6553-4249-9ea7-8bc8d0fd39f6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 25e8e235-cb27-4410-b0ba-9ac105f96f94 ASDC
2022-11-23T10:30:17.859Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ede39523-29b0-4a59-b2cd-bbefa4570890
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:25e8e235-cb27-4410-b0ba-9ac105f96f94
ServiceInvariantUUID:7958cb5a-19f4-4479-84ca-ad675a8984d1
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:e7d31496-fe32-4f8c-a7a2-dee408c51c2d
ArtifactChecksum:ZmYxYzNkYjQ0OWJkOGI5NTc1YWM3M2I0ZGM2NGY5YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4111c1de-a208-4617-929a-4ba01455dc07
ResourceInvariantUUID:7e8987e6-7459-4f91-beb5-02d20b0ef352
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b1a3434c-4545-47ea-9126-71c41bbfe7bb
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:437ce623-854b-4e7b-a7cd-ffedcbcba39c
ArtifactChecksum:OWI1NTM5YjhlYTY0MzU4NzQyMDNlOGFiN2VjYWVkYzE=
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:72078421-05b0-4ee5-8bb8-a27f05550eb4
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:45ee901e-1321-4d75-aaae-dc0fff82f587
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:45ee901e-1321-4d75-aaae-dc0fff82f587
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-23T10:30:17.859Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25e8e235-cb27-4410-b0ba-9ac105f96f94 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-11-23T10:30:17.883Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:30:17.884Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:30:17.884Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:30:17.884Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e7d31496-fe32-4f8c-a7a2-dee408c51c2d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-23T10:30:17.884Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:30:17.884Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-23T10:30:18.008Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:30:18.011Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e7d31496-fe32-4f8c-a7a2-dee408c51c2d 74804
2022-11-23T10:30:18.011Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-23T10:30:18.012Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-23T10:30:18.012Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:30:18.012Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:18.014Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:18.015Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199418011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:30:18.115Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:18.116Z||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-11-23T10:30:18.116Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:18.128Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:18.128Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:30:19.015Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:30:19.016Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:30:19.016Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e7d31496-fe32-4f8c-a7a2-dee408c51c2d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-23T10:30:19.016Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-23T10:30:19.017Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-23T10:30:19.017Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-23T10:30:19.161Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP163976326579728671/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-11-23T10:30:20.283Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:30:20.283Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:30:20.283Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-23T10:30:20.283Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-23T10:30:20.283Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:20.284Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:20.284Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:20.284Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:20.284Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:20.284Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:20.284Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:20.284Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:30:20.284Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.285Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:20.285Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-23T10:30:20.285Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:30:20.285Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:30:20.285Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.286Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:20.286Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-23T10:30:20.286Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:30:20.286Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:30:20.286Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.286Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:20.287Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.287Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-23T10:30:20.287Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-23T10:30:20.287Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-23T10:30:20.287Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-23T10:30:20.287Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-23T10:30:20.288Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T10:30:20.288Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.288Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:30:20.288Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.288Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-23T10:30:20.288Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:30:20.289Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.289Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-23T10:30:20.289Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:30:20.289Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.289Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-23T10:30:20.290Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:30:20.290Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.290Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-23T10:30:20.290Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-23T10:30:20.290Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-23T10:30:20.290Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5529a25b-1b02-4cb1-b207-1b321783a01e
2022-11-23T10:30:20.291Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.291Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:20.291Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.291Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:20.291Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.291Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:20.292Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:20.292Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:20.292Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:25e8e235-cb27-4410-b0ba-9ac105f96f94
Model Version:NULL
Model InvariantUuid:7958cb5a-19f4-4479-84ca-ad675a8984d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:59829c30-de17-4388-87f5-5fb9b48d6da1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e8987e6-7459-4f91-beb5-02d20b0ef352
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4111c1de-a208-4617-929a-4ba01455dc07
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ef472220-e5ab-465d-aa9c-48b774dd706a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:375c70d3-302e-4654-8845-5f3151c965a2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5529a25b-1b02-4cb1-b207-1b321783a01e
ModelInvariantUuid:557b7f05-a955-4bd3-8c51-26e1ef272552
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:d8288d61-de84-43a2-a5e7-d7097d275f04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:48ac8377-9706-4523-92f5-dd8834227b8a
ModelInvariantUuid:b8713b32-b3f8-4e2a-9138-237f39f9d207
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:143c1ab2-fd92-4059-a943-b586224ce641
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-11-23T10:30:20.296Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b1a3434c-4545-47ea-9126-71c41bbfe7bb
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-11-23T10:30:20.299Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-11-23T10:30:20.299Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1a3434c-4545-47ea-9126-71c41bbfe7bb
2022-11-23T10:30:20.299Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 437ce623-854b-4e7b-a7cd-ffedcbcba39c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-23T10:30:20.299Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:30:20.299Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:20.348Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:30:20.348Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 437ce623-854b-4e7b-a7cd-ffedcbcba39c 787
2022-11-23T10:30:20.348Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:20.349Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:20.349Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:30:20.349Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:20.350Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:20.351Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199420348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:30:20.451Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:20.452Z||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-11-23T10:30:20.452Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:20.463Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:20.464Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:30:21.351Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ef472220-e5ab-465d-aa9c-48b774dd706a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "375c70d3-302e-4654-8845-5f3151c965a2",
    "vfModuleModelCustomizationUUID": "165036fc-1c1e-4a8f-a457-899bec200981",
    "isBase": true,
    "artifacts": [
      "72078421-05b0-4ee5-8bb8-a27f05550eb4",
      "45ee901e-1321-4d75-aaae-dc0fff82f587"
    ],
    "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-11-23T10:30:21.354Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:375c70d3-302e-4654-8845-5f3151c965a2
VfModuleModelInvariantUUID:ef472220-e5ab-465d-aa9c-48b774dd706a
VfModuleModelDescription:NULL
Artifacts UUID List:{
72078421-05b0-4ee5-8bb8-a27f05550eb4
,
45ee901e-1321-4d75-aaae-dc0fff82f587

}
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-11-23T10:30:21.356Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ef472220-e5ab-465d-aa9c-48b774dd706a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "375c70d3-302e-4654-8845-5f3151c965a2",
    "vfModuleModelCustomizationUUID": "165036fc-1c1e-4a8f-a457-899bec200981",
    "isBase": true,
    "artifacts": [
      "72078421-05b0-4ee5-8bb8-a27f05550eb4",
      "45ee901e-1321-4d75-aaae-dc0fff82f587"
    ],
    "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-11-23T10:30:21.356Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:375c70d3-302e-4654-8845-5f3151c965a2
VfModuleModelInvariantUUID:ef472220-e5ab-465d-aa9c-48b774dd706a
VfModuleModelDescription:NULL
Artifacts UUID List:{
72078421-05b0-4ee5-8bb8-a27f05550eb4
,
45ee901e-1321-4d75-aaae-dc0fff82f587

}
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-11-23T10:30:21.356Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 72078421-05b0-4ee5-8bb8-a27f05550eb4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-23T10:30:21.356Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:30:21.357Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:21.407Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:30:21.407Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 72078421-05b0-4ee5-8bb8-a27f05550eb4 5033
2022-11-23T10:30:21.408Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:21.408Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:21.408Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:30:21.408Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:21.410Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:21.410Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199421408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:30:21.510Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:21.511Z||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-11-23T10:30:21.511Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:21.524Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:21.524Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:30:22.411Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 45ee901e-1321-4d75-aaae-dc0fff82f587 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-23T10:30:22.411Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:30:22.412Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:22.462Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:30:22.463Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 45ee901e-1321-4d75-aaae-dc0fff82f587 903
2022-11-23T10:30:22.463Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:22.463Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:22.463Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:30:22.463Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:22.468Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:22.469Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199422463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:30:22.565Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-23T10:30:22.566Z||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-11-23T10:30:22.567Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:22.581Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:22.582Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:30:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:30:22.690Z||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-11-23T10:30:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:22.715Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:22.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:30:22.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199355633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:30:22.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:30:22.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:30:22.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:30:22.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:30:22.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:30:22.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-23T10:30:22.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:30:22.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:30:22.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-23T10:30:22.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:30:22.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:30:22.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:30:22.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:30:22.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:30:22.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:30:22.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:30:22.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:30:22.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:30:22.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:30:23.469Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 25e8e235-cb27-4410-b0ba-9ac105f96f94
2022-11-23T10:30:23.470Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b1a3434c-4545-47ea-9126-71c41bbfe7bb 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-11-23T10:30:23.480Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27611274, org.onap.sdc.toscaparser.api.parameters.Input@1e882543, org.onap.sdc.toscaparser.api.parameters.Input@6b79c4b6, org.onap.sdc.toscaparser.api.parameters.Input@380095ba, org.onap.sdc.toscaparser.api.parameters.Input@17ddc27c]
2022-11-23T10:30:23.481Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.482Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:23.482Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-11-23T10:30:23.482Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 4111c1de-a208-4617-929a-4ba01455dc07
2022-11-23T10:30:23.482Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4111c1de-a208-4617-929a-4ba01455dc07 matches Tosca VF Customization UUID: 4111c1de-a208-4617-929a-4ba01455dc07
2022-11-23T10:30:23.482Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 4111c1de-a208-4617-929a-4ba01455dc07  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-11-23T10:30:23.484Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.484Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:23.484Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 4111c1de-a208-4617-929a-4ba01455dc07: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-23T10:30:23.485Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51488b6b
2022-11-23T10:30:23.485Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.485Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:30:23.485Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 165036fc-1c1e-4a8f-a457-899bec200981
2022-11-23T10:30:23.485Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 165036fc-1c1e-4a8f-a457-899bec200981
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-11-23T10:30:23.487Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.487Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-23T10:30:23.487Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:30:23.487Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.488Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-23T10:30:23.488Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:30:23.488Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.488Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-23T10:30:23.489Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-23T10:30:23.489Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-23T10:30:23.489Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5529a25b-1b02-4cb1-b207-1b321783a01e
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-11-23T10:30:23.490Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.491Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-23T10:30:23.491Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:30:23.491Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.492Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-23T10:30:23.492Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4111c1de-a208-4617-929a-4ba01455dc07
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-11-23T10:30:23.493Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.494Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:23.494Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 25e8e235-cb27-4410-b0ba-9ac105f96f94: basic_vm
2022-11-23T10:30:23.494Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.494Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:23.495Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.495Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:23.495Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.495Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:23.496Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.496Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:23.496Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:30:23.496Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:30:23.497Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:23.540Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b1a3434c-4545-47ea-9126-71c41bbfe7bb 1 ASDC deployResourceStructure
2022-11-23T10:30:23.541Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:23.541Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:23.541Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:30:23.541Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:23.543Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:23.544Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199423541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:30:23.644Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:23.645Z||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-11-23T10:30:23.645Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:23.659Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:23.659Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:30:24.545Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:24.545Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:24.545Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:30:24.546Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:24.547Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:24.548Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199424545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:30:24.648Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:24.649Z||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-11-23T10:30:24.649Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:24.660Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:24.660Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:30:25.549Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:25.549Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:25.549Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:30:25.550Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:25.552Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:25.552Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199425548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-23T10:30:25.652Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:25.652Z||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-11-23T10:30:25.653Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:25.664Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:25.664Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:30:26.553Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-23T10:30:26.553Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-23T10:30:26.553Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:30:26.554Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:26.555Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:26.556Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199426553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:30:26.656Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:26.656Z||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-11-23T10:30:26.657Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:26.668Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:26.668Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:30:27.556Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ede39523-29b0-4a59-b2cd-bbefa4570890
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:30:27.564Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ede39523-29b0-4a59-b2cd-bbefa4570890
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:30:27.565Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:30:27.566Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T10:30:27.566Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T10:30:27.566Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T10:30:27.566Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:30:27.566Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:30:27.567Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:30:27.567Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:30:27.567Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:30:27.567Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:27.569Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T10:30:57.570Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ede39523-29b0-4a59-b2cd-bbefa4570890 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-11-23T10:30:57.574Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ede39523-29b0-4a59-b2cd-bbefa4570890 and serviceModelVersionId: 25e8e235-cb27-4410-b0ba-9ac105f96f94
2022-11-23T10:30:57.574Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7958cb5a-19f4-4479-84ca-ad675a8984d1
2022-11-23T10:30:57.575Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7958cb5a-19f4-4479-84ca-ad675a8984d1/model-vers/model-ver/25e8e235-cb27-4410-b0ba-9ac105f96f94?depth=0
2022-11-23T10:30:57.579Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T10:30:57.619Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7958cb5a-19f4-4479-84ca-ad675a8984d1/model-vers/model-ver/25e8e235-cb27-4410-b0ba-9ac105f96f94?depth=0|INFO|500||Invoke
2022-11-23T10:30:57.619Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7958cb5a-19f4-4479-84ca-ad675a8984d1/model-vers/model-ver/25e8e235-cb27-4410-b0ba-9ac105f96f94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7958cb5a-19f4-4479-84ca-ad675a8984d1/model-vers/model-ver/25e8e235-cb27-4410-b0ba-9ac105f96f94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ede39523-29b0-4a59-b2cd-bbefa4570890], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ac31093-68bf-4091-a508-c8689839160f], X-ECOMP-RequestID=[ede39523-29b0-4a59-b2cd-bbefa4570890], X-TransactionId=[], X-ONAP-RequestID=[ede39523-29b0-4a59-b2cd-bbefa4570890], Content-Type=[application/merge-patch+json]}
2022-11-23T10:30:57.640Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7958cb5a-19f4-4479-84ca-ad675a8984d1/model-vers/model-ver/25e8e235-cb27-4410-b0ba-9ac105f96f94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-23T10:30:57.749Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7958cb5a-19f4-4479-84ca-ad675a8984d1/model-vers/model-ver/25e8e235-cb27-4410-b0ba-9ac105f96f94?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/7958cb5a-19f4-4479-84ca-ad675a8984d1/model-vers/model-ver/25e8e235-cb27-4410-b0ba-9ac105f96f94?depth=0 has http status code:200 and response headers:{date=[Wed, 23 Nov 2022 10:30:58 GMT], content-length=[0], vertex-id=[176320], x-aai-txid=[0-aai-resources-221123-10:30:58:141-18608], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T10:30:57.749Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7958cb5a-19f4-4479-84ca-ad675a8984d1/model-vers/model-ver/25e8e235-cb27-4410-b0ba-9ac105f96f94?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-23T10:30:57.750Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7958cb5a-19f4-4479-84ca-ad675a8984d1/model-vers/model-ver/25e8e235-cb27-4410-b0ba-9ac105f96f94?depth=0|INFO|500||InvokeReturn
2022-11-23T10:30:57.751Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T10:30:57.751Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:57.754Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||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-11-23T10:30:57.754Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ede39523-29b0-4a59-b2cd-bbefa4570890 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T10:30:57.755Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T10:30:57.755Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:30:57.757Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:30:57.757Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199457754,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:30:57.857Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:30:57.858Z||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-11-23T10:30:57.858Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:30:57.875Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:30:57.875Z||pool-88-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-11-23T10:30:58.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:30:58.766Z||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-11-23T10:30:58.766Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:31:09.160Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:31:09.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:31:09.162Z||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-11-23T10:31:09.162Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:31:18.771Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:31:18.771Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:31:18.772Z||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-11-23T10:31:18.772Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:31:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:31:22.690Z||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-11-23T10:31:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:31:22.726Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:31:22.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-23T10:31:22.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-23T10:31:22.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:31:28.324Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:31:28.325Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:31:28.325Z||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-11-23T10:31:28.326Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:31:37.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:31:37.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:31:37.879Z||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-11-23T10:31:37.879Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:31:47.451Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:32:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:32:22.688Z||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-11-23T10:32:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:32:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:32:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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-11-23T10:32:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:32:22.741Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:32:22.742Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.743Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:32:22.744Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:32:22.744Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.744Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:32:22.744Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:32:22.744Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.744Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199365783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:32:22.744Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.744Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.744Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199368150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:32:22.745Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.745Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.745Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199369229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:32:22.745Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.745Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.745Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199370291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:32:22.745Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199371344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:32:22.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199372421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:32:22.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199373498,
  "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-11-23T10:32:22.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199374502,
  "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-11-23T10:32:22.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199375505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:32:22.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.748Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199376509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:32:22.748Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.748Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.748Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199377514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-23T10:32:22.748Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.748Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.748Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199378517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:32:22.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0499006-6553-4249-9ea7-8bc8d0fd39f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199409823,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:32:22.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:32:22.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:32:22.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.750Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:32:22.750Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:32:22.750Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.750Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:32:22.750Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:32:22.750Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.750Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:32:22.750Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:32:22.751Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.751Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-23T10:32:22.751Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:32:22.751Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.751Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:32:22.751Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:32:22.751Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.751Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199279782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:32:22.752Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:32:22.752Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.752Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199418011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:32:22.752Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.752Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.752Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199420348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:32:22.752Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.752Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.752Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199421408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:32:22.753Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:22.753Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:32:22.753Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199422463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:32:22.753Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:32:32.248Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:33:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:33:22.689Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:33:22.690Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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-11-23T10:33:22.690Z||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-11-23T10:33:22.690Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:33:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:33:23.221Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:33:23.222Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:33:23.222Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199423541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:33:23.224Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:33:23.224Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:33:23.224Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199424545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:33:23.224Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:33:23.224Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:33:23.224Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199425548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-23T10:33:23.224Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:33:23.224Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:33:23.224Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199426553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:33:23.224Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:33:23.225Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:33:23.225Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ede39523-29b0-4a59-b2cd-bbefa4570890",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669199457754,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:33:23.225Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:33:32.264Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:34:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:34:22.688Z||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-11-23T10:34:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:34:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:34:22.690Z||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-11-23T10:34:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:34:32.253Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:34:32.254Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:35:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:35:22.688Z||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-11-23T10:35:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:35:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:35:22.690Z||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-11-23T10:35:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:35:32.246Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:35:32.250Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:36:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:36:22.688Z||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-11-23T10:36:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:36:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:36:22.690Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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-11-23T10:36:22.690Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:36:32.239Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:36:32.242Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:37:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:37:22.688Z||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-11-23T10:37:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:37:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:37:22.689Z||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-11-23T10:37:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:37:32.261Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:37:32.262Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:38:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:38:22.688Z||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-11-23T10:38:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:38:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:38:22.689Z||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-11-23T10:38:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:38:32.244Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:38:32.245Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:39:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:39:22.688Z||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-11-23T10:39:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:39:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:39:22.689Z||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-11-23T10:39:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:39:32.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:39:32.309Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:40:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:40:22.688Z||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-11-23T10:40:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:40:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:40:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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-11-23T10:40:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:40:32.240Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:40:32.241Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:41:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:41:22.688Z||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-11-23T10:41:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:41:22.690Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:41:22.690Z||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-11-23T10:41:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:41:32.241Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:41:32.253Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:42:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:42:22.688Z||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-11-23T10:42:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:42:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:42:22.689Z||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-11-23T10:42:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:42:32.245Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:42:32.249Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:43:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:43:22.689Z||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-11-23T10:43:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:43:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:43:22.690Z||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-11-23T10:43:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:43:32.286Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:43:32.284Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:44:22.688Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:44:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:44:22.691Z||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-11-23T10:44:22.690Z||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-11-23T10:44:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:44:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:44:32.246Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:44:32.254Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:45:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:45:22.688Z||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-11-23T10:45:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:45:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:45:22.690Z||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-11-23T10:45:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:45:32.245Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:45:32.247Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:46:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:46:22.688Z||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-11-23T10:46:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:46:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:46:22.690Z||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-11-23T10:46:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:46:32.240Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:46:32.243Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:47:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:47:22.688Z||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-11-23T10:47:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:47:22.689Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:47:22.689Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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-11-23T10:47:22.690Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:47:32.240Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:47:32.250Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:48:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:48:22.688Z||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-11-23T10:48:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:48:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:48:22.690Z||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-11-23T10:48:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:48:32.242Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:48:32.243Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:49:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:49:22.688Z||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-11-23T10:49:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:49:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:49:22.689Z||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-11-23T10:49:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:49:32.248Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:49:32.265Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:50:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:50:22.688Z||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-11-23T10:50:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:50:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:50:22.689Z||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-11-23T10:50:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:50:32.273Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:50:32.275Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:51:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:51:22.688Z||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-11-23T10:51:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:51:22.689Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:51:22.690Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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-11-23T10:51:22.690Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:51:32.243Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:51:32.243Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:52:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:52:22.688Z||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-11-23T10:52:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:52:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:52:22.689Z||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-11-23T10:52:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:52:32.236Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:52:32.262Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:53:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:53:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:53:22.689Z||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-11-23T10:53:22.689Z||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-11-23T10:53:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:53:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:53:32.340Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:53:32.347Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:54:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:54:22.688Z||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-11-23T10:54:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:54:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:54:22.689Z||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-11-23T10:54:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:54:32.252Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:54:32.276Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:55:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:55:22.688Z||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-11-23T10:55:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:55:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:55:22.689Z||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-11-23T10:55:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:55:32.258Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:55:32.259Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:22.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:56:22.687Z||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-11-23T10:56:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:56:22.689Z||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-11-23T10:56:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:22.834Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:22.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200964410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "cds",
  "timestamp": 1669200962582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200964410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:56:22.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "cds",
  "timestamp": 1669200962582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200964410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:56:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "cds",
  "timestamp": 1669200962582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200968168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200964410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "cds",
  "timestamp": 1669200962582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200968168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200964410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "cds",
  "timestamp": 1669200962582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200968168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200964410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "cds",
  "timestamp": 1669200962582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200968168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200964410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "cds",
  "timestamp": 1669200962582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200968168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200964410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:56:22.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "cds",
  "timestamp": 1669200962582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:56:22.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200968168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200974556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:56:22.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:56:22.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "cds",
  "timestamp": 1669200974352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:56:22.845Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:56:22.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200968168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200975620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:56:22.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:56:22.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200968168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200976692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:56:22.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:56:22.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "cds",
  "timestamp": 1669200976720,
  "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-11-23T10:56:22.868Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
2022-11-23T10:56:22.869Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0 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-11-23T10:56:22.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200977729,
  "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-11-23T10:56:22.883Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
2022-11-23T10:56:22.883Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0 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-11-23T10:56:22.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200977723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200978732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:56:22.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:56:22.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200977723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200977723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200977723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:22.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:56:22.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:22.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:56:23.326Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:23.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:56:23.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b54d7f6-08bb-43f9-a47e-10201e2c7eb0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"176d1d36-1ad4-4cca-ade9-096011ce8e55","serviceDescription":"service","serviceInvariantUUID":"36591ae9-e20c-4a69-a267-eaf579e2a368","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cbd1b11b-a795-4547-9bd0-800b9d4c9a82","resourceInvariantUUID":"344c36ad-8a64-419d-80b4-951fb1fe9f59","resourceCustomizationUUID":"d1f467bb-806f-4341-9f7c-3aaf714a711d","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":"NWIyYjhhYWE3MTJlNjhiYmNjNGQ0YmZjYzlhMGU5ZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fb344191-9ce0-4faa-8e00-bedfb5fe8575","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":"MzRlZGUyNTcxODUxOWNlMjgzMGVjYjAyNGJjNmQ0MWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e938e7e9-b53a-4b6b-8826-b8392d0890d3","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":"4afabd53-7fea-4c4d-87c6-e833fd3d7e41","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":"728040d9-3adf-4e56-acb3-11dc8df0ec6f","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":"605ae3d8-9d12-4ade-a968-10ce99e4a681","artifactVersion":"2","generatedFromUUID":"4afabd53-7fea-4c4d-87c6-e833fd3d7e41"},{"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":"YjljZDlhMzI1ZGZlY2Q2MWFhZGIxODc0ZjFkMGEzZDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"45c62bd1-4845-441d-aafa-48da0684c41a","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":"N2IwMDZjZGJhYzRmMzYwYTNlOTUxYzMyNjlmOWI4ZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b2cc43b-6b32-4d00-817d-3145a9ccb381","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGQ2NDAxNjViZTc5ZGNlZDAzNjhjNGYxMTc0ZDg5YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"387e6ca4-b278-45e3-b1fd-bf9f13adbd16","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:56:23.331Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:56:23.332Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:23.337Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:23.337Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:23.437Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:56:23.438Z||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-11-23T10:56:23.438Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:23.450Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:23.450Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:56:24.338Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:56:24.339Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:24.355Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:24.355Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:56:24.442Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-11-23T10:56:24.443Z||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-11-23T10:56:24.443Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:24.454Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:24.454Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:56:25.356Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:56:25.357Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:25.359Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:25.360Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:56:25.460Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:56:25.461Z||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-11-23T10:56:25.461Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:25.471Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:25.471Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:56:26.361Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:56:26.362Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:26.364Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:26.364Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:26.464Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:56:26.465Z||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-11-23T10:56:26.465Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:26.475Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:26.476Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:56:27.365Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:56:27.366Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:27.368Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:27.369Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-23T10:56:27.469Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:56:27.470Z||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-11-23T10:56:27.470Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:27.482Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:27.482Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:56:28.369Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:56:28.370Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:28.372Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:28.372Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:28.472Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:56:28.474Z||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-11-23T10:56:28.474Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:28.490Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:28.491Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:56:29.373Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:56:29.374Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:29.376Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:29.376Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:56:29.477Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:56:29.478Z||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-11-23T10:56:29.478Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:29.489Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:29.490Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:56:30.377Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:56:30.378Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:30.380Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:30.380Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:56:30.480Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:56:30.481Z||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-11-23T10:56:30.481Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:30.495Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:30.496Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:56:31.381Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "176d1d36-1ad4-4cca-ade9-096011ce8e55",
  "serviceDescription": "service",
  "serviceInvariantUUID": "36591ae9-e20c-4a69-a267-eaf579e2a368",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d1f467bb-806f-4341-9f7c-3aaf714a711d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cbd1b11b-a795-4547-9bd0-800b9d4c9a82",
      "resourceInvariantUUID": "344c36ad-8a64-419d-80b4-951fb1fe9f59",
      "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": "MzRlZGUyNTcxODUxOWNlMjgzMGVjYjAyNGJjNmQ0MWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e938e7e9-b53a-4b6b-8826-b8392d0890d3",
          "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": "4afabd53-7fea-4c4d-87c6-e833fd3d7e41",
          "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": "605ae3d8-9d12-4ade-a968-10ce99e4a681",
            "generatedFromUUID": "4afabd53-7fea-4c4d-87c6-e833fd3d7e41"
          },
          "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": "605ae3d8-9d12-4ade-a968-10ce99e4a681",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MGQ2NDAxNjViZTc5ZGNlZDAzNjhjNGYxMTc0ZDg5YTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "387e6ca4-b278-45e3-b1fd-bf9f13adbd16"
    }
  ],
  "workloadContext": "Production"
}
2022-11-23T10:56:31.382Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:56:31.382Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 176d1d36-1ad4-4cca-ade9-096011ce8e55 ASDC
2022-11-23T10:56:31.383Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:176d1d36-1ad4-4cca-ade9-096011ce8e55
ServiceInvariantUUID:36591ae9-e20c-4a69-a267-eaf579e2a368
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:387e6ca4-b278-45e3-b1fd-bf9f13adbd16
ArtifactChecksum:MGQ2NDAxNjViZTc5ZGNlZDAzNjhjNGYxMTc0ZDg5YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d1f467bb-806f-4341-9f7c-3aaf714a711d
ResourceInvariantUUID:344c36ad-8a64-419d-80b4-951fb1fe9f59
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:cbd1b11b-a795-4547-9bd0-800b9d4c9a82
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:e938e7e9-b53a-4b6b-8826-b8392d0890d3
ArtifactChecksum:MzRlZGUyNTcxODUxOWNlMjgzMGVjYjAyNGJjNmQ0MWY=
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:4afabd53-7fea-4c4d-87c6-e833fd3d7e41
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:605ae3d8-9d12-4ade-a968-10ce99e4a681
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:605ae3d8-9d12-4ade-a968-10ce99e4a681
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-23T10:56:31.384Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 176d1d36-1ad4-4cca-ade9-096011ce8e55 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-11-23T10:56:31.416Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:56:31.418Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-23T10:56:31.418Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-23T10:56:31.418Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 387e6ca4-b278-45e3-b1fd-bf9f13adbd16 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-23T10:56:31.418Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-23T10:56:31.418Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:31.550Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-23T10:56:31.557Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 387e6ca4-b278-45e3-b1fd-bf9f13adbd16 82608
2022-11-23T10:56:31.558Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:31.558Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:31.558Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:56:31.558Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:31.562Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:31.562Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200991557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:56:31.662Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:56:31.663Z||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-11-23T10:56:31.663Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:31.677Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:31.677Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:56:32.563Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:56:32.564Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-23T10:56:32.564Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 387e6ca4-b278-45e3-b1fd-bf9f13adbd16, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-23T10:56:32.564Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-23T10:56:32.565Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-23T10:56:32.565Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-23T10:56:32.765Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17629078840777734000/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-11-23T10:56:34.134Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:56:34.135Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-23T10:56:34.135Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-23T10:56:34.135Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-23T10:56:34.135Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.136Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.136Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.136Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.136Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.136Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.136Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.137Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-23T10:56:34.137Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.137Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.138Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-23T10:56:34.138Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-23T10:56:34.138Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:56:34.139Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.139Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.139Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-23T10:56:34.139Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-23T10:56:34.139Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:56:34.140Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.140Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.140Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.140Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-23T10:56:34.140Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-23T10:56:34.141Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-23T10:56:34.141Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-23T10:56:34.141Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-23T10:56:34.141Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T10:56:34.142Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.142Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.142Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.142Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-23T10:56:34.142Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:56:34.143Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.143Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-23T10:56:34.143Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:56:34.143Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.144Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-23T10:56:34.144Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:56:34.144Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.144Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-23T10:56:34.144Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-23T10:56:34.145Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-23T10:56:34.145Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=49394da1-5518-4087-af3a-0cd099107c8e
2022-11-23T10:56:34.145Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.145Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.146Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.146Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.146Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.146Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.146Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:34.147Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.147Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:176d1d36-1ad4-4cca-ade9-096011ce8e55
Model Version:NULL
Model InvariantUuid:36591ae9-e20c-4a69-a267-eaf579e2a368
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ebea2454-3997-4cea-bfbd-b829a4a7ea90
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:344c36ad-8a64-419d-80b4-951fb1fe9f59
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d1f467bb-806f-4341-9f7c-3aaf714a711d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e5612671-cb0e-44d8-8c21-79bd3f05a3a7
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:891939bd-c5b2-481a-b97d-7ee6684cae20
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:49394da1-5518-4087-af3a-0cd099107c8e
ModelInvariantUuid:22f4aeba-9bee-43fb-ab3e-1307156ec63f
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:fa91f2d4-ea0c-4ede-80e6-f06eeed49e48
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:86c1fd60-0aa5-427a-9399-04140b622726
ModelInvariantUuid:8543615b-a1cb-4c51-92f6-c379959621c2
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:48c85bd3-637e-45bd-a734-3527edd63e86
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-11-23T10:56:34.154Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: cbd1b11b-a795-4547-9bd0-800b9d4c9a82
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-11-23T10:56:34.158Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-11-23T10:56:34.159Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cbd1b11b-a795-4547-9bd0-800b9d4c9a82
2022-11-23T10:56:34.159Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e938e7e9-b53a-4b6b-8826-b8392d0890d3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-23T10:56:34.159Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-23T10:56:34.159Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.274Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-23T10:56:34.274Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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 e938e7e9-b53a-4b6b-8826-b8392d0890d3 792
2022-11-23T10:56:34.275Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.275Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:34.275Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:56:34.275Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:34.277Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:34.278Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200994275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:56:34.378Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:56:34.380Z||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-11-23T10:56:34.380Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:34.395Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:34.395Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:56:35.278Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e5612671-cb0e-44d8-8c21-79bd3f05a3a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "891939bd-c5b2-481a-b97d-7ee6684cae20",
    "vfModuleModelCustomizationUUID": "b6b20753-1250-4ad8-9e30-2d50736ab2f0",
    "isBase": true,
    "artifacts": [
      "4afabd53-7fea-4c4d-87c6-e833fd3d7e41",
      "605ae3d8-9d12-4ade-a968-10ce99e4a681"
    ],
    "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-11-23T10:56:35.283Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:891939bd-c5b2-481a-b97d-7ee6684cae20
VfModuleModelInvariantUUID:e5612671-cb0e-44d8-8c21-79bd3f05a3a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
4afabd53-7fea-4c4d-87c6-e833fd3d7e41
,
605ae3d8-9d12-4ade-a968-10ce99e4a681

}
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-11-23T10:56:35.285Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e5612671-cb0e-44d8-8c21-79bd3f05a3a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "891939bd-c5b2-481a-b97d-7ee6684cae20",
    "vfModuleModelCustomizationUUID": "b6b20753-1250-4ad8-9e30-2d50736ab2f0",
    "isBase": true,
    "artifacts": [
      "4afabd53-7fea-4c4d-87c6-e833fd3d7e41",
      "605ae3d8-9d12-4ade-a968-10ce99e4a681"
    ],
    "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-11-23T10:56:35.286Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:891939bd-c5b2-481a-b97d-7ee6684cae20
VfModuleModelInvariantUUID:e5612671-cb0e-44d8-8c21-79bd3f05a3a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
4afabd53-7fea-4c4d-87c6-e833fd3d7e41
,
605ae3d8-9d12-4ade-a968-10ce99e4a681

}
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-11-23T10:56:35.286Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4afabd53-7fea-4c4d-87c6-e833fd3d7e41 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-23T10:56:35.286Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-23T10:56:35.286Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:35.382Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-23T10:56:35.383Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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 4afabd53-7fea-4c4d-87c6-e833fd3d7e41 5033
2022-11-23T10:56:35.383Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:35.384Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:35.384Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:56:35.384Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:35.386Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:35.386Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200995383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:56:35.486Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:56:35.487Z||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-11-23T10:56:35.487Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:35.498Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:35.498Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:56:36.387Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 605ae3d8-9d12-4ade-a968-10ce99e4a681 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-23T10:56:36.388Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-23T10:56:36.388Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:36.494Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-23T10:56:36.495Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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 605ae3d8-9d12-4ade-a968-10ce99e4a681 903
2022-11-23T10:56:36.496Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:36.496Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:36.496Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:56:36.496Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:36.498Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:36.498Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200996495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:56:36.598Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:56:36.599Z||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-11-23T10:56:36.599Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:36.612Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:36.613Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:56:37.499Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 176d1d36-1ad4-4cca-ade9-096011ce8e55
2022-11-23T10:56:37.500Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cbd1b11b-a795-4547-9bd0-800b9d4c9a82 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-11-23T10:56:37.514Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bb72cf5, org.onap.sdc.toscaparser.api.parameters.Input@15b15e25, org.onap.sdc.toscaparser.api.parameters.Input@474e92d3, org.onap.sdc.toscaparser.api.parameters.Input@de1f, org.onap.sdc.toscaparser.api.parameters.Input@22729a6e]
2022-11-23T10:56:37.516Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.516Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.517Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-23T10:56:37.517Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d1f467bb-806f-4341-9f7c-3aaf714a711d
2022-11-23T10:56:37.517Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1f467bb-806f-4341-9f7c-3aaf714a711d matches Tosca VF Customization UUID: d1f467bb-806f-4341-9f7c-3aaf714a711d
2022-11-23T10:56:37.517Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d1f467bb-806f-4341-9f7c-3aaf714a711d  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-11-23T10:56:37.519Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.520Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.520Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d1f467bb-806f-4341-9f7c-3aaf714a711d: {\"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-11-23T10:56:37.520Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@830aaee
2022-11-23T10:56:37.521Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.521Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.521Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6b20753-1250-4ad8-9e30-2d50736ab2f0
2022-11-23T10:56:37.521Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6b20753-1250-4ad8-9e30-2d50736ab2f0
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-11-23T10:56:37.524Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.524Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-23T10:56:37.524Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:56:37.525Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.525Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-23T10:56:37.525Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:56:37.525Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.526Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-23T10:56:37.526Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-23T10:56:37.526Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-23T10:56:37.526Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=49394da1-5518-4087-af3a-0cd099107c8e
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-11-23T10:56:37.528Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.529Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-23T10:56:37.529Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:56:37.529Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.529Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-23T10:56:37.529Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d1f467bb-806f-4341-9f7c-3aaf714a711d
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-11-23T10:56:37.531Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.531Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.531Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 176d1d36-1ad4-4cca-ade9-096011ce8e55: basic_vm_macro
2022-11-23T10:56:37.531Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.532Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.532Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.532Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.532Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.532Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.533Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.533Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.533Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:56:37.533Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.534Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.631Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cbd1b11b-a795-4547-9bd0-800b9d4c9a82 1 ASDC deployResourceStructure
2022-11-23T10:56:37.632Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.632Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:37.632Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:56:37.633Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:37.635Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:37.635Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200997632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:56:37.735Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:56:37.736Z||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-11-23T10:56:37.736Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:37.755Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:37.755Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:56:38.638Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:38.639Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:38.639Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:56:38.640Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:38.643Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:38.644Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200998637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:56:38.742Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-23T10:56:38.743Z||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-11-23T10:56:38.743Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:38.756Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:38.756Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:56:39.644Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:39.645Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:39.645Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:56:39.645Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:39.647Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:39.647Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200999644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-23T10:56:39.747Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:56:39.748Z||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-11-23T10:56:39.748Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:39.759Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:39.759Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:56:40.648Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:40.649Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:56:40.649Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:56:40.649Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:56:40.651Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:56:40.651Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201000648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:56:40.751Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:56:40.752Z||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-11-23T10:56:40.752Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:56:40.764Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:56:40.764Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:56:41.652Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:56:41.662Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:56:41.664Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:56:41.664Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:56:41.664Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:57:11.665Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:57:11.674Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:57:11.676Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:57:11.676Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:57:11.677Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:57:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:57:22.690Z||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-11-23T10:57:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:57:22.731Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:57:22.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:57:22.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200977723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:57:22.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:57:41.677Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:57:41.687Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:57:41.689Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:57:41.690Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:57:41.690Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:58:11.690Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:58:11.701Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:58:11.705Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:58:11.705Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:58:11.705Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:58:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:58:22.690Z||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-11-23T10:58:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:58:23.239Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:58:23.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200977723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200977723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200984410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200977723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200984410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200977723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200984410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200977723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200984410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200988534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200984410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200988168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "aai-ml",
  "timestamp": 1669200989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200984410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "cds",
  "timestamp": 1669200989982,
  "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-11-23T10:58:23.264Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ced5a92-7990-4375-86d5-adcbb4f3decf
2022-11-23T10:58:23.265Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ced5a92-7990-4375-86d5-adcbb4f3decf 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-11-23T10:58:23.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200988168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200984410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200988168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200991557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200984410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200988168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200992391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200984410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200988168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200984410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200994275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200988168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200994824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200995151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200988168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200995383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200995828,
  "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-11-23T10:58:23.283Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
2022-11-23T10:58:23.283Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0 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-11-23T10:58:23.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200996239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.290Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200988168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200996495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.291Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200988168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200997340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.292Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200997632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:58:23.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669200988168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200998487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "aai-ml",
  "timestamp": 1669200998350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:58:23.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200998637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:58:23.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669200999554,
  "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-11-23T10:58:23.300Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ced5a92-7990-4375-86d5-adcbb4f3decf
2022-11-23T10:58:23.300Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ced5a92-7990-4375-86d5-adcbb4f3decf 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-11-23T10:58:23.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "aai-ml",
  "timestamp": 1669200999354,
  "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-11-23T10:58:23.312Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
2022-11-23T10:58:23.312Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0 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-11-23T10:58:23.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200999644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-23T10:58:23.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669201000557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:58:23.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201000648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:58:23.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669200983587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669201006933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:58:23.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669201009229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:58:23.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669200980714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:58:23.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:58:23.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669201010233,
  "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-11-23T10:58:23.342Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ced5a92-7990-4375-86d5-adcbb4f3decf
2022-11-23T10:58:23.342Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ced5a92-7990-4375-86d5-adcbb4f3decf 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-11-23T10:58:23.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669201010489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:58:23.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669201019061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:58:23.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:58:23.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:58:23.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "aai-ml",
  "timestamp": 1669201020064,
  "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-11-23T10:58:23.355Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ced5a92-7990-4375-86d5-adcbb4f3decf
2022-11-23T10:58:23.356Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ced5a92-7990-4375-86d5-adcbb4f3decf 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-11-23T10:58:41.705Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:58:41.714Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:58:41.716Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:58:41.716Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T10:58:41.717Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T10:58:41.717Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T10:58:41.717Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:58:41.717Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:58:41.717Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:58:41.717Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:58:41.717Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:58:41.717Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:58:41.721Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T10:59:11.722Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0 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-11-23T10:59:11.726Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0 and serviceModelVersionId: 176d1d36-1ad4-4cca-ade9-096011ce8e55
2022-11-23T10:59:11.726Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36591ae9-e20c-4a69-a267-eaf579e2a368
2022-11-23T10:59:11.727Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36591ae9-e20c-4a69-a267-eaf579e2a368/model-vers/model-ver/176d1d36-1ad4-4cca-ade9-096011ce8e55?depth=0
2022-11-23T10:59:11.732Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T10:59:11.775Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36591ae9-e20c-4a69-a267-eaf579e2a368/model-vers/model-ver/176d1d36-1ad4-4cca-ade9-096011ce8e55?depth=0|INFO|500||Invoke
2022-11-23T10:59:11.775Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36591ae9-e20c-4a69-a267-eaf579e2a368/model-vers/model-ver/176d1d36-1ad4-4cca-ade9-096011ce8e55?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36591ae9-e20c-4a69-a267-eaf579e2a368/model-vers/model-ver/176d1d36-1ad4-4cca-ade9-096011ce8e55?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b54d7f6-08bb-43f9-a47e-10201e2c7eb0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47c663ed-367f-4498-902c-5b7648099908], X-ECOMP-RequestID=[1b54d7f6-08bb-43f9-a47e-10201e2c7eb0], X-TransactionId=[], X-ONAP-RequestID=[1b54d7f6-08bb-43f9-a47e-10201e2c7eb0], Content-Type=[application/merge-patch+json]}
2022-11-23T10:59:11.795Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36591ae9-e20c-4a69-a267-eaf579e2a368/model-vers/model-ver/176d1d36-1ad4-4cca-ade9-096011ce8e55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-23T10:59:11.903Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36591ae9-e20c-4a69-a267-eaf579e2a368/model-vers/model-ver/176d1d36-1ad4-4cca-ade9-096011ce8e55?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/36591ae9-e20c-4a69-a267-eaf579e2a368/model-vers/model-ver/176d1d36-1ad4-4cca-ade9-096011ce8e55?depth=0 has http status code:200 and response headers:{date=[Wed, 23 Nov 2022 10:59:12 GMT], content-length=[0], vertex-id=[196800], x-aai-txid=[0-aai-resources-221123-10:59:12:465-68350], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T10:59:11.903Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36591ae9-e20c-4a69-a267-eaf579e2a368/model-vers/model-ver/176d1d36-1ad4-4cca-ade9-096011ce8e55?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-23T10:59:11.903Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36591ae9-e20c-4a69-a267-eaf579e2a368/model-vers/model-ver/176d1d36-1ad4-4cca-ade9-096011ce8e55?depth=0|INFO|500||InvokeReturn
2022-11-23T10:59:11.904Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T10:59:11.904Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:59:11.909Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|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-11-23T10:59:11.910Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b54d7f6-08bb-43f9-a47e-10201e2c7eb0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T10:59:11.910Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T10:59:11.910Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:11.912Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:11.912Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201151910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:59:12.012Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:12.013Z||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-11-23T10:59:12.013Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:12.031Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:12.031Z||pool-105-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-11-23T10:59:12.922Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T10:59:12.922Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ced5a92-7990-4375-86d5-adcbb4f3decf","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b7ad3546-4b53-4cc1-9e49-1d5e69018b2f","serviceDescription":"service","serviceInvariantUUID":"5c9aa53b-f9db-4664-a4fc-4337992fcc46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73b4fdc5-ec20-4e58-abdb-d896597a81f0","resourceInvariantUUID":"a7ccf4a7-a37b-45b6-bc66-977129949046","resourceCustomizationUUID":"f7b5130e-d9f1-45d4-bc63-661c68e844ea","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":"NTBkY2MzMjY3NTRkY2IyOTg5MjU0MzBlMDA3NzMxOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2831ac8f-5137-4fa2-a853-019ec9f014e5","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":"MjFmZTM2MWM0NDBlYmVmYmM3ZGJmMGYxMDM5OGFmMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c75ee63-1bef-4a8a-9835-34616c2f9929","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":"962db206-981c-48a0-94db-5c40c9af2ea0","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":"b17c6a7a-6ef7-4351-a85d-4812c59b622d","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":"d5cdbd09-5e8c-4eda-b904-c649b689bf85","artifactVersion":"2","generatedFromUUID":"a9be35ad-c8ee-449e-a48b-4405812643d4"},{"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":"fe92e77d-3ceb-43c9-a9ea-79584827f3d7","artifactVersion":"2","generatedFromUUID":"962db206-981c-48a0-94db-5c40c9af2ea0"},{"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":"a9be35ad-c8ee-449e-a48b-4405812643d4","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":"9b594bad-0de7-4cfc-a59b-edb6db84becc","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":"NmI5ZmM0MTE5Yjg5ZTk5MjQ1MWRkMzEzODIwYzFhMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50a486f5-803e-4bec-9f55-0fd76114735c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MGEzM2ZiMTc0Y2FkODNlMDZjZWY3MDQ3MWEwODQxOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b92864a-9c65-41af-aa35-5dc3ad0892cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:59:12.923Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:59:12.923Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:12.924Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:12.924Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:59:13.025Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:13.025Z||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-11-23T10:59:13.025Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:13.036Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:13.036Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:13.925Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:59:13.925Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:13.928Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:13.928Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:59:14.028Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:14.029Z||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-11-23T10:59:14.029Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:14.042Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:14.043Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:14.928Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:59:14.931Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:14.934Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:14.934Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:59:15.034Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:15.035Z||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-11-23T10:59:15.035Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:15.045Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:15.045Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:59:15.935Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:59:15.935Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:15.938Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:15.938Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:59:16.038Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:16.039Z||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-11-23T10:59:16.039Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:16.051Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:16.051Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:59:16.939Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:59:16.939Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:16.941Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:16.941Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-23T10:59:17.041Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:17.042Z||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-11-23T10:59:17.042Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:17.053Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:17.053Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:59:17.942Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:59:17.943Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:17.945Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:17.945Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-23T10:59:18.045Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:18.046Z||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-11-23T10:59:18.046Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:18.057Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:18.057Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:59:18.945Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:59:18.946Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:18.948Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:18.948Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-23T10:59:19.048Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:19.049Z||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-11-23T10:59:19.049Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:19.060Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:19.061Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:19.949Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:59:19.950Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:19.952Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:19.952Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:59:20.052Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:20.053Z||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-11-23T10:59:20.053Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:20.065Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:20.066Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:59:20.952Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:59:20.953Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:20.955Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:20.955Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:59:21.055Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:21.056Z||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-11-23T10:59:21.056Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:21.082Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:21.082Z||pool-114-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:21.956Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:59:21.956Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:21.958Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:21.958Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:59:22.058Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:59:22.059Z||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-11-23T10:59:22.059Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:22.073Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:22.075Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:59:22.690Z||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-11-23T10:59:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:22.960Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b7ad3546-4b53-4cc1-9e49-1d5e69018b2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c9aa53b-f9db-4664-a4fc-4337992fcc46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f7b5130e-d9f1-45d4-bc63-661c68e844ea",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73b4fdc5-ec20-4e58-abdb-d896597a81f0",
      "resourceInvariantUUID": "a7ccf4a7-a37b-45b6-bc66-977129949046",
      "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": "MjFmZTM2MWM0NDBlYmVmYmM3ZGJmMGYxMDM5OGFmMDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4c75ee63-1bef-4a8a-9835-34616c2f9929",
          "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": "962db206-981c-48a0-94db-5c40c9af2ea0",
          "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": "fe92e77d-3ceb-43c9-a9ea-79584827f3d7",
            "generatedFromUUID": "962db206-981c-48a0-94db-5c40c9af2ea0"
          },
          "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": "d5cdbd09-5e8c-4eda-b904-c649b689bf85",
          "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": "fe92e77d-3ceb-43c9-a9ea-79584827f3d7",
          "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": "a9be35ad-c8ee-449e-a48b-4405812643d4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MGEzM2ZiMTc0Y2FkODNlMDZjZWY3MDQ3MWEwODQxOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9b92864a-9c65-41af-aa35-5dc3ad0892cb"
    }
  ],
  "workloadContext": "Production"
}
2022-11-23T10:59:22.960Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:59:22.960Z|1b54d7f6-08bb-43f9-a47e-10201e2c7eb0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b7ad3546-4b53-4cc1-9e49-1d5e69018b2f ASDC
2022-11-23T10:59:22.961Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4ced5a92-7990-4375-86d5-adcbb4f3decf
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:b7ad3546-4b53-4cc1-9e49-1d5e69018b2f
ServiceInvariantUUID:5c9aa53b-f9db-4664-a4fc-4337992fcc46
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:9b92864a-9c65-41af-aa35-5dc3ad0892cb
ArtifactChecksum:MGEzM2ZiMTc0Y2FkODNlMDZjZWY3MDQ3MWEwODQxOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f7b5130e-d9f1-45d4-bc63-661c68e844ea
ResourceInvariantUUID:a7ccf4a7-a37b-45b6-bc66-977129949046
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:73b4fdc5-ec20-4e58-abdb-d896597a81f0
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:4c75ee63-1bef-4a8a-9835-34616c2f9929
ArtifactChecksum:MjFmZTM2MWM0NDBlYmVmYmM3ZGJmMGYxMDM5OGFmMDU=
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:962db206-981c-48a0-94db-5c40c9af2ea0
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:fe92e77d-3ceb-43c9-a9ea-79584827f3d7
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:d5cdbd09-5e8c-4eda-b904-c649b689bf85
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:fe92e77d-3ceb-43c9-a9ea-79584827f3d7
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:a9be35ad-c8ee-449e-a48b-4405812643d4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-23T10:59:22.961Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7ad3546-4b53-4cc1-9e49-1d5e69018b2f 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-11-23T10:59:23.001Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:59:23.001Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-23T10:59:23.002Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-23T10:59:23.002Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9b92864a-9c65-41af-aa35-5dc3ad0892cb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-23T10:59:23.002Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-23T10:59:23.003Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:23.232Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-23T10:59:23.242Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9b92864a-9c65-41af-aa35-5dc3ad0892cb 162974
2022-11-23T10:59:23.242Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:23.242Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:23.242Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:59:23.243Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:23.245Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:23.245Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201163242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:59:23.323Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:23.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:59:23.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b54d7f6-08bb-43f9-a47e-10201e2c7eb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201151910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:59:23.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:59:23.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:59:23.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:59:23.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:59:23.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:59:23.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-23T10:59:23.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:59:23.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:59:23.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-23T10:59:23.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:59:23.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:59:23.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:59:23.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:59:23.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:59:23.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-23T10:59:23.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:59:23.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T10:59:23.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669200982687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-23T10:59:23.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-23T10:59:23.345Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:23.346Z||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-11-23T10:59:23.346Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:23.359Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:23.359Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:24.246Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:59:24.247Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-23T10:59:24.248Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9b92864a-9c65-41af-aa35-5dc3ad0892cb, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-23T10:59:24.248Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-23T10:59:24.249Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-23T10:59:24.249Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-23T10:59:24.405Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4316977753270751804/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-23T10:59:25.525Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:59:25.525Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-23T10:59:25.525Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-23T10:59:25.525Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-23T10:59:25.526Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.526Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.526Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.526Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.526Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-23T10:59:25.526Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.526Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.526Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-23T10:59:25.527Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-23T10:59:25.527Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.527Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.527Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.527Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-23T10:59:25.527Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-23T10:59:25.527Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.528Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.528Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.528Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.528Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-23T10:59:25.528Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-23T10:59:25.528Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-23T10:59:25.529Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T10:59:25.529Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.529Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.529Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.529Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-23T10:59:25.529Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:59:25.530Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.530Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-23T10:59:25.530Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:59:25.530Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.530Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-23T10:59:25.530Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:59:25.531Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.531Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-23T10:59:25.531Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:59:25.531Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.531Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-23T10:59:25.531Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-23T10:59:25.532Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7f487fe6-205b-4c9d-92ef-6971a153b9b7
2022-11-23T10:59:25.532Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.532Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.532Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.532Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.532Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.532Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.533Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:25.533Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.533Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:b7ad3546-4b53-4cc1-9e49-1d5e69018b2f
Model Version:NULL
Model InvariantUuid:5c9aa53b-f9db-4664-a4fc-4337992fcc46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8fbbfabd-8525-44bd-8ce8-78cb0c394a10
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7ccf4a7-a37b-45b6-bc66-977129949046
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f7b5130e-d9f1-45d4-bc63-661c68e844ea
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:397e1da0-918b-4863-82d3-9ed6fd615e4e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:3aec2bab-9096-45d9-bc5c-41fafddd4b48
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:962ff780-9327-44af-b6e7-79610bf8a0af
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:02871f30-fdfb-4b49-867b-11d5b175b896
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7f487fe6-205b-4c9d-92ef-6971a153b9b7
ModelInvariantUuid:037a95f1-5ede-4ad6-a17d-05280d4b24e9
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:f81fbaed-afb8-42f3-92d9-afe0bdd374d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:ba7f88f4-b1fa-4afe-b126-70a272fec53e
ModelInvariantUuid:3454ac81-6115-4d80-9a27-d3314342dfd3
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a725f42b-60ca-4907-9191-6d3eba5b3c5d
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-11-23T10:59:25.540Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 73b4fdc5-ec20-4e58-abdb-d896597a81f0
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-11-23T10:59:25.542Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-11-23T10:59:25.542Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73b4fdc5-ec20-4e58-abdb-d896597a81f0
2022-11-23T10:59:25.542Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4c75ee63-1bef-4a8a-9835-34616c2f9929 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-23T10:59:25.542Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-23T10:59:25.542Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.678Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-23T10:59:25.678Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 4c75ee63-1bef-4a8a-9835-34616c2f9929 1565
2022-11-23T10:59:25.679Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.679Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:25.679Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:59:25.679Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:25.681Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:25.681Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201165679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:59:25.781Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:25.782Z||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-11-23T10:59:25.782Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:25.799Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:25.799Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:59:26.682Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "962ff780-9327-44af-b6e7-79610bf8a0af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02871f30-fdfb-4b49-867b-11d5b175b896",
    "vfModuleModelCustomizationUUID": "089c6c07-971b-4a1e-91d4-549784f23a87",
    "isBase": true,
    "artifacts": [
      "962db206-981c-48a0-94db-5c40c9af2ea0",
      "fe92e77d-3ceb-43c9-a9ea-79584827f3d7"
    ],
    "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": "397e1da0-918b-4863-82d3-9ed6fd615e4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3aec2bab-9096-45d9-bc5c-41fafddd4b48",
    "vfModuleModelCustomizationUUID": "54baeba5-e6ef-4d6a-924a-111f70a5adc3",
    "isBase": false,
    "artifacts": [
      "a9be35ad-c8ee-449e-a48b-4405812643d4"
    ],
    "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-11-23T10:59:26.685Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02871f30-fdfb-4b49-867b-11d5b175b896
VfModuleModelInvariantUUID:962ff780-9327-44af-b6e7-79610bf8a0af
VfModuleModelDescription:NULL
Artifacts UUID List:{
962db206-981c-48a0-94db-5c40c9af2ea0
,
fe92e77d-3ceb-43c9-a9ea-79584827f3d7

}
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:3aec2bab-9096-45d9-bc5c-41fafddd4b48
VfModuleModelInvariantUUID:397e1da0-918b-4863-82d3-9ed6fd615e4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9be35ad-c8ee-449e-a48b-4405812643d4

}
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-11-23T10:59:26.687Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "962ff780-9327-44af-b6e7-79610bf8a0af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02871f30-fdfb-4b49-867b-11d5b175b896",
    "vfModuleModelCustomizationUUID": "089c6c07-971b-4a1e-91d4-549784f23a87",
    "isBase": true,
    "artifacts": [
      "962db206-981c-48a0-94db-5c40c9af2ea0",
      "fe92e77d-3ceb-43c9-a9ea-79584827f3d7"
    ],
    "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": "397e1da0-918b-4863-82d3-9ed6fd615e4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3aec2bab-9096-45d9-bc5c-41fafddd4b48",
    "vfModuleModelCustomizationUUID": "54baeba5-e6ef-4d6a-924a-111f70a5adc3",
    "isBase": false,
    "artifacts": [
      "a9be35ad-c8ee-449e-a48b-4405812643d4"
    ],
    "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-11-23T10:59:26.688Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02871f30-fdfb-4b49-867b-11d5b175b896
VfModuleModelInvariantUUID:962ff780-9327-44af-b6e7-79610bf8a0af
VfModuleModelDescription:NULL
Artifacts UUID List:{
962db206-981c-48a0-94db-5c40c9af2ea0
,
fe92e77d-3ceb-43c9-a9ea-79584827f3d7

}
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:3aec2bab-9096-45d9-bc5c-41fafddd4b48
VfModuleModelInvariantUUID:397e1da0-918b-4863-82d3-9ed6fd615e4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9be35ad-c8ee-449e-a48b-4405812643d4

}
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-11-23T10:59:26.688Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 962db206-981c-48a0-94db-5c40c9af2ea0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-23T10:59:26.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-23T10:59:26.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:26.744Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-23T10:59:26.744Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 962db206-981c-48a0-94db-5c40c9af2ea0 914
2022-11-23T10:59:26.745Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:26.745Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:26.745Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:59:26.745Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:26.747Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:26.747Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201166745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:59:26.848Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:26.848Z||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-11-23T10:59:26.848Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:26.867Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:26.870Z||pool-118-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:59:27.748Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d5cdbd09-5e8c-4eda-b904-c649b689bf85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-23T10:59:27.748Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-23T10:59:27.749Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:27.840Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-23T10:59:27.841Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 d5cdbd09-5e8c-4eda-b904-c649b689bf85 12
2022-11-23T10:59:27.841Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:27.841Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:27.842Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:59:27.842Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:27.845Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:27.845Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201167841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:59:27.945Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:59:27.946Z||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-11-23T10:59:27.946Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:27.959Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:27.959Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:59:28.847Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fe92e77d-3ceb-43c9-a9ea-79584827f3d7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-23T10:59:28.847Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-23T10:59:28.848Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:29.217Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-23T10:59:29.218Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 fe92e77d-3ceb-43c9-a9ea-79584827f3d7 96
2022-11-23T10:59:29.218Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:29.218Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:29.218Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:59:29.219Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:29.221Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:29.221Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201169218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:59:29.321Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:29.321Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-23T10:59:29.322Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:29.333Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:29.334Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:30.221Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a9be35ad-c8ee-449e-a48b-4405812643d4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-23T10:59:30.222Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-23T10:59:30.222Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:30.343Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-23T10:59:30.343Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 a9be35ad-c8ee-449e-a48b-4405812643d4 20206
2022-11-23T10:59:30.344Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:30.344Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:30.344Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:59:30.344Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:30.345Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:30.345Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201170343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-23T10:59:30.449Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-23T10:59:30.450Z||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-11-23T10:59:30.450Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:30.461Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:30.461Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:59:31.349Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b7ad3546-4b53-4cc1-9e49-1d5e69018b2f
2022-11-23T10:59:31.349Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 73b4fdc5-ec20-4e58-abdb-d896597a81f0 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-11-23T10:59:31.356Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e82373a, org.onap.sdc.toscaparser.api.parameters.Input@542680f2, org.onap.sdc.toscaparser.api.parameters.Input@2cc51a36, org.onap.sdc.toscaparser.api.parameters.Input@7a22f1b1, org.onap.sdc.toscaparser.api.parameters.Input@25463228]
2022-11-23T10:59:31.358Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.358Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.358Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-23T10:59:31.358Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f7b5130e-d9f1-45d4-bc63-661c68e844ea
2022-11-23T10:59:31.358Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7b5130e-d9f1-45d4-bc63-661c68e844ea matches Tosca VF Customization UUID: f7b5130e-d9f1-45d4-bc63-661c68e844ea
2022-11-23T10:59:31.358Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f7b5130e-d9f1-45d4-bc63-661c68e844ea  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-11-23T10:59:31.360Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.360Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.361Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f7b5130e-d9f1-45d4-bc63-661c68e844ea: {\"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-11-23T10:59:31.361Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cd57fb4
2022-11-23T10:59:31.361Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.362Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.362Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54baeba5-e6ef-4d6a-924a-111f70a5adc3
2022-11-23T10:59:31.362Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54baeba5-e6ef-4d6a-924a-111f70a5adc3
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-11-23T10:59:31.364Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.364Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-23T10:59:31.364Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:59:31.364Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.365Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-23T10:59:31.365Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:59:31.365Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.365Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-23T10:59:31.365Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f7b5130e-d9f1-45d4-bc63-661c68e844ea
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-11-23T10:59:31.367Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.367Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.368Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b7ad3546-4b53-4cc1-9e49-1d5e69018b2f: basic_cnf_macro
2022-11-23T10:59:31.368Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.368Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.368Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.368Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.369Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.369Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.369Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.369Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.369Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-23T10:59:31.370Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.370Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.402Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 73b4fdc5-ec20-4e58-abdb-d896597a81f0 2 ASDC deployResourceStructure
2022-11-23T10:59:31.403Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.403Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:31.403Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:59:31.403Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:31.405Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:31.406Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201171403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T10:59:31.509Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:31.509Z||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-11-23T10:59:31.510Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:31.538Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:31.538Z||pool-122-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:32.406Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:32.407Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:32.407Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:59:32.407Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:32.411Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:32.411Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201172406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T10:59:32.510Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:59:32.511Z||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-11-23T10:59:32.511Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:32.535Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:32.535Z||pool-123-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:59:33.412Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:33.413Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:33.413Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-23T10:59:33.413Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:33.415Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:33.415Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201173412,
  "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-11-23T10:59:33.516Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:33.517Z||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-11-23T10:59:33.517Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:33.528Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:33.528Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:34.418Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:34.419Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:34.419Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:59:34.419Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:34.421Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:34.421Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201174418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-23T10:59:34.521Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:34.522Z||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-11-23T10:59:34.522Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:34.533Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:34.533Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:35.421Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:35.422Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:35.426Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-23T10:59:35.426Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:35.428Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:35.428Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201175421,
  "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-11-23T10:59:35.528Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:35.529Z||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-11-23T10:59:35.530Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:35.544Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:35.545Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:36.429Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:36.430Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:36.430Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:59:36.430Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:59:36.432Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:59:36.432Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201176429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T10:59:36.532Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:59:36.533Z||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-11-23T10:59:36.533Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:59:36.546Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T10:59:36.546Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:59:37.433Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ced5a92-7990-4375-86d5-adcbb4f3decf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T10:59:37.447Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ced5a92-7990-4375-86d5-adcbb4f3decf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-23T10:59:37.452Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:59:37.452Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T10:59:37.452Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T10:59:37.452Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T10:59:37.452Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:59:37.453Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:59:37.453Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:59:37.453Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:59:37.453Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-23T10:59:37.453Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T10:59:37.460Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T11:00:07.461Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ced5a92-7990-4375-86d5-adcbb4f3decf 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-11-23T11:00:07.467Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ced5a92-7990-4375-86d5-adcbb4f3decf and serviceModelVersionId: b7ad3546-4b53-4cc1-9e49-1d5e69018b2f
2022-11-23T11:00:07.467Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c9aa53b-f9db-4664-a4fc-4337992fcc46
2022-11-23T11:00:07.468Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c9aa53b-f9db-4664-a4fc-4337992fcc46/model-vers/model-ver/b7ad3546-4b53-4cc1-9e49-1d5e69018b2f?depth=0
2022-11-23T11:00:07.472Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T11:00:07.507Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c9aa53b-f9db-4664-a4fc-4337992fcc46/model-vers/model-ver/b7ad3546-4b53-4cc1-9e49-1d5e69018b2f?depth=0|INFO|500||Invoke
2022-11-23T11:00:07.507Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c9aa53b-f9db-4664-a4fc-4337992fcc46/model-vers/model-ver/b7ad3546-4b53-4cc1-9e49-1d5e69018b2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c9aa53b-f9db-4664-a4fc-4337992fcc46/model-vers/model-ver/b7ad3546-4b53-4cc1-9e49-1d5e69018b2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4ced5a92-7990-4375-86d5-adcbb4f3decf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae09f378-cad7-45ab-a0f4-b995b6ff55be], X-ECOMP-RequestID=[4ced5a92-7990-4375-86d5-adcbb4f3decf], X-TransactionId=[], X-ONAP-RequestID=[4ced5a92-7990-4375-86d5-adcbb4f3decf], Content-Type=[application/merge-patch+json]}
2022-11-23T11:00:07.528Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c9aa53b-f9db-4664-a4fc-4337992fcc46/model-vers/model-ver/b7ad3546-4b53-4cc1-9e49-1d5e69018b2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-23T11:00:07.759Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c9aa53b-f9db-4664-a4fc-4337992fcc46/model-vers/model-ver/b7ad3546-4b53-4cc1-9e49-1d5e69018b2f?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/5c9aa53b-f9db-4664-a4fc-4337992fcc46/model-vers/model-ver/b7ad3546-4b53-4cc1-9e49-1d5e69018b2f?depth=0 has http status code:200 and response headers:{date=[Wed, 23 Nov 2022 11:00:08 GMT], content-length=[0], vertex-id=[266352], x-aai-txid=[1-aai-resources-221123-11:00:08:209-62818], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T11:00:07.759Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c9aa53b-f9db-4664-a4fc-4337992fcc46/model-vers/model-ver/b7ad3546-4b53-4cc1-9e49-1d5e69018b2f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-23T11:00:07.760Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c9aa53b-f9db-4664-a4fc-4337992fcc46/model-vers/model-ver/b7ad3546-4b53-4cc1-9e49-1d5e69018b2f?depth=0|INFO|500||InvokeReturn
2022-11-23T11:00:07.760Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T11:00:07.760Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T11:00:07.764Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T11:00:07.764Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ced5a92-7990-4375-86d5-adcbb4f3decf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T11:00:07.765Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T11:00:07.765Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-23T11:00:07.766Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T11:00:07.767Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201207765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T11:00:07.867Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T11:00:07.868Z||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-11-23T11:00:07.868Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T11:00:07.893Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:00:07.893Z||pool-128-thread-1|||||INFO|500||cambria reply ok (26 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-11-23T11:00:08.777Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:00:08.777Z||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-11-23T11:00:08.778Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:00:19.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:00:19.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:00:19.195Z||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-11-23T11:00:19.195Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:00:22.689Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:00:22.690Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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-11-23T11:00:22.690Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:00:22.813Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:00:22.814Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T11:00:22.814Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201163242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-23T11:00:22.815Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:00:28.737Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:00:28.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:00:28.738Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T11:00:28.738Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T11:00:38.298Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:00:38.298Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:00:38.299Z||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-11-23T11:00:38.299Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:00:47.877Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:01:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:01:22.688Z||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-11-23T11:01:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:01:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:01:22.689Z||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-11-23T11:01:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:01:23.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:01:23.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201165679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-23T11:01:23.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:23.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201166745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-23T11:01:23.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:23.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201167841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T11:01:23.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:23.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201169218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-23T11:01:23.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:23.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201170343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-23T11:01:23.224Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:23.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201171403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-23T11:01:23.224Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:23.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201172406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-23T11:01:23.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:23.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201173412,
  "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-11-23T11:01:23.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:23.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201174418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-23T11:01:23.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:23.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201175421,
  "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-11-23T11:01:23.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:23.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201176429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-23T11:01:23.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:23.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-23T11:01:23.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ced5a92-7990-4375-86d5-adcbb4f3decf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669201207765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T11:01:23.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T11:01:32.287Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:02:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:02:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:02:22.689Z||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-11-23T11:02:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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-11-23T11:02:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:02:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:02:32.273Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:02:32.317Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:03:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:03:22.689Z||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-11-23T11:03:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:03:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:03:22.690Z||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-11-23T11:03:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:03:32.301Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:03:32.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:04:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:04:22.687Z||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-11-23T11:04:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:04:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:04:22.689Z||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-11-23T11:04:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:04:32.259Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:04:32.259Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:05:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:05:22.688Z||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-11-23T11:05:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:05:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:05:22.690Z||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-11-23T11:05:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:05:32.253Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:05:32.270Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:06:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:06:22.688Z||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-11-23T11:06:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:06:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:06:22.690Z||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-11-23T11:06:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:06:32.260Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:06:32.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:07:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:07:22.688Z||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-11-23T11:07:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:07:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:07:22.690Z||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-11-23T11:07:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:07:32.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:07:32.281Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:08:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:08:22.688Z||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-11-23T11:08:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:08:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:08:22.690Z||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-11-23T11:08:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:08:32.257Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:08:32.258Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:09:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:09:22.687Z||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-11-23T11:09:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:09:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:09:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T11:09:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:09:32.261Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:09:32.307Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:10:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:10:22.688Z||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-11-23T11:10:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:10:22.689Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:10:22.690Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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-11-23T11:10:22.690Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:10:32.260Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:10:32.260Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:11:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:11:22.688Z||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-11-23T11:11:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:11:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:11:22.690Z||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-11-23T11:11:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:11:32.268Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:11:32.280Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:12:22.688Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:12:22.689Z||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-11-23T11:12:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:12:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:12:22.689Z||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-11-23T11:12:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:12:32.262Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:12:32.263Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:13:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:13:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:13:22.690Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T11:13:22.690Z||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-11-23T11:13:22.690Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:13:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:13:32.405Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:13:32.458Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:14:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:14:22.688Z||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-11-23T11:14:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:14:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:14:22.690Z||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-11-23T11:14:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:14:32.284Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:14:32.292Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:15:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:15:22.687Z||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-11-23T11:15:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:15:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:15:22.689Z||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-11-23T11:15:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:15:32.265Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:15:32.265Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:16:22.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:16:22.688Z||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-11-23T11:16:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:16:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:16:22.690Z||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-11-23T11:16:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:16:32.262Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:16:32.264Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:17:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:17:22.688Z||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-11-23T11:17:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:17:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:17:22.690Z||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-11-23T11:17:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:17:32.293Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:17:32.296Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:18:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:18:22.688Z||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-11-23T11:18:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:18:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:18:22.690Z||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-11-23T11:18:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:18:32.248Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:18:32.248Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:19:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:19:22.688Z||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-11-23T11:19:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:19:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:19:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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-11-23T11:19:22.690Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:19:32.270Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:19:32.275Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:20:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:20:22.688Z||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-11-23T11:20:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:20:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:20:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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-11-23T11:20:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:20:32.279Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:20:32.285Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:21:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:21:22.688Z||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-11-23T11:21:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:21:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:21:22.690Z||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-11-23T11:21:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:21:32.246Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:21:32.246Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:22:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:22:22.688Z||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-11-23T11:22:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:22:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:22:22.689Z||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-11-23T11:22:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:22:32.245Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:22:32.252Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:23:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:23:22.688Z||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-11-23T11:23:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:23:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:23:22.690Z||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-11-23T11:23:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:23:32.233Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:23:32.246Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:24:22.688Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:24:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:24:22.691Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T11:24:22.691Z||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-11-23T11:24:22.691Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:24:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:24:32.265Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:24:32.265Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:25:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:25:22.688Z||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-11-23T11:25:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:25:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:25:22.690Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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-11-23T11:25:22.690Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:25:32.248Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:25:32.264Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:26:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:26:22.688Z||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-11-23T11:26:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:26:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:26:22.689Z||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-11-23T11:26:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:26:32.250Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:26:32.256Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:27:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:27:22.687Z||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-11-23T11:27:22.687Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:27:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:27:22.689Z||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-11-23T11:27:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:27:32.240Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:27:32.251Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:28:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:28:22.688Z||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-11-23T11:28:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:28:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:28:22.690Z||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-11-23T11:28:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:28:32.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:28:32.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:29:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:29:22.688Z||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-11-23T11:29:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:29:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:29:22.689Z||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-11-23T11:29:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:29:32.239Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:29:32.244Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:30:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:30:22.688Z||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-11-23T11:30:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:30:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:30:22.689Z||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-11-23T11:30:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:30:32.241Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:30:32.259Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:31:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:31:22.687Z||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-11-23T11:31:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:31:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:31:22.689Z||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-11-23T11:31:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:31:32.243Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:31:32.245Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:32:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:32:22.688Z||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-11-23T11:32:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:32:22.689Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:32:22.690Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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-11-23T11:32:22.690Z|ede39523-29b0-4a59-b2cd-bbefa4570890|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:32:32.242Z|ede39523-29b0-4a59-b2cd-bbefa4570890|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:32:32.261Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:33:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:33:22.688Z||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-11-23T11:33:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:33:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:33:22.689Z||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-11-23T11:33:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:33:32.247Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:33:32.249Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:34:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:34:22.688Z||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-11-23T11:34:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:34:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:34:22.689Z||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-11-23T11:34:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:34:32.268Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:34:32.276Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:35:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:35:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:35:22.689Z||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-11-23T11:35:22.689Z||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-11-23T11:35:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:35:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:35:32.251Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:35:32.262Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:36:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:36:22.688Z||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-11-23T11:36:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:36:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:36:22.689Z||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-11-23T11:36:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:36:32.260Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:36:32.260Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:37:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:37:22.687Z||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-11-23T11:37:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:37:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:37:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T11:37:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:37:32.272Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:37:32.278Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:38:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:38:22.687Z||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-11-23T11:38:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:38:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:38:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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-11-23T11:38:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:38:32.298Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:38:32.298Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:39:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:39:22.688Z||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-11-23T11:39:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:39:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:39:22.689Z||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-11-23T11:39:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:39:32.235Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:39:32.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:40:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:40:22.688Z||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-11-23T11:40:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:40:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:40:22.689Z||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-11-23T11:40:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:40:32.250Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:40:32.312Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:41:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:41:22.688Z||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-11-23T11:41:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:41:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:41:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T11:41:22.690Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:41:32.245Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:41:32.249Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:42:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:42:22.687Z||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-11-23T11:42:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:42:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:42:22.689Z||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-11-23T11:42:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:42:32.257Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:42:32.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:43:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:43:22.687Z||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-11-23T11:43:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:43:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:43:22.690Z||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-11-23T11:43:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:43:32.307Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:43:32.311Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:44:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:44:22.688Z||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-11-23T11:44:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:44:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:44:22.689Z||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-11-23T11:44:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:44:32.281Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:44:32.283Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:45:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:45:22.688Z||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-11-23T11:45:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:45:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:45:22.689Z||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-11-23T11:45:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:45:32.243Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:45:32.245Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:46:22.688Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:46:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:46:22.691Z||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-11-23T11:46:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:46:22.691Z||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-11-23T11:46:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:46:32.263Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:46:32.263Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:47:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:47:22.688Z||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-11-23T11:47:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:47:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:47:22.689Z||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-11-23T11:47:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:47:32.305Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:47:32.326Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:48:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:48:22.688Z||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-11-23T11:48:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:48:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:48:22.690Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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-11-23T11:48:22.690Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:48:32.307Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:48:32.329Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:49:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:49:22.688Z||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-11-23T11:49:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:49:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:49:22.689Z||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-11-23T11:49:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:49:32.239Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:49:32.240Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:50:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:50:22.688Z||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-11-23T11:50:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:50:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:50:22.690Z||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-11-23T11:50:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:50:32.268Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:50:32.270Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:51:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:51:22.688Z||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-11-23T11:51:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:51:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:51:22.689Z||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-11-23T11:51:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:51:32.245Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:51:32.258Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:52:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:52:22.688Z||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-11-23T11:52:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:52:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:52:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T11:52:22.690Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:52:32.252Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:52:32.252Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:53:22.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:53:22.688Z||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-11-23T11:53:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:53:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T11:53:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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-11-23T11:53:22.689Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|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 H7aJiw9fAPGSEStm) ...
2022-11-23T11:53:32.253Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-23T11:53:32.298Z|4ced5a92-7990-4375-86d5-adcbb4f3decf|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK