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-12-08T15:46:46.000Z||main|||||INFO|500||The following profiles are active: basic
2022-12-08T15:46:57.798Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-08T15:46:57.799Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-08T15:46:57.917Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-08T15:47:02.232Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-08T15:47:02.651Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-08T15:47:03.134Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-08T15:47:03.144Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-08T15:47:03.294Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-08T15:47:03.552Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-08T15:47:04.161Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-08T15:47:06.004Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-08T15:47:08.667Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-08T15:47:08.732Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-08T15:47:09.524Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-08T15:47:09.794Z||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-12-08T15:47:11.103Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-08T15:47:12.288Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-08T15:47:12.307Z||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$$1cee29c1.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-12-08T15:47:12.308Z||main|||||WARN|500||The sdc end point is not alive
2022-12-08T15:47:15.524Z||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-12-08T15:47:18.485Z||main|||||WARN|500||---
2022-12-08T15:47:18.486Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-08T15:47:18.486Z||main|||||WARN|500||---
2022-12-08T15:47:18.952Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-08T15:47:23.848Z||main|||||INFO|500||Started Application in 41.164 seconds (JVM running for 43.382)
2022-12-08T15:47:23.871Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-08T15:47:23.874Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-08T15:47:23.888Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-08T15:47:23.920Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-08T15:47:23.983Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f385456-e732-465a-a575-d3a6656f3176 url= /sdc/v1/artifactTypes
2022-12-08T15:47:23.984Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-08T15:47:24.414Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-08T15:47:24.469Z||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-12-08T15:47:24.497Z||scheduling-1|||||DEBUG|500||create keys
2022-12-08T15:47:24.508Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-08T15:47:24.591Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:47:24.613Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1f0d8697-cc57-4c25-ae8a-beab26d3989b url= /sdc/v1/registerForDistribution
2022-12-08T15:47:24.763Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1f0d8697-cc57-4c25-ae8a-beab26d3989b url= /sdc/v1/registerForDistribution
2022-12-08T15:47:24.764Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-08T15:47:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:47:24.776Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:47:24.786Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-08T15:47:24.798Z||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-12-08T15:47:24.798Z||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-12-08T15:47:24.798Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:47:24.798Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:47:35.261Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:47:35.280Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:48:24.774Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:48:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:48:24.775Z||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-12-08T15:48:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:48:24.776Z||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-12-08T15:48:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:48:34.361Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:48:34.363Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:49:24.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:49:24.776Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T15:49:24.776Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T15:49:24.776Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:49:24.777Z||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-12-08T15:49:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:49:34.356Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:49:34.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:50:24.772Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:50:24.773Z||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-12-08T15:50:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:50:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:50:24.776Z||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-12-08T15:50:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:50:34.338Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:50:34.345Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:51:24.773Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:51:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:51:24.775Z||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-12-08T15:51:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:51:24.776Z||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-12-08T15:51:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:51:34.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:51:34.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:52:24.772Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:52:24.773Z||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-12-08T15:52:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:52:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:52:24.775Z||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-12-08T15:52:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:52:34.352Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:52:34.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:53:24.773Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:53:24.775Z||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-12-08T15:53:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:53:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:53:24.776Z||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-12-08T15:53:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:53:34.341Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:53:34.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:54:24.772Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:54:24.774Z||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-12-08T15:54:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:54:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:54:24.776Z||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-12-08T15:54:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:54:34.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:54:34.345Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:55:24.772Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:55:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:55:24.775Z||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-12-08T15:55:24.775Z||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-12-08T15:55:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:55:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:55:34.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:55:34.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:56:24.772Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:56:24.773Z||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-12-08T15:56:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:56:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:56:24.776Z||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-12-08T15:56:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:56:34.339Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:56:34.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:57:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:57:24.773Z||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-12-08T15:57:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:57:24.775Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:57:24.775Z||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-12-08T15:57:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:57:34.334Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:57:34.341Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:57:38.185Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-08T15:58:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:58:24.774Z||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-12-08T15:58:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:58:24.775Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:58:24.776Z||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-12-08T15:58:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:58:34.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:58:34.375Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:59:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:59:24.773Z||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-12-08T15:59:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:59:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T15:59:24.776Z||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-12-08T15:59:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T15:59:34.336Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T15:59:34.339Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:00:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:00:24.773Z||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-12-08T16:00:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:00:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:00:24.775Z||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-12-08T16:00:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:00:34.339Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:00:34.340Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:01:24.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:01:24.774Z||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-12-08T16:01:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:01:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:01:24.775Z||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-12-08T16:01:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:01:34.335Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:01:34.368Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:02:24.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:02:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:02:24.775Z||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-12-08T16:02:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:02:24.775Z||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-12-08T16:02:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:02:34.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:02:34.344Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:03:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:03:24.773Z||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-12-08T16:03:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:03:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:03:24.776Z||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-12-08T16:03:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:03:34.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:03:34.359Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:04:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:04:24.773Z||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-12-08T16:04:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:04:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:04:24.776Z||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-12-08T16:04:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:04:34.386Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:04:34.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:05:24.772Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:05:24.774Z||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-12-08T16:05:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:05:24.775Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:05:24.775Z||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-12-08T16:05:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:05:34.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:05:34.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:06:24.772Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:06:24.773Z||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-12-08T16:06:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:06:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:06:24.775Z||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-12-08T16:06:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:06:34.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:06:34.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:07:24.772Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:07:24.773Z||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-12-08T16:07:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:07:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:07:24.775Z||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-12-08T16:07:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:07:34.342Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:07:34.348Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:08:24.772Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:08:24.773Z||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-12-08T16:08:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:08:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:08:24.777Z||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-12-08T16:08:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:08:34.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:08:34.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:09:24.773Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:09:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:09:24.775Z||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-12-08T16:09:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:09:24.775Z||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-12-08T16:09:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:09:34.344Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:09:34.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:10:24.772Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:10:24.773Z||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-12-08T16:10:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:10:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:10:24.775Z||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-12-08T16:10:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:10:34.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:10:34.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:11:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:11:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:11:24.777Z||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-12-08T16:11:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:11:24.778Z||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-12-08T16:11:24.778Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:11:34.354Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:11:34.374Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:12:24.773Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:12:24.774Z||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-12-08T16:12:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:12:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:12:24.775Z||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-12-08T16:12:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:12:34.339Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:12:34.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:13:24.772Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:13:24.773Z||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-12-08T16:13:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:13:24.775Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:13:24.775Z||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-12-08T16:13:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:13:34.364Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:13:34.364Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:14:24.772Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:14:24.773Z||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-12-08T16:14:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:14:24.776Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:14:24.779Z||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-12-08T16:14:24.779Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:14:34.344Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:14:34.344Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:15:24.772Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:15:24.774Z||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-12-08T16:15:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:15:24.775Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:15:24.775Z||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-12-08T16:15:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:15:34.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:15:34.357Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:16:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:16:24.773Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:16:24.774Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:16:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:16:24.776Z||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-12-08T16:16:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:16:34.347Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:16:34.348Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:17:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:17:24.774Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:17:24.774Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:17:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:17:24.775Z||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-12-08T16:17:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:17:34.335Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:17:34.339Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:18:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:18:24.773Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:18:24.773Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:18:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:18:24.775Z||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-12-08T16:18:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:18:34.340Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:18:34.342Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:19:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:19:24.773Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:19:24.773Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:19:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:19:24.775Z||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-12-08T16:19:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:19:34.353Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:19:34.358Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:20:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:20:24.774Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:20:24.774Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:20:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:20:24.775Z||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-12-08T16:20:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:20:34.337Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:20:34.341Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:21:24.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:21:24.774Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:21:24.774Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:21:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:21:24.775Z||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-12-08T16:21:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:21:34.343Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:21:34.344Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:22:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:22:24.773Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:22:24.773Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:22:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:22:24.775Z||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-12-08T16:22:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:22:34.342Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:22:34.354Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:23:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:23:24.774Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:23:24.774Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:23:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:23:24.776Z||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-12-08T16:23:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:23:34.340Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:23:34.351Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:24:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:24:24.775Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:24:24.775Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:24:24.775Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:24:24.776Z||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-12-08T16:24:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:24:34.339Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:24:34.346Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:25:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:25:24.774Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:25:24.774Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:25:24.775Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:25:24.775Z||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-12-08T16:25:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:25:34.333Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:25:34.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:26:24.772Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:26:24.773Z||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-12-08T16:26:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:26:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:26:24.776Z||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-12-08T16:26:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:26:34.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:26:34.370Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:27:24.772Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:27:24.774Z||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-12-08T16:27:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:27:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:27:24.775Z||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-12-08T16:27:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:27:34.357Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:27:34.360Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:28:24.772Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:28:24.774Z||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-12-08T16:28:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:28:24.777Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:28:24.777Z||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-12-08T16:28:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:28:34.341Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:28:34.346Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:29:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:29:24.773Z||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-12-08T16:29:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:29:24.776Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:29:24.777Z||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-12-08T16:29:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:29:34.343Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:29:34.346Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:30:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:30:24.774Z||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-12-08T16:30:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:30:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:30:24.775Z||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-12-08T16:30:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:30:34.357Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:30:34.357Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:31:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:31:24.774Z||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-12-08T16:31:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:31:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:31:24.775Z||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-12-08T16:31:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:31:34.343Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:31:34.345Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:32:24.775Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:32:24.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:32:24.780Z||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-12-08T16:32:24.780Z||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-12-08T16:32:24.781Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:32:24.781Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:32:34.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:32:34.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:33:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:33:24.773Z||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-12-08T16:33:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:33:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:33:24.775Z||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-12-08T16:33:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:33:34.331Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:33:34.332Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:34:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:34:24.773Z||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-12-08T16:34:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:34:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:34:24.775Z||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-12-08T16:34:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:34:34.358Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:34:34.357Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:35:24.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:35:24.774Z||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-12-08T16:35:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:35:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:35:24.775Z||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-12-08T16:35:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:35:34.337Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:35:34.338Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:36:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:36:24.774Z||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-12-08T16:36:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:36:24.775Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:36:24.776Z||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-12-08T16:36:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:36:34.341Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:36:34.341Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:37:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:37:24.773Z||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-12-08T16:37:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:37:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:37:24.775Z||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-12-08T16:37:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:37:34.360Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:37:34.384Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:38:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:38:24.773Z||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-12-08T16:38:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:38:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:38:24.776Z||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-12-08T16:38:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:38:34.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:38:34.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:39:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:39:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:39:24.775Z||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-12-08T16:39:24.775Z||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-12-08T16:39:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:39:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:39:34.353Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:39:34.359Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:40:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:40:24.774Z||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-12-08T16:40:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:40:24.775Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:40:24.775Z||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-12-08T16:40:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:40:34.365Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:40:34.366Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:41:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:41:24.773Z||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-12-08T16:41:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:41:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:41:24.776Z||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-12-08T16:41:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:41:34.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:41:34.406Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:42:24.777Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:42:24.777Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:42:24.779Z||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-12-08T16:42:24.779Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:42:24.779Z||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-12-08T16:42:24.780Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:42:34.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:42:34.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:43:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:43:24.773Z||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-12-08T16:43:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:43:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:43:24.775Z||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-12-08T16:43:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:43:34.328Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:43:34.334Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:44:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:44:24.774Z||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-12-08T16:44:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:44:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:44:24.775Z||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-12-08T16:44:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:44:34.341Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:44:34.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:45:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:45:24.773Z||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-12-08T16:45:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:45:24.777Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:45:24.777Z||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-12-08T16:45:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:45:34.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:45:34.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:46:24.772Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:46:24.775Z||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-12-08T16:46:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:46:24.777Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:46:24.777Z||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-12-08T16:46:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:46:34.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:46:34.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:47:24.776Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:47:24.776Z||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-12-08T16:47:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:24.776Z||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-12-08T16:47:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:24.956Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:24.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:24.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518005980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518013603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518013951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670517988368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518005980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518013951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670517988368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518013603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518005980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518013951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670517988368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518013603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518005980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518013951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670517988368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518013603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518005980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518013951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670517988368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518013603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518005980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518013951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670517988368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518013603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518005980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518013951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670517988368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518013603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518022789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:25.029Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518022746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:25.030Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518022534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:25.031Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518023766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-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-12-08T16:47:25.297Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ccd79db9-af51-45b6-a29e-ee4f85d9ce22
2022-12-08T16:47:25.325Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccd79db9-af51-45b6-a29e-ee4f85d9ce22 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-12-08T16:47:25.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518023888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:25.355Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518024987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:25.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518026094,
  "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-12-08T16:47:25.376Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccd79db9-af51-45b6-a29e-ee4f85d9ce22
2022-12-08T16:47:25.376Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccd79db9-af51-45b6-a29e-ee4f85d9ce22 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-12-08T16:47:25.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518027099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T16:47:25.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518025688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518028105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518024771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518025688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518024771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518028105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518025688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518024771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518028105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518025688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518024771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518028105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518025688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518024771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518028105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518025688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518024771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518028105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518025688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518024771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518028105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518036296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:25.400Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518036231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:25.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518037244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-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-12-08T16:47:25.418Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:25.419Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 675b4e52-7ff4-4803-8ecc-2bcbf793cd02
2022-12-08T16:47:25.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ccd79db9-af51-45b6-a29e-ee4f85d9ce22","serviceName":"vFW 2022-12-08 16-46-00","serviceVersion":"1.0","serviceUUID":"4650b08d-4819-43bd-b34a-df0650667fbb","serviceDescription":"catalog service description","serviceInvariantUUID":"aaae925c-1ae0-4439-b18e-c0ef21cbc251","resources":[{"resourceInstanceName":"vFW 5aa0fc29-a11c 0","resourceName":"vFW 5aa0fc29-a11c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fd0a3e6-1db1-457a-91b5-a074cfffef36","resourceInvariantUUID":"fec298c1-f54e-4102-945f-64ceb4f089fa","resourceCustomizationUUID":"403b6123-6b58-4270-a3d3-6a15c3a524d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vf-license-model.xml","artifactChecksum":"N2I5ZjcyMmFhY2Q3ZWE1MzNkZDI2Y2Y1ZTQwZTQ0ZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"65689949-5619-4919-b5f2-f240e7ca984e","artifactVersion":"1"},{"artifactName":"vfw5aa0fc29a11c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json","artifactChecksum":"YmNhMmUzZDNiOGZjN2ZmMWFmOTY0NDdkNDVkMmFjYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4b3fd9e7-b9c2-4dd0-b1d3-47556f20847d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"44225890-57ff-47e9-9d0b-c7b03fa007ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vendor-license-model.xml","artifactChecksum":"Yzc2YjE0MzFiYzhiMjRiZTVkOTFiY2RhYWYxZGJkZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0acb92a9-b389-4f4b-9ad4-a0e290dc281e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ce2bf5c6-af51-4cf7-a9bf-207d988373f7","artifactVersion":"2","generatedFromUUID":"44225890-57ff-47e9-9d0b-c7b03fa007ce"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221208164600-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-template.yml","artifactChecksum":"NjdlYWQwZTU2MDE0ZjgyNjhlNWNmZTYxMTlkNWRhZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c876521-ee3a-4c1c-bbfd-e195a2c1faaf","artifactVersion":"1"},{"artifactName":"service-Vfw20221208164600-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar","artifactChecksum":"YzU0YTYyNzJjY2QxMjU2NDlkMjdkNzBmMjEwY2ZjZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f32f9936-4718-469b-954f-aa6ddb724415","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T16:47:25.419Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 675b4e52-7ff4-4803-8ecc-2bcbf793cd02 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-12-08T16:47:25.427Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:47:25.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518037418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:25.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.436Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:25.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518037846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T16:47:25.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518038478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:25.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518038849,
  "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-12-08T16:47:25.446Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ccd79db9-af51-45b6-a29e-ee4f85d9ce22
2022-12-08T16:47:25.447Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccd79db9-af51-45b6-a29e-ee4f85d9ce22 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T16:47:25.453Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:25.453Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T16:47:25.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518039507,
  "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-12-08T16:47:25.468Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 675b4e52-7ff4-4803-8ecc-2bcbf793cd02
2022-12-08T16:47:25.469Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 675b4e52-7ff4-4803-8ecc-2bcbf793cd02 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-12-08T16:47:25.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:47:25.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518040509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T16:47:25.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518040999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:25.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:47:25.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:47:25.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518043603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:25.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:47:25.552Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-08T16:47:25.557Z||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-12-08T16:47:25.557Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:25.571Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:25.572Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:26.463Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:47:26.464Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:26.466Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:26.466Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T16:47:26.566Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:47:26.567Z||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-12-08T16:47:26.567Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:26.583Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:26.584Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:27.466Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:47:27.467Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:27.470Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:27.471Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-08T16:47:27.571Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T16:47:27.571Z||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-12-08T16:47:27.572Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:27.590Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:27.590Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:28.471Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:47:28.472Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:28.475Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:28.475Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:28.575Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:47:28.576Z||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-12-08T16:47:28.576Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:28.604Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:28.605Z||pool-6-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:29.476Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:47:29.477Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:29.482Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:29.482Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-08T16:47:29.582Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T16:47:29.583Z||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-12-08T16:47:29.583Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:29.596Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:29.597Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:30.483Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:47:30.484Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:30.487Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:30.487Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:47:30.587Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:47:30.588Z||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-12-08T16:47:30.588Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:30.601Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:30.602Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:31.490Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:47:31.491Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:31.493Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:31.493Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:47:31.594Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T16:47:31.595Z||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-12-08T16:47:31.596Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:31.609Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:31.610Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:32.496Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "serviceName": "vFW 2022-12-08 16-46-00",
  "serviceVersion": "1.0",
  "serviceUUID": "4650b08d-4819-43bd-b34a-df0650667fbb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aaae925c-1ae0-4439-b18e-c0ef21cbc251",
  "resources": [
    {
      "resourceInstanceName": "vFW 5aa0fc29-a11c 0",
      "resourceCustomizationUUID": "403b6123-6b58-4270-a3d3-6a15c3a524d1",
      "resourceName": "vFW 5aa0fc29-a11c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3fd0a3e6-1db1-457a-91b5-a074cfffef36",
      "resourceInvariantUUID": "fec298c1-f54e-4102-945f-64ceb4f089fa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw5aa0fc29a11c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
          "artifactChecksum": "YmNhMmUzZDNiOGZjN2ZmMWFmOTY0NDdkNDVkMmFjYTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4b3fd9e7-b9c2-4dd0-b1d3-47556f20847d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "44225890-57ff-47e9-9d0b-c7b03fa007ce",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ce2bf5c6-af51-4cf7-a9bf-207d988373f7",
            "generatedFromUUID": "44225890-57ff-47e9-9d0b-c7b03fa007ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ce2bf5c6-af51-4cf7-a9bf-207d988373f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221208164600-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
      "artifactChecksum": "YzU0YTYyNzJjY2QxMjU2NDlkMjdkNzBmMjEwY2ZjZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f32f9936-4718-469b-954f-aa6ddb724415"
    }
  ],
  "workloadContext": "Production"
}
2022-12-08T16:47:32.497Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T16:47:32.498Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4650b08d-4819-43bd-b34a-df0650667fbb ASDC
2022-12-08T16:47:32.635Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ccd79db9-af51-45b6-a29e-ee4f85d9ce22
ServiceName:vFW 2022-12-08 16-46-00
ServiceVersion:1.0
ServiceUUID:4650b08d-4819-43bd-b34a-df0650667fbb
ServiceInvariantUUID:aaae925c-1ae0-4439-b18e-c0ef21cbc251
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221208164600-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar
ArtifactUUID:f32f9936-4718-469b-954f-aa6ddb724415
ArtifactChecksum:YzU0YTYyNzJjY2QxMjU2NDlkMjdkNzBmMjEwY2ZjZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5aa0fc29-a11c 0
ResourceCustomizationUUID:403b6123-6b58-4270-a3d3-6a15c3a524d1
ResourceInvariantUUID:fec298c1-f54e-4102-945f-64ceb4f089fa
ResourceName:vFW 5aa0fc29-a11c
ResourceType:VF
ResourceUUID:3fd0a3e6-1db1-457a-91b5-a074cfffef36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5aa0fc29a11c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json
ArtifactUUID:4b3fd9e7-b9c2-4dd0-b1d3-47556f20847d
ArtifactChecksum:YmNhMmUzZDNiOGZjN2ZmMWFmOTY0NDdkNDVkMmFjYTU=
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/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml
ArtifactUUID:44225890-57ff-47e9-9d0b-c7b03fa007ce
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/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env
ArtifactUUID:ce2bf5c6-af51-4cf7-a9bf-207d988373f7
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/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env
ArtifactUUID:ce2bf5c6-af51-4cf7-a9bf-207d988373f7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-08T16:47:32.635Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4650b08d-4819-43bd-b34a-df0650667fbb 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-12-08T16:47:32.698Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T16:47:32.700Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T16:47:32.701Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T16:47:32.702Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f32f9936-4718-469b-954f-aa6ddb724415 from URL: /sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar
2022-12-08T16:47:32.702Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T16:47:32.703Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar
2022-12-08T16:47:32.868Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T16:47:32.887Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar f32f9936-4718-469b-954f-aa6ddb724415 101548
2022-12-08T16:47:32.888Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar ASDC sendASDCNotification
2022-12-08T16:47:32.889Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar
2022-12-08T16:47:32.891Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T16:47:32.892Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:32.895Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:32.895Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518052887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:32.995Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:47:32.996Z||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-12-08T16:47:32.997Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:33.010Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:33.010Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:33.895Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T16:47:33.897Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T16:47:33.897Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f32f9936-4718-469b-954f-aa6ddb724415, URL: /sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar to file: /app/ASDC/1/service-Vfw20221208164600-csar.csar
2022-12-08T16:47:33.898Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221208164600-csar.csar
2022-12-08T16:47:34.014Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221208164600-csar.csar
2022-12-08T16:47:34.014Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221208164600-csar.csar
2022-12-08T16:47:34.840Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8444302472388659425/Definitions/service-Vfw20221208164600-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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_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
2022-12-08T16:47:37.865Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T16:47:37.871Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-08T16:47:37.871Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.872Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-08T16:47:37.872Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.872Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.872Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.873Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.873Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.873Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.873Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.874Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.874Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.874Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5aa0fc29-a11c 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-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.875Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-Vfw20221208164600-csar.csar
2022-12-08T16:47:37.875Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-08T16:47:37.882Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.883Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:37.889Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is matching search criteria
2022-12-08T16:47:37.889Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-08T16:47:37.891Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5aa0fc29-a11c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T16:47:37.893Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.894Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:37.894Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is matching search criteria
2022-12-08T16:47:37.894Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-08T16:47:37.896Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5aa0fc29-a11c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T16:47:37.896Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.896Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:37.900Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.901Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is not matching search criteria
2022-12-08T16:47:37.901Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T16:47:37.901Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T16:47:37.901Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.902Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:37.902Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T16:47:37.902Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.902Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T16:47:37.903Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T16:47:37.903Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T16:47:37.903Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.903Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:37.904Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T16:47:37.904Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:37.904Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T16:47:37.904Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.905Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-08T16:47:37.905Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.905Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T16:47:37.907Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.907Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is matching search criteria
2022-12-08T16:47:37.907Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5aa0fc29-a11c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:47:37.908Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.908Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is matching search criteria
2022-12-08T16:47:37.908Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5aa0fc29-a11c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:47:37.909Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.909Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is matching search criteria
2022-12-08T16:47:37.909Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5aa0fc29-a11c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:47:37.910Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.910Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is not matching search criteria
2022-12-08T16:47:37.910Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T16:47:37.910Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-08T16:47:37.911Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T16:47:37.911Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T16:47:37.911Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T16:47:37.912Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.912Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:37.912Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T16:47:37.912Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:37.913Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T16:47:37.913Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.913Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f07f36e1-2b9d-4818-b02b-ab07a43ea897
2022-12-08T16:47:37.914Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.914Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is not matching search criteria
2022-12-08T16:47:37.914Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T16:47:37.914Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T16:47:37.914Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.915Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:37.915Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T16:47:37.915Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.915Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T16:47:37.916Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-08T16:47:37.916Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T16:47:37.916Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:37.916Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T16:47:37.917Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.917Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ea635602-ab8d-49c1-8f25-009ed4335561
2022-12-08T16:47:37.917Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.917Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is not matching search criteria
2022-12-08T16:47:37.918Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T16:47:37.918Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T16:47:37.918Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.918Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:37.919Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T16:47:37.919Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.919Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T16:47:37.919Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T16:47:37.919Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T16:47:37.920Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T16:47:37.920Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:37.920Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-08T16:47:37.921Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=77280037-83b7-428a-a68f-dc45155a61dc
2022-12-08T16:47:37.922Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.922Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:37.922Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.922Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:37.923Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.923Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:37.923Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:37.923Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:37.924Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-08 16-46-00
Description:catalog service description
Model UUID:4650b08d-4819-43bd-b34a-df0650667fbb
Model Version:NULL
Model InvariantUuid:aaae925c-1ae0-4439-b18e-c0ef21cbc251
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 5aa0fc29-a11c
Model UUID:74454829-1bcb-4dfa-8869-d3622bfec656
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fec298c1-f54e-4102-945f-64ceb4f089fa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:403b6123-6b58-4270-a3d3-6a15c3a524d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aaca1c18-b9a3-4583-b314-8e481497c9f8
ModelName:Vfw5aa0fc29A11c..base_vfw..module-0
ModelUuid:85341157-86bd-4e24-a910-def370c0f95d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f07f36e1-2b9d-4818-b02b-ab07a43ea897
ModelInvariantUuid:f6645f2e-4fc6-4b89-99cb-e0b290ff0bf7
ModelName:vFW 5aa0fc29-a11c-nodes.vfwCvfc
ModelUuid:74ac75df-f173-43e5-b3b9-f41dc6cfb717
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:88bc7d8d-9826-41b3-a356-408e533319b6
ModelInvariantUuid:6c0f1b7f-96bb-4478-8c2b-31050fb2f05c
ModelName:Vfw5aa0fc29A11c.compute.nodes.heat.vfw
ModelUuid:498cc84f-19ca-4d7c-b212-cda22ebb633f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ea635602-ab8d-49c1-8f25-009ed4335561
ModelInvariantUuid:2273c90b-7549-4af6-b254-0e0f25cd31d3
ModelName:vFW 5aa0fc29-a11c-nodes.vsnCvfc
ModelUuid:aecd13ca-0196-4757-9cbe-34d78083245b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3ed7893e-3a49-4913-9f5c-86b7c57ac000
ModelInvariantUuid:437506fe-d9c1-4644-87e3-a3e2464da7a8
ModelName:Vfw5aa0fc29A11c.compute.nodes.heat.vsn
ModelUuid:b5f7aeb4-16a0-4c41-87d4-354e59079b72
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:77280037-83b7-428a-a68f-dc45155a61dc
ModelInvariantUuid:7fd861b9-7539-4cd7-8874-ef1587c3edf8
ModelName:vFW 5aa0fc29-a11c-nodes.vpgCvfc
ModelUuid:8416ba1c-223c-4143-af41-ffa015583e65
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c09ac258-8887-4bd1-ae51-4f3c58803117
ModelInvariantUuid:f8d547df-a179-440b-84cf-971f08cfb342
ModelName:Vfw5aa0fc29A11c.compute.nodes.heat.vpg
ModelUuid:71d340a4-0dfd-437b-bd2e-cbb2e6c41239
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-12-08T16:47:37.937Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3fd0a3e6-1db1-457a-91b5-a074cfffef36
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-12-08T16:47:38.073Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||vFW 5aa0fc29-a11c 0
2022-12-08T16:47:38.080Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3fd0a3e6-1db1-457a-91b5-a074cfffef36
2022-12-08T16:47:38.080Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4b3fd9e7-b9c2-4dd0-b1d3-47556f20847d from URL: /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json
2022-12-08T16:47:38.080Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T16:47:38.080Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json
2022-12-08T16:47:38.168Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T16:47:38.168Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json 4b3fd9e7-b9c2-4dd0-b1d3-47556f20847d 785
2022-12-08T16:47:38.169Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json ASDC sendASDCNotification
2022-12-08T16:47:38.169Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json
2022-12-08T16:47:38.169Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T16:47:38.169Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:38.172Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:38.173Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518058169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:38.274Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T16:47:38.275Z||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-12-08T16:47:38.276Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:38.302Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:38.303Z||pool-11-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-12-08T16:47:39.174Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5aa0fc29A11c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "aaca1c18-b9a3-4583-b314-8e481497c9f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85341157-86bd-4e24-a910-def370c0f95d",
    "vfModuleModelCustomizationUUID": "21ac1d9d-e471-48ff-a46e-c6687be98f09",
    "isBase": true,
    "artifacts": [
      "44225890-57ff-47e9-9d0b-c7b03fa007ce",
      "ce2bf5c6-af51-4cf7-a9bf-207d988373f7"
    ],
    "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-12-08T16:47:39.194Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5aa0fc29A11c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85341157-86bd-4e24-a910-def370c0f95d
VfModuleModelInvariantUUID:aaca1c18-b9a3-4583-b314-8e481497c9f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
44225890-57ff-47e9-9d0b-c7b03fa007ce
,
ce2bf5c6-af51-4cf7-a9bf-207d988373f7

}
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-12-08T16:47:39.197Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5aa0fc29A11c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "aaca1c18-b9a3-4583-b314-8e481497c9f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85341157-86bd-4e24-a910-def370c0f95d",
    "vfModuleModelCustomizationUUID": "21ac1d9d-e471-48ff-a46e-c6687be98f09",
    "isBase": true,
    "artifacts": [
      "44225890-57ff-47e9-9d0b-c7b03fa007ce",
      "ce2bf5c6-af51-4cf7-a9bf-207d988373f7"
    ],
    "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-12-08T16:47:39.197Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5aa0fc29A11c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85341157-86bd-4e24-a910-def370c0f95d
VfModuleModelInvariantUUID:aaca1c18-b9a3-4583-b314-8e481497c9f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
44225890-57ff-47e9-9d0b-c7b03fa007ce
,
ce2bf5c6-af51-4cf7-a9bf-207d988373f7

}
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-12-08T16:47:39.197Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 44225890-57ff-47e9-9d0b-c7b03fa007ce from URL: /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml
2022-12-08T16:47:39.197Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T16:47:39.198Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml
2022-12-08T16:47:39.259Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T16:47:39.260Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml 44225890-57ff-47e9-9d0b-c7b03fa007ce 20368
2022-12-08T16:47:39.260Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-08T16:47:39.260Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml
2022-12-08T16:47:39.260Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T16:47:39.261Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:39.263Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:39.263Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518059260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:39.363Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:47:39.364Z||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-12-08T16:47:39.364Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:39.394Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:39.394Z||pool-12-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:40.264Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ce2bf5c6-af51-4cf7-a9bf-207d988373f7 from URL: /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env
2022-12-08T16:47:40.264Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T16:47:40.264Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env
2022-12-08T16:47:40.430Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T16:47:40.431Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env ce2bf5c6-af51-4cf7-a9bf-207d988373f7 2098
2022-12-08T16:47:40.432Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-08T16:47:40.432Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env
2022-12-08T16:47:40.432Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T16:47:40.432Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:40.435Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:40.435Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518060432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:47:40.535Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:47:40.536Z||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-12-08T16:47:40.537Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:40.550Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:40.550Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:41.436Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4650b08d-4819-43bd-b34a-df0650667fbb
2022-12-08T16:47:41.437Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5aa0fc29-a11c 0 3fd0a3e6-1db1-457a-91b5-a074cfffef36 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-12-08T16:47:41.476Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3768ecaa, org.onap.sdc.toscaparser.api.parameters.Input@21fc133d, org.onap.sdc.toscaparser.api.parameters.Input@40136173, org.onap.sdc.toscaparser.api.parameters.Input@596307b6, org.onap.sdc.toscaparser.api.parameters.Input@299ebd8c]
2022-12-08T16:47:41.485Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.485Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:41.486Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-12-08T16:47:41.487Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 403b6123-6b58-4270-a3d3-6a15c3a524d1
2022-12-08T16:47:41.487Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 403b6123-6b58-4270-a3d3-6a15c3a524d1 matches Tosca VF Customization UUID: 403b6123-6b58-4270-a3d3-6a15c3a524d1
2022-12-08T16:47:41.487Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 403b6123-6b58-4270-a3d3-6a15c3a524d1  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-12-08T16:47:41.494Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.494Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:41.496Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 403b6123-6b58-4270-a3d3-6a15c3a524d1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-08T16:47:41.496Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b687237
2022-12-08T16:47:41.496Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.497Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T16:47:41.497Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21ac1d9d-e471-48ff-a46e-c6687be98f09
2022-12-08T16:47:41.498Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21ac1d9d-e471-48ff-a46e-c6687be98f09
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-12-08T16:47:41.504Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.504Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is matching search criteria
2022-12-08T16:47:41.505Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5aa0fc29-a11c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:47:41.506Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.506Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is matching search criteria
2022-12-08T16:47:41.506Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5aa0fc29-a11c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:47:41.507Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.507Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is not matching search criteria
2022-12-08T16:47:41.507Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T16:47:41.507Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-08T16:47:41.508Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T16:47:41.508Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T16:47:41.508Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T16:47:41.508Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T16:47:41.509Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:41.509Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T16:47:41.509Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:41.509Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T16:47:41.510Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T16:47:41.510Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f07f36e1-2b9d-4818-b02b-ab07a43ea897
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-12-08T16:47:41.518Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.518Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is matching search criteria
2022-12-08T16:47:41.518Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5aa0fc29-a11c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:47:41.519Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.519Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is not matching search criteria
2022-12-08T16:47:41.519Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T16:47:41.519Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T16:47:41.520Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T16:47:41.520Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:41.520Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T16:47:41.521Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T16:47:41.521Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T16:47:41.521Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-08T16:47:41.521Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T16:47:41.522Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:41.522Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T16:47:41.522Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T16:47:41.522Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ea635602-ab8d-49c1-8f25-009ed4335561
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-12-08T16:47:41.526Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.526Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is matching search criteria
2022-12-08T16:47:41.526Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5aa0fc29-a11c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:47:41.529Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.529Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is not matching search criteria
2022-12-08T16:47:41.530Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T16:47:41.531Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T16:47:41.531Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T16:47:41.531Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:41.532Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T16:47:41.532Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T16:47:41.532Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T16:47:41.532Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T16:47:41.533Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T16:47:41.533Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T16:47:41.533Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T16:47:41.534Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-08T16:47:41.534Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=77280037-83b7-428a-a68f-dc45155a61dc
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-12-08T16:47:41.536Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.536Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is matching search criteria
2022-12-08T16:47:41.537Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5aa0fc29-a11c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:47:41.537Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.537Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Node template vFW 5aa0fc29-a11c 0 is matching search criteria
2022-12-08T16:47:41.538Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5aa0fc29-a11c 0] matching following query criteria: sdcType=VF, customizationUUID=403b6123-6b58-4270-a3d3-6a15c3a524d1
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-12-08T16:47:41.540Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.540Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:41.541Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4650b08d-4819-43bd-b34a-df0650667fbb: vFW 5aa0fc29-a11c
2022-12-08T16:47:41.541Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.541Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:41.541Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.542Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:41.542Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.542Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:41.543Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.543Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:41.543Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:47:41.543Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 16-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:47:41.544Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-12-08 16-46-00 
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-12-08T16:47:41.815Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5aa0fc29-a11c 3fd0a3e6-1db1-457a-91b5-a074cfffef36 1 ASDC deployResourceStructure
2022-12-08T16:47:41.815Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json ASDC sendASDCNotification
2022-12-08T16:47:41.816Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json
2022-12-08T16:47:41.816Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T16:47:41.816Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:41.818Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:41.818Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518061815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T16:47:41.918Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:47:41.919Z||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-12-08T16:47:41.919Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:41.935Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:41.935Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:42.820Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-08T16:47:42.821Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml
2022-12-08T16:47:42.821Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T16:47:42.822Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:42.824Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:42.824Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518062820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T16:47:42.924Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:47:42.926Z||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-12-08T16:47:42.926Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:42.951Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:42.952Z||pool-15-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:43.825Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-08T16:47:43.825Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env
2022-12-08T16:47:43.826Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T16:47:43.826Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:43.829Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:43.829Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518063825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-08T16:47:43.929Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:47:43.930Z||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-12-08T16:47:43.930Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:43.943Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:43.944Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-08T16:47:44.830Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar ASDC sendASDCNotification
2022-12-08T16:47:44.831Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar
2022-12-08T16:47:44.831Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T16:47:44.831Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:47:44.833Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:47:44.833Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518064830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T16:47:44.933Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:47:44.934Z||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-12-08T16:47:44.934Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:47:44.950Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:47:44.951Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:47:45.834Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T16:47:45.853Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T16:47:45.856Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T16:47:45.856Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T16:47:45.856Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T16:47:45.856Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T16:48:15.857Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T16:48:15.871Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T16:48:15.875Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T16:48:15.875Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T16:48:15.875Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T16:48:15.875Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T16:48:24.776Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:48:24.777Z||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-12-08T16:48:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:48:24.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:48:24.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:48:24.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518043603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:48:24.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:48:45.876Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T16:48:45.887Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T16:48:45.889Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T16:48:45.890Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T16:48:45.890Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T16:48:45.890Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T16:49:15.890Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T16:49:15.904Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T16:49:15.908Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T16:49:15.908Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T16:49:15.908Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T16:49:15.908Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T16:49:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:49:24.777Z||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-12-08T16:49:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:49:25.325Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:49:25.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518043603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T16:49:25.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518046561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T16:49:25.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518043603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-08T16:49:25.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518047565,
  "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-12-08T16:49:25.346Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ccd79db9-af51-45b6-a29e-ee4f85d9ce22
2022-12-08T16:49:25.346Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccd79db9-af51-45b6-a29e-ee4f85d9ce22 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-12-08T16:49:25.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518043603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518043603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-08T16:49:25.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518043603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:49:25.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518050813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:49:25.363Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:49:25.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518052887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:49:25.365Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:49:25.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518033071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:49:25.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:49:25.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518055700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:49:25.367Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518058169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:49:25.367Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518058199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T16:49:25.368Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518058418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T16:49:25.368Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518059260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:49:25.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518059202,
  "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-12-08T16:49:25.374Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 675b4e52-7ff4-4803-8ecc-2bcbf793cd02
2022-12-08T16:49:25.374Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 675b4e52-7ff4-4803-8ecc-2bcbf793cd02 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-12-08T16:49:25.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518059422,
  "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-12-08T16:49:25.389Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 675b4e52-7ff4-4803-8ecc-2bcbf793cd02
2022-12-08T16:49:25.389Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 675b4e52-7ff4-4803-8ecc-2bcbf793cd02 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-12-08T16:49:25.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518060432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:49:25.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518061815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/vfw5aa0fc29a11c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T16:49:25.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518062820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T16:49:25.399Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518063825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/resourceInstances/vfw5aa0fc29a11c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-08T16:49:25.399Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:25.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:49:25.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518064830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221208164600/1.0/artifacts/service-Vfw20221208164600-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T16:49:25.400Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:49:45.908Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T16:49:45.925Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T16:49:45.929Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T16:49:45.929Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T16:49:45.929Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T16:49:45.930Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T16:49:45.930Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T16:49:45.930Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T16:49:45.930Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T16:49:45.931Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T16:49:45.932Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T16:49:45.932Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-12-08T16:49:45.939Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T16:50:15.940Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22 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-12-08T16:50:15.953Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ccd79db9-af51-45b6-a29e-ee4f85d9ce22 and serviceModelVersionId: 4650b08d-4819-43bd-b34a-df0650667fbb
2022-12-08T16:50:15.953Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaae925c-1ae0-4439-b18e-c0ef21cbc251
2022-12-08T16:50:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:50:24.777Z||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-12-08T16:50:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:32.273Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aaae925c-1ae0-4439-b18e-c0ef21cbc251/model-vers/model-ver/4650b08d-4819-43bd-b34a-df0650667fbb?depth=0
2022-12-08T16:50:32.400Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T16:50:32.920Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaae925c-1ae0-4439-b18e-c0ef21cbc251/model-vers/model-ver/4650b08d-4819-43bd-b34a-df0650667fbb?depth=0|INFO|500||Invoke
2022-12-08T16:50:32.927Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaae925c-1ae0-4439-b18e-c0ef21cbc251/model-vers/model-ver/4650b08d-4819-43bd-b34a-df0650667fbb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaae925c-1ae0-4439-b18e-c0ef21cbc251/model-vers/model-ver/4650b08d-4819-43bd-b34a-df0650667fbb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ccd79db9-af51-45b6-a29e-ee4f85d9ce22], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ae3cb9e-edfe-4f7a-b9f6-f67e708b52a2], X-ECOMP-RequestID=[ccd79db9-af51-45b6-a29e-ee4f85d9ce22], X-TransactionId=[], X-ONAP-RequestID=[ccd79db9-af51-45b6-a29e-ee4f85d9ce22], Content-Type=[application/merge-patch+json]}
2022-12-08T16:50:33.074Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaae925c-1ae0-4439-b18e-c0ef21cbc251/model-vers/model-ver/4650b08d-4819-43bd-b34a-df0650667fbb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-08T16:50:33.271Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaae925c-1ae0-4439-b18e-c0ef21cbc251/model-vers/model-ver/4650b08d-4819-43bd-b34a-df0650667fbb?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/aaae925c-1ae0-4439-b18e-c0ef21cbc251/model-vers/model-ver/4650b08d-4819-43bd-b34a-df0650667fbb?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 16:50:32 GMT], content-length=[0], vertex-id=[151720], x-aai-txid=[1-aai-resources-221208-16:50:32:933-41872], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T16:50:33.273Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaae925c-1ae0-4439-b18e-c0ef21cbc251/model-vers/model-ver/4650b08d-4819-43bd-b34a-df0650667fbb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-08T16:50:33.275Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaae925c-1ae0-4439-b18e-c0ef21cbc251/model-vers/model-ver/4650b08d-4819-43bd-b34a-df0650667fbb?depth=0|INFO|500||InvokeReturn
2022-12-08T16:50:33.281Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T16:50:33.281Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-12-08T16:50:33.288Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|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-12-08T16:50:33.289Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ccd79db9-af51-45b6-a29e-ee4f85d9ce22 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T16:50:33.290Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T16:50:33.291Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:33.293Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:33.294Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518233290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T16:50:33.393Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T16:50:33.394Z||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-12-08T16:50:33.395Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:33.406Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:33.407Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-08T16:50:34.034Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:34.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:50:34.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccd79db9-af51-45b6-a29e-ee4f85d9ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518233290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T16:50:34.036Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T16:50:34.310Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T16:50:34.310Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"675b4e52-7ff4-4803-8ecc-2bcbf793cd02","serviceName":"basic_onboard_RNClgs","serviceVersion":"1.0","serviceUUID":"b8596101-2688-4111-932e-edf561597a2d","serviceDescription":"service","serviceInvariantUUID":"b0cef880-3639-40ee-8842-d1bf82c1c06b","resources":[{"resourceInstanceName":"basic_onboard_RNClgs 0","resourceName":"basic_onboard_RNClgs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b8395b43-82a0-4b87-a75f-225e2d7b41f4","resourceInvariantUUID":"073c31c2-2182-4dc6-9704-b8612989e840","resourceCustomizationUUID":"afc8eb90-d765-4dea-b875-2e66adc94d2d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vf-license-model.xml","artifactChecksum":"NjY3NjZhMjUzYmRiZjU1ZDdjOWU0ZWQ2YzUwNmQ0Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6eb45e37-5016-4578-82c9-68bdc4cb9027","artifactVersion":"1"},{"artifactName":"basic_onboard_rnclgs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json","artifactChecksum":"N2MyZGIyNDhmNGYwMTIzNThmZjc0MjQyZDBiZDI2Y2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a74ae3c-f133-4705-b622-37480944094e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e33259fb-70f5-4ced-a667-91fffb79966d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3bd33b7-91a9-4d05-8194-e2b866a2b67f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fce45817-35c7-4be8-8296-d0efc128ef0f","artifactVersion":"2","generatedFromUUID":"e33259fb-70f5-4ced-a667-91fffb79966d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRnclgs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-template.yml","artifactChecksum":"OGY5NWUwODhiMzIyYWEzMGQ5YjA2ZTYzMGY4YTU0YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51bb7438-14b2-4fcd-b76d-5d122425a4a7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRnclgs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar","artifactChecksum":"NGZiZmNmNDM2MWEyNjFlZDE3ZWE4NzBhMGY4NmU0NDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c9ae4fc-1806-4c65-99aa-91b25944c3e7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T16:50:34.311Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:50:34.311Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:34.313Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:34.313Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:50:34.413Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:34.414Z||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-12-08T16:50:34.415Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:34.431Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:34.431Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-08T16:50:35.314Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:50:35.315Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:35.317Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:35.317Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T16:50:35.417Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:35.418Z||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-12-08T16:50:35.418Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:35.434Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:35.434Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:36.317Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:50:36.318Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:36.320Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:36.321Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-08T16:50:36.421Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:36.422Z||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-12-08T16:50:36.422Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:36.434Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:36.435Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-08T16:50:37.321Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:50:37.323Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:37.325Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:37.325Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:50:37.426Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T16:50:37.427Z||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-12-08T16:50:37.427Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:37.440Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:37.440Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:38.326Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:50:38.327Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:38.330Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:38.330Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-08T16:50:38.430Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:38.431Z||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-12-08T16:50:38.431Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:38.456Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:38.457Z||pool-23-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:39.331Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:50:39.331Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:39.334Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:39.334Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:50:39.434Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:39.435Z||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-12-08T16:50:39.435Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:39.449Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:39.449Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:40.335Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T16:50:40.336Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:40.338Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:40.338Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:50:40.438Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:40.438Z||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-12-08T16:50:40.439Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:40.453Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:40.453Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:41.340Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "serviceName": "basic_onboard_RNClgs",
  "serviceVersion": "1.0",
  "serviceUUID": "b8596101-2688-4111-932e-edf561597a2d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b0cef880-3639-40ee-8842-d1bf82c1c06b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_RNClgs 0",
      "resourceCustomizationUUID": "afc8eb90-d765-4dea-b875-2e66adc94d2d",
      "resourceName": "basic_onboard_RNClgs",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b8395b43-82a0-4b87-a75f-225e2d7b41f4",
      "resourceInvariantUUID": "073c31c2-2182-4dc6-9704-b8612989e840",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rnclgs0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
          "artifactChecksum": "N2MyZGIyNDhmNGYwMTIzNThmZjc0MjQyZDBiZDI2Y2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5a74ae3c-f133-4705-b622-37480944094e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e33259fb-70f5-4ced-a667-91fffb79966d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fce45817-35c7-4be8-8296-d0efc128ef0f",
            "generatedFromUUID": "e33259fb-70f5-4ced-a667-91fffb79966d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fce45817-35c7-4be8-8296-d0efc128ef0f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRnclgs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
      "artifactChecksum": "NGZiZmNmNDM2MWEyNjFlZDE3ZWE4NzBhMGY4NmU0NDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c9ae4fc-1806-4c65-99aa-91b25944c3e7"
    }
  ],
  "workloadContext": "Production"
}
2022-12-08T16:50:41.341Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T16:50:41.341Z|ccd79db9-af51-45b6-a29e-ee4f85d9ce22|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b8596101-2688-4111-932e-edf561597a2d ASDC
2022-12-08T16:50:41.342Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:675b4e52-7ff4-4803-8ecc-2bcbf793cd02
ServiceName:basic_onboard_RNClgs
ServiceVersion:1.0
ServiceUUID:b8596101-2688-4111-932e-edf561597a2d
ServiceInvariantUUID:b0cef880-3639-40ee-8842-d1bf82c1c06b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRnclgs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar
ArtifactUUID:3c9ae4fc-1806-4c65-99aa-91b25944c3e7
ArtifactChecksum:NGZiZmNmNDM2MWEyNjFlZDE3ZWE4NzBhMGY4NmU0NDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RNClgs 0
ResourceCustomizationUUID:afc8eb90-d765-4dea-b875-2e66adc94d2d
ResourceInvariantUUID:073c31c2-2182-4dc6-9704-b8612989e840
ResourceName:basic_onboard_RNClgs
ResourceType:VF
ResourceUUID:b8395b43-82a0-4b87-a75f-225e2d7b41f4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rnclgs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json
ArtifactUUID:5a74ae3c-f133-4705-b622-37480944094e
ArtifactChecksum:N2MyZGIyNDhmNGYwMTIzNThmZjc0MjQyZDBiZDI2Y2E=
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/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e33259fb-70f5-4ced-a667-91fffb79966d
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/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env
ArtifactUUID:fce45817-35c7-4be8-8296-d0efc128ef0f
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/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env
ArtifactUUID:fce45817-35c7-4be8-8296-d0efc128ef0f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-08T16:50:41.342Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8596101-2688-4111-932e-edf561597a2d 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-12-08T16:50:41.383Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T16:50:41.383Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T16:50:41.383Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T16:50:41.384Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3c9ae4fc-1806-4c65-99aa-91b25944c3e7 from URL: /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:41.384Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T16:50:41.384Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:41.671Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T16:50:41.675Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar 3c9ae4fc-1806-4c65-99aa-91b25944c3e7 75676
2022-12-08T16:50:41.676Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar ASDC sendASDCNotification
2022-12-08T16:50:41.676Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:41.676Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T16:50:41.677Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:41.678Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:41.679Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518241676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:50:41.779Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:41.780Z||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-12-08T16:50:41.780Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:41.800Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:41.800Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:42.679Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T16:50:42.680Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T16:50:42.681Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3c9ae4fc-1806-4c65-99aa-91b25944c3e7, URL: /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar to file: /app/ASDC/1/service-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:42.681Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:42.682Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:42.682Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:42.834Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4785326177537545910/Definitions/service-BasicOnboardRnclgs-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-12-08T16:50:44.156Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T16:50:44.157Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-08T16:50:44.157Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:44.157Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-08T16:50:44.157Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:44.157Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:44.157Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RNClgs 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-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:44.158Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:44.158Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:44.158Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:44.158Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:44.158Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-08T16:50:44.158Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.159Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:44.159Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is matching search criteria
2022-12-08T16:50:44.159Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-08T16:50:44.160Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_RNClgs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T16:50:44.160Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.160Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:44.160Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is matching search criteria
2022-12-08T16:50:44.160Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-08T16:50:44.160Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_RNClgs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T16:50:44.161Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.161Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:44.161Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.161Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is not matching search criteria
2022-12-08T16:50:44.161Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-08T16:50:44.162Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-08T16:50:44.162Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-08T16:50:44.162Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-08T16:50:44.162Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-08T16:50:44.162Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.162Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T16:50:44.163Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.163Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is matching search criteria
2022-12-08T16:50:44.163Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_RNClgs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:50:44.163Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.163Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is matching search criteria
2022-12-08T16:50:44.164Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_RNClgs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:50:44.164Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.164Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is matching search criteria
2022-12-08T16:50:44.164Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_RNClgs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:50:44.164Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.165Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is not matching search criteria
2022-12-08T16:50:44.165Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-08T16:50:44.165Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-08T16:50:44.165Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8700fd22-4f7d-4d96-b9cf-bb6f63121fbf
2022-12-08T16:50:44.165Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.165Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:44.166Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.166Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:44.166Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.166Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:44.166Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:44.166Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:44.167Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_RNClgs
Description:service
Model UUID:b8596101-2688-4111-932e-edf561597a2d
Model Version:NULL
Model InvariantUuid:b0cef880-3639-40ee-8842-d1bf82c1c06b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_RNClgs
Model UUID:6ec0c356-d27e-4873-b421-a2c067b97b5c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:073c31c2-2182-4dc6-9704-b8612989e840
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:afc8eb90-d765-4dea-b875-2e66adc94d2d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0896cdaf-a71d-4961-8d51-9007b4f5f878
ModelName:BasicOnboardRnclgs..base_ubuntu18..module-0
ModelUuid:e8011250-887c-40f7-937d-4ced17ec14cc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8700fd22-4f7d-4d96-b9cf-bb6f63121fbf
ModelInvariantUuid:afa8d791-d860-4116-b93f-efa678f73d6b
ModelName:basic_onboard_RNClgs-nodes.ubuntu18Cvfc
ModelUuid:3022f021-cdfe-4f26-ade8-fe19d633f331
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d458ebe8-7325-4494-895e-53c413b40b6f
ModelInvariantUuid:5835bbd2-1383-4e6e-91a0-b83699a16756
ModelName:BasicOnboardRnclgs.compute.nodes.heat.ubuntu18
ModelUuid:aec8c9e6-7319-47d3-bb27-35c7e20d900e
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-12-08T16:50:44.177Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b8395b43-82a0-4b87-a75f-225e2d7b41f4
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-12-08T16:50:44.180Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||basic_onboard_RNClgs 0
2022-12-08T16:50:44.180Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b8395b43-82a0-4b87-a75f-225e2d7b41f4
2022-12-08T16:50:44.180Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5a74ae3c-f133-4705-b622-37480944094e from URL: /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json
2022-12-08T16:50:44.181Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T16:50:44.181Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json
2022-12-08T16:50:44.269Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T16:50:44.270Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json 5a74ae3c-f133-4705-b622-37480944094e 798
2022-12-08T16:50:44.270Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json ASDC sendASDCNotification
2022-12-08T16:50:44.270Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json
2022-12-08T16:50:44.271Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T16:50:44.271Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:44.274Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:44.274Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518244270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:50:44.374Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T16:50:44.375Z||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-12-08T16:50:44.376Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:44.389Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:44.390Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:45.276Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRnclgs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0896cdaf-a71d-4961-8d51-9007b4f5f878",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e8011250-887c-40f7-937d-4ced17ec14cc",
    "vfModuleModelCustomizationUUID": "1685d4dc-db17-41dc-a7cf-6c95d5d9e96d",
    "isBase": true,
    "artifacts": [
      "e33259fb-70f5-4ced-a667-91fffb79966d",
      "fce45817-35c7-4be8-8296-d0efc128ef0f"
    ],
    "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-12-08T16:50:45.282Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRnclgs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8011250-887c-40f7-937d-4ced17ec14cc
VfModuleModelInvariantUUID:0896cdaf-a71d-4961-8d51-9007b4f5f878
VfModuleModelDescription:NULL
Artifacts UUID List:{
e33259fb-70f5-4ced-a667-91fffb79966d
,
fce45817-35c7-4be8-8296-d0efc128ef0f

}
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-12-08T16:50:45.284Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRnclgs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0896cdaf-a71d-4961-8d51-9007b4f5f878",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e8011250-887c-40f7-937d-4ced17ec14cc",
    "vfModuleModelCustomizationUUID": "1685d4dc-db17-41dc-a7cf-6c95d5d9e96d",
    "isBase": true,
    "artifacts": [
      "e33259fb-70f5-4ced-a667-91fffb79966d",
      "fce45817-35c7-4be8-8296-d0efc128ef0f"
    ],
    "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-12-08T16:50:45.284Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRnclgs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8011250-887c-40f7-937d-4ced17ec14cc
VfModuleModelInvariantUUID:0896cdaf-a71d-4961-8d51-9007b4f5f878
VfModuleModelDescription:NULL
Artifacts UUID List:{
e33259fb-70f5-4ced-a667-91fffb79966d
,
fce45817-35c7-4be8-8296-d0efc128ef0f

}
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-12-08T16:50:45.284Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e33259fb-70f5-4ced-a667-91fffb79966d from URL: /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml
2022-12-08T16:50:45.284Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T16:50:45.285Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml
2022-12-08T16:50:45.347Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T16:50:45.348Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml e33259fb-70f5-4ced-a667-91fffb79966d 5033
2022-12-08T16:50:45.349Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-08T16:50:45.349Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml
2022-12-08T16:50:45.349Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T16:50:45.350Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:45.353Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:45.353Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518245349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:50:45.453Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T16:50:45.454Z||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-12-08T16:50:45.455Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:45.471Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:45.471Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:46.354Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fce45817-35c7-4be8-8296-d0efc128ef0f from URL: /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env
2022-12-08T16:50:46.355Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T16:50:46.355Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env
2022-12-08T16:50:46.408Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T16:50:46.409Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env fce45817-35c7-4be8-8296-d0efc128ef0f 909
2022-12-08T16:50:46.409Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-08T16:50:46.410Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env
2022-12-08T16:50:46.410Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T16:50:46.410Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:46.412Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:46.412Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518246409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:50:46.512Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:46.513Z||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-12-08T16:50:46.513Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:46.530Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:46.530Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:47.413Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b8596101-2688-4111-932e-edf561597a2d
2022-12-08T16:50:47.414Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RNClgs 0 b8395b43-82a0-4b87-a75f-225e2d7b41f4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T16:50:47.427Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c8d9988, org.onap.sdc.toscaparser.api.parameters.Input@3e92689f, org.onap.sdc.toscaparser.api.parameters.Input@766c8f0, org.onap.sdc.toscaparser.api.parameters.Input@438ec3d6, org.onap.sdc.toscaparser.api.parameters.Input@30f53f6]
2022-12-08T16:50:47.429Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.430Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:47.430Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-12-08T16:50:47.431Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= afc8eb90-d765-4dea-b875-2e66adc94d2d
2022-12-08T16:50:47.431Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: afc8eb90-d765-4dea-b875-2e66adc94d2d matches Tosca VF Customization UUID: afc8eb90-d765-4dea-b875-2e66adc94d2d
2022-12-08T16:50:47.431Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: afc8eb90-d765-4dea-b875-2e66adc94d2d  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-12-08T16:50:47.434Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.434Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:47.435Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id afc8eb90-d765-4dea-b875-2e66adc94d2d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-08T16:50:47.435Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a4189a7
2022-12-08T16:50:47.436Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.436Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T16:50:47.436Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1685d4dc-db17-41dc-a7cf-6c95d5d9e96d
2022-12-08T16:50:47.437Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1685d4dc-db17-41dc-a7cf-6c95d5d9e96d
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-12-08T16:50:47.439Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.440Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is matching search criteria
2022-12-08T16:50:47.440Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_RNClgs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:50:47.441Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.442Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is matching search criteria
2022-12-08T16:50:47.442Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_RNClgs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:50:47.443Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.444Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is not matching search criteria
2022-12-08T16:50:47.444Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-08T16:50:47.445Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-08T16:50:47.445Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8700fd22-4f7d-4d96-b9cf-bb6f63121fbf
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-12-08T16:50:47.448Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.448Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is matching search criteria
2022-12-08T16:50:47.449Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_RNClgs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T16:50:47.449Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.450Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_RNClgs 0 is matching search criteria
2022-12-08T16:50:47.450Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_RNClgs 0] matching following query criteria: sdcType=VF, customizationUUID=afc8eb90-d765-4dea-b875-2e66adc94d2d
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-12-08T16:50:47.452Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.452Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:47.453Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b8596101-2688-4111-932e-edf561597a2d: basic_onboard_RNClgs
2022-12-08T16:50:47.453Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.454Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:47.454Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.454Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:47.455Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.457Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:47.457Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.458Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:47.458Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T16:50:47.458Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_RNClgs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T16:50:47.459Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_RNClgs 
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-12-08T16:50:47.544Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RNClgs b8395b43-82a0-4b87-a75f-225e2d7b41f4 1 ASDC deployResourceStructure
2022-12-08T16:50:47.545Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json ASDC sendASDCNotification
2022-12-08T16:50:47.545Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json
2022-12-08T16:50:47.545Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T16:50:47.545Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:47.547Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:47.547Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518247544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T16:50:47.647Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:47.648Z||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-12-08T16:50:47.648Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:47.663Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:47.664Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:48.548Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-08T16:50:48.548Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml
2022-12-08T16:50:48.548Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T16:50:48.549Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:48.551Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:48.551Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518248547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T16:50:48.651Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:48.652Z||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-12-08T16:50:48.652Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:48.689Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:48.690Z||pool-31-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:49.552Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-08T16:50:49.553Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env
2022-12-08T16:50:49.553Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T16:50:49.553Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:49.555Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:49.555Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518249551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-08T16:50:49.655Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:49.656Z||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-12-08T16:50:49.656Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:49.675Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:49.676Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-08T16:50:50.556Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar ASDC sendASDCNotification
2022-12-08T16:50:50.556Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar
2022-12-08T16:50:50.557Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T16:50:50.557Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:50:50.559Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:50:50.559Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518250556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T16:50:50.659Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:50:50.660Z||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-12-08T16:50:50.660Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:50:50.681Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:50:50.681Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-12-08T16:50:51.560Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 675b4e52-7ff4-4803-8ecc-2bcbf793cd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T16:50:51.575Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 675b4e52-7ff4-4803-8ecc-2bcbf793cd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T16:50:51.580Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T16:50:51.580Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T16:50:51.580Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T16:50:51.580Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T16:50:51.581Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T16:50:51.581Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T16:50:51.581Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T16:50:51.581Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T16:50:51.581Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T16:50:51.581Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T16:50:51.590Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T16:51:21.590Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 675b4e52-7ff4-4803-8ecc-2bcbf793cd02 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-12-08T16:51:21.600Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 675b4e52-7ff4-4803-8ecc-2bcbf793cd02 and serviceModelVersionId: b8596101-2688-4111-932e-edf561597a2d
2022-12-08T16:51:21.601Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0cef880-3639-40ee-8842-d1bf82c1c06b
2022-12-08T16:51:21.602Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0cef880-3639-40ee-8842-d1bf82c1c06b/model-vers/model-ver/b8596101-2688-4111-932e-edf561597a2d?depth=0
2022-12-08T16:51:21.606Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T16:51:21.660Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0cef880-3639-40ee-8842-d1bf82c1c06b/model-vers/model-ver/b8596101-2688-4111-932e-edf561597a2d?depth=0|INFO|500||Invoke
2022-12-08T16:51:21.661Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0cef880-3639-40ee-8842-d1bf82c1c06b/model-vers/model-ver/b8596101-2688-4111-932e-edf561597a2d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0cef880-3639-40ee-8842-d1bf82c1c06b/model-vers/model-ver/b8596101-2688-4111-932e-edf561597a2d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[675b4e52-7ff4-4803-8ecc-2bcbf793cd02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[12d96b48-66af-4803-b4ba-6b1627bf9a8e], X-ECOMP-RequestID=[675b4e52-7ff4-4803-8ecc-2bcbf793cd02], X-TransactionId=[], X-ONAP-RequestID=[675b4e52-7ff4-4803-8ecc-2bcbf793cd02], Content-Type=[application/merge-patch+json]}
2022-12-08T16:51:21.686Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0cef880-3639-40ee-8842-d1bf82c1c06b/model-vers/model-ver/b8596101-2688-4111-932e-edf561597a2d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-08T16:51:21.783Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0cef880-3639-40ee-8842-d1bf82c1c06b/model-vers/model-ver/b8596101-2688-4111-932e-edf561597a2d?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/b0cef880-3639-40ee-8842-d1bf82c1c06b/model-vers/model-ver/b8596101-2688-4111-932e-edf561597a2d?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 16:51:21 GMT], content-length=[0], vertex-id=[164008], x-aai-txid=[0-aai-resources-221208-16:51:21:542-70574], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T16:51:21.784Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0cef880-3639-40ee-8842-d1bf82c1c06b/model-vers/model-ver/b8596101-2688-4111-932e-edf561597a2d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-08T16:51:21.785Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0cef880-3639-40ee-8842-d1bf82c1c06b/model-vers/model-ver/b8596101-2688-4111-932e-edf561597a2d?depth=0|INFO|500||InvokeReturn
2022-12-08T16:51:21.785Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T16:51:21.785Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T16:51:21.792Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T16:51:21.793Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 675b4e52-7ff4-4803-8ecc-2bcbf793cd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T16:51:21.793Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T16:51:21.793Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T16:51:21.795Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T16:51:21.795Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518281793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T16:51:21.896Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T16:51:21.897Z||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-12-08T16:51:21.897Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:51:21.932Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:51:21.933Z||pool-34-thread-1|||||INFO|500||cambria reply ok (37 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-12-08T16:51:22.810Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:51:22.810Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T16:51:22.810Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:51:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:51:24.776Z||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-12-08T16:51:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:51:25.415Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:51:25.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:51:25.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:51:25.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T16:51:25.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:51:25.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-08T16:51:25.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:51:25.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:51:25.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:51:25.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-08T16:51:25.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:51:25.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T16:51:25.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:51:25.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518044776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T16:51:25.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T16:51:25.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518241676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:51:25.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:51:25.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518244270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:51:25.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:51:25.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518245349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:51:25.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:51:25.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518246409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T16:51:25.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:51:25.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518247544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/basic_onboard_rnclgs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T16:51:25.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:51:25.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518248547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T16:51:25.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:51:25.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518249551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/resourceInstances/basic_onboard_rnclgs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-08T16:51:25.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:51:25.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518250556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnclgs/1.0/artifacts/service-BasicOnboardRnclgs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T16:51:25.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:51:25.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T16:51:25.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "675b4e52-7ff4-4803-8ecc-2bcbf793cd02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518281793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T16:51:25.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T16:51:33.258Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:51:33.258Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:51:33.259Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T16:51:33.259Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:51:42.817Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:51:42.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:51:42.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:51:42.819Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:51:52.386Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:51:52.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:51:52.387Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:51:52.387Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:52:01.956Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:52:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:52:24.773Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:52:24.773Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:52:24.775Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:52:24.775Z||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-12-08T16:52:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:52:34.343Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:52:34.344Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:53:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:53:24.773Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T16:53:24.773Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T16:53:24.777Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:53:24.777Z||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-12-08T16:53:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:53:34.334Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:53:34.342Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:54:24.775Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:54:24.776Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:54:24.777Z||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-12-08T16:54:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:54:24.777Z||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-12-08T16:54:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:54:34.346Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:54:34.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:55:24.772Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:55:24.774Z||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-12-08T16:55:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:55:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:55:24.775Z||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-12-08T16:55:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:55:34.345Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:55:34.355Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:56:24.772Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:56:24.774Z||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-12-08T16:56:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:56:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:56:24.776Z||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-12-08T16:56:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:56:34.339Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:56:34.346Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:57:24.774Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:57:24.775Z||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-12-08T16:57:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:57:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:57:24.775Z||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-12-08T16:57:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:57:34.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:57:35.366Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:58:24.772Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:58:24.773Z||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-12-08T16:58:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:58:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:58:24.775Z||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-12-08T16:58:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:58:34.340Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:58:34.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:59:24.772Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:59:24.774Z||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-12-08T16:59:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:59:24.775Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T16:59:24.775Z||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-12-08T16:59:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T16:59:34.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T16:59:34.349Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:00:24.772Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:00:24.773Z||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-12-08T17:00:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:00:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:00:24.776Z||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-12-08T17:00:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:00:34.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:00:34.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:24.772Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:01:24.774Z||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-12-08T17:01:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:01:24.776Z||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-12-08T17:01:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:25.073Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:25.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518865727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518853603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518851546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518818264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518853603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518818264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518865727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518851546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518853603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518818264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518865727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518851546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518873071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518818264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518853603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518865727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518851546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518873071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518818264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518853603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518865727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518851546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518873071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518818264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518853603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518865727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:01:25.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518851546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518873071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518818264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518853603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518865727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518851546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518873071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518818264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:01:25.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518853603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:01:25.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518865727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518851546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:01:25.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518873071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518879206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:01:25.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:01:25.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518879456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:01:25.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:01:25.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518879399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:01:25.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:01:25.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518873071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518880469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-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-12-08T17:01:25.123Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83ae5a6f-f15e-420b-b038-ad9e05b988d6
2022-12-08T17:01:25.124Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83ae5a6f-f15e-420b-b038-ad9e05b988d6 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-12-08T17:01:25.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518880613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T17:01:25.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:01:25.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518873071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:01:25.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518879399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518881472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518881618,
  "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-12-08T17:01:25.152Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 83ae5a6f-f15e-420b-b038-ad9e05b988d6
2022-12-08T17:01:25.152Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83ae5a6f-f15e-420b-b038-ad9e05b988d6 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-12-08T17:01:25.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518881905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:01:25.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:01:25.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518879399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:01:25.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518881472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:01:25.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:01:25.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518883631,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:01:25.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:01:25.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518884127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:01:25.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:01:25.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518884636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T17:01:25.192Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f984266-774d-4233-ad84-d777c2328e0e
2022-12-08T17:01:25.192Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f984266-774d-4233-ad84-d777c2328e0e 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-12-08T17:01:25.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:25.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:01:25.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"83ae5a6f-f15e-420b-b038-ad9e05b988d6","serviceName":"Demo_pNF_PoRGgDx7IZ7O1DqCBqz0","serviceVersion":"1.0","serviceUUID":"a4d2d2f9-b331-4b99-8f26-0a021f565b55","serviceDescription":"catalog service description","serviceInvariantUUID":"cd3ea1e8-8d2a-4d1d-8026-7a54d9742b38","resources":[{"resourceInstanceName":"pNF 9746e878-3cc8 0","resourceName":"pNF 9746e878-3cc8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9a353eaf-f802-4db9-afee-b9c887d2a4c3","resourceInvariantUUID":"5a7954c0-887a-4284-8231-e4b0dec803f6","resourceCustomizationUUID":"e369b062-341e-4d04-b465-f947482152c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vf-license-model.xml","artifactChecksum":"ZmQxZDYwYTk5MzcwZjU0ODczNmRhYzNiZjczM2IwNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0efeb402-2031-4df0-8cf3-f375ad8fd620","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/pNF.csar","artifactChecksum":"MjYyMGY2YjhiNGJhZjQzOGQxNjM0YzUxMGZjZDc1Yzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc0f8914-3917-47c4-aaca-2524c0ac03ff","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"769dc135-ffbd-4f04-8c16-83cb6e2d4c51","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vendor-license-model.xml","artifactChecksum":"M2E3MWRkYTgzODcwNmFmYmRiMTQxOWY3Njc5MjE2ZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b4523b2f-3898-4307-b9aa-646469d39ef2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6e47f275-88f7-4284-a060-dee0ff02f5a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b01e68cf-edb2-423a-ab90-076ea38c7c2f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPorggdx7iz7o1dqcbqz0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-template.yml","artifactChecksum":"OGQwZTFiMmNmMzk1ZTE4ODE5MjQ2MzdjN2ZmNWRjMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c006352-c8aa-49bb-868d-b7afc7612761","artifactVersion":"1"},{"artifactName":"service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar","artifactChecksum":"NWRmMDZkODQyNjlhNjBlZWJiODJiODk4NWQxMzdiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0806528-298b-489b-a9d5-190a66db9463","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T17:01:25.435Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:01:25.436Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:01:25.442Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:01:25.442Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:25.543Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T17:01:25.545Z||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-12-08T17:01:25.545Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:25.569Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:25.570Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:01:26.443Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:01:26.444Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:01:26.446Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:01:26.446Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:26.546Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:01:26.547Z||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-12-08T17:01:26.547Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:26.568Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:26.569Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:01:27.448Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:01:27.449Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:01:27.451Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:01:27.452Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:27.552Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:01:27.554Z||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-12-08T17:01:27.555Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:27.576Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:27.576Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:01:28.452Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:01:28.453Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:01:28.455Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:01:28.455Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:28.555Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:01:28.556Z||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-12-08T17:01:28.556Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:28.582Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:28.583Z||pool-38-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:01:29.456Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:01:29.457Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:01:29.459Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:01:29.459Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:29.559Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:01:29.560Z||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-12-08T17:01:29.560Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:29.573Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:29.573Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:01:30.460Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:01:30.460Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:01:30.463Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:01:30.463Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:30.563Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:01:30.564Z||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-12-08T17:01:30.564Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:30.587Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:30.589Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:01:31.464Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:01:31.464Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:01:31.467Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:01:31.467Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:01:31.567Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:01:31.569Z||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-12-08T17:01:31.569Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:31.594Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:31.595Z||pool-41-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:01:32.468Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:01:32.473Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:01:32.476Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:01:32.476Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:01:32.577Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T17:01:32.578Z||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-12-08T17:01:32.578Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:32.599Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:32.599Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:01:33.477Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "serviceName": "Demo_pNF_PoRGgDx7IZ7O1DqCBqz0",
  "serviceVersion": "1.0",
  "serviceUUID": "a4d2d2f9-b331-4b99-8f26-0a021f565b55",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cd3ea1e8-8d2a-4d1d-8026-7a54d9742b38",
  "resources": [
    {
      "resourceInstanceName": "pNF 9746e878-3cc8 0",
      "resourceCustomizationUUID": "e369b062-341e-4d04-b465-f947482152c8",
      "resourceName": "pNF 9746e878-3cc8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9a353eaf-f802-4db9-afee-b9c887d2a4c3",
      "resourceInvariantUUID": "5a7954c0-887a-4284-8231-e4b0dec803f6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
      "artifactChecksum": "NWRmMDZkODQyNjlhNjBlZWJiODJiODk4NWQxMzdiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0806528-298b-489b-a9d5-190a66db9463"
    }
  ],
  "workloadContext": "Production"
}
2022-12-08T17:01:33.482Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T17:01:33.482Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a4d2d2f9-b331-4b99-8f26-0a021f565b55 ASDC
2022-12-08T17:01:33.483Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:83ae5a6f-f15e-420b-b038-ad9e05b988d6
ServiceName:Demo_pNF_PoRGgDx7IZ7O1DqCBqz0
ServiceVersion:1.0
ServiceUUID:a4d2d2f9-b331-4b99-8f26-0a021f565b55
ServiceInvariantUUID:cd3ea1e8-8d2a-4d1d-8026-7a54d9742b38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
ArtifactUUID:e0806528-298b-489b-a9d5-190a66db9463
ArtifactChecksum:NWRmMDZkODQyNjlhNjBlZWJiODJiODk4NWQxMzdiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9746e878-3cc8 0
ResourceCustomizationUUID:e369b062-341e-4d04-b465-f947482152c8
ResourceInvariantUUID:5a7954c0-887a-4284-8231-e4b0dec803f6
ResourceName:pNF 9746e878-3cc8
ResourceType:PNF
ResourceUUID:9a353eaf-f802-4db9-afee-b9c887d2a4c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-08T17:01:33.484Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4d2d2f9-b331-4b99-8f26-0a021f565b55 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-12-08T17:01:33.519Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:01:33.520Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T17:01:33.521Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T17:01:33.521Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e0806528-298b-489b-a9d5-190a66db9463 from URL: /sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:33.521Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-08T17:01:33.521Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:33.613Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-08T17:01:33.617Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar e0806528-298b-489b-a9d5-190a66db9463 88014
2022-12-08T17:01:33.617Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar ASDC sendASDCNotification
2022-12-08T17:01:33.617Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:33.618Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:01:33.618Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:01:33.620Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:01:33.621Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518893617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:01:33.725Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-08T17:01:33.726Z||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-12-08T17:01:33.726Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:33.745Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:33.746Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:01:34.621Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:01:34.622Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T17:01:34.623Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e0806528-298b-489b-a9d5-190a66db9463, URL: /sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar to file: /app/ASDC/1/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:34.623Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:34.624Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:34.624Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:34.872Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16586355113328682262/Definitions/service-DemoPnfPorggdx7iz7o1dqcbqz0-template.yml
2022-12-08T17:01:35.885Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T17:01:35.885Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-08T17:01:35.886Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:35.886Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-08T17:01:35.886Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||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-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:35.886Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:35.886Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||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-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:35.886Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||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-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:35.887Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||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-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:35.887Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9746e878-3cc8 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-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:35.887Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||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-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:35.887Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-08T17:01:35.887Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:01:35.888Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PoRGgDx7IZ7O1DqCBqz0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:01:35.888Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Node template pNF 9746e878-3cc8 0 is matching search criteria
2022-12-08T17:01:35.888Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-08T17:01:35.888Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9746e878-3cc8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:01:35.889Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:01:35.889Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PoRGgDx7IZ7O1DqCBqz0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:01:35.889Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Node template pNF 9746e878-3cc8 0 is matching search criteria
2022-12-08T17:01:35.889Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-08T17:01:35.889Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9746e878-3cc8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:01:35.890Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:01:35.890Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PoRGgDx7IZ7O1DqCBqz0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:01:35.890Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:01:35.890Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PoRGgDx7IZ7O1DqCBqz0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:01:35.890Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:01:35.891Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PoRGgDx7IZ7O1DqCBqz0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:01:35.891Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:01:35.891Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PoRGgDx7IZ7O1DqCBqz0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:01:35.891Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:01:35.891Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PoRGgDx7IZ7O1DqCBqz0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:01:35.892Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PoRGgDx7IZ7O1DqCBqz0
Description:catalog service description
Model UUID:a4d2d2f9-b331-4b99-8f26-0a021f565b55
Model Version:NULL
Model InvariantUuid:cd3ea1e8-8d2a-4d1d-8026-7a54d9742b38
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-12-08T17:01:35.898Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9a353eaf-f802-4db9-afee-b9c887d2a4c3
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-12-08T17:01:35.903Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||pNF 9746e878-3cc8 0
2022-12-08T17:01:35.904Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9a353eaf-f802-4db9-afee-b9c887d2a4c3
2022-12-08T17:01:35.905Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: a4d2d2f9-b331-4b99-8f26-0a021f565b55
2022-12-08T17:01:35.905Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a4d2d2f9-b331-4b99-8f26-0a021f565b55
2022-12-08T17:01:35.905Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9746e878-3cc8 0 9a353eaf-f802-4db9-afee-b9c887d2a4c3 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-12-08T17:01:35.910Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15f5474e, org.onap.sdc.toscaparser.api.parameters.Input@2eb0e352, org.onap.sdc.toscaparser.api.parameters.Input@12532969, org.onap.sdc.toscaparser.api.parameters.Input@2f374275, org.onap.sdc.toscaparser.api.parameters.Input@10c7afea]
2022-12-08T17:01:35.910Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:01:35.910Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PoRGgDx7IZ7O1DqCBqz0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:01:35.911Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a4d2d2f9-b331-4b99-8f26-0a021f565b55: pNF 9746e878-3cc8
2022-12-08T17:01:35.911Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||Processing PNF resource: 9a353eaf-f802-4db9-afee-b9c887d2a4c3
2022-12-08T17:01:35.911Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:01:35.911Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PoRGgDx7IZ7O1DqCBqz0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:01:35.911Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||Resource customization UUID: e369b062-341e-4d04-b465-f947482152c8 is the same as notified resource customizationUUID: e369b062-341e-4d04-b465-f947482152c8
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-12-08T17:01:35.988Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9746e878-3cc8 9a353eaf-f802-4db9-afee-b9c887d2a4c3 0 ASDC deployResourceStructure
2022-12-08T17:01:35.989Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar ASDC sendASDCNotification
2022-12-08T17:01:35.989Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar
2022-12-08T17:01:35.989Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:01:35.989Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:01:35.991Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:01:35.991Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518895989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:01:36.091Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:01:36.092Z||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-12-08T17:01:36.093Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:01:36.105Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:01:36.105Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:01:36.991Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:01:37.015Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:01:37.017Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:01:37.018Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T17:01:37.018Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T17:02:07.018Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:02:07.033Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:02:07.037Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:02:07.037Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T17:02:07.037Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T17:02:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:02:24.776Z||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-12-08T17:02:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:02:24.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:02:24.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:02:24.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518884764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:02:24.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:02:37.038Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:02:37.052Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:02:37.056Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:02:37.057Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T17:02:37.057Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T17:03:07.057Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:03:07.073Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:03:07.076Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:03:07.076Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T17:03:07.076Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T17:03:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:03:24.777Z||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-12-08T17:03:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:03:24.802Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:03:24.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:03:24.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518885135,
  "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-12-08T17:03:24.812Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83ae5a6f-f15e-420b-b038-ad9e05b988d6
2022-12-08T17:03:24.812Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83ae5a6f-f15e-420b-b038-ad9e05b988d6 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-12-08T17:03:37.077Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:03:37.093Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:03:37.101Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:03:37.101Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T17:03:37.148Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T17:04:07.149Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:04:07.188Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:04:07.191Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:04:07.191Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T17:04:07.191Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T17:04:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:04:24.776Z||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-12-08T17:04:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:04:24.818Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:04:24.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518885688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518885767,
  "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-12-08T17:04:24.842Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83ae5a6f-f15e-420b-b038-ad9e05b988d6
2022-12-08T17:04:24.843Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83ae5a6f-f15e-420b-b038-ad9e05b988d6 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-12-08T17:04:24.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518885688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518886770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518886770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518888915,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:24.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/resourceInstances/pnf9746e8783cc80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518892630,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:04:24.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518893617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:24.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518893633,
  "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-12-08T17:04:24.876Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f984266-774d-4233-ad84-d777c2328e0e
2022-12-08T17:04:24.876Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f984266-774d-4233-ad84-d777c2328e0e 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-12-08T17:04:24.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518895989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPorggdx7iz7o1dqcbqz0/1.0/artifacts/service-DemoPnfPorggdx7iz7o1dqcbqz0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:04:24.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518903071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518903071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518905850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:24.895Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518907416,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:04:24.895Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518908423,
  "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-12-08T17:04:24.901Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f984266-774d-4233-ad84-d777c2328e0e
2022-12-08T17:04:24.901Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f984266-774d-4233-ad84-d777c2328e0e 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-12-08T17:04:24.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518905688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518913427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518885639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518913603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518905688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518885639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518913427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518913603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518905688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518913603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518885639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518913427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518905688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518885639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518913603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518913427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518905688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518885639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518913603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518913427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518905688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518885639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518913603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518913427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518905688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518885639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518913603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518913427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518905688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518885639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518913603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518913427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518905688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518885639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518913603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518913427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518926554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:24.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518926526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:24.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518926281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:24.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518927530,
  "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-12-08T17:04:24.944Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16881f49-2f68-4d34-8259-fdb19e7a537d
2022-12-08T17:04:24.944Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16881f49-2f68-4d34-8259-fdb19e7a537d 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-12-08T17:04:24.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518927651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:24.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518926196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518928532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518928718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:24.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518926196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518928532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518929785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:24.957Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518926196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.957Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518928532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.957Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518930841,
  "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-12-08T17:04:24.969Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16881f49-2f68-4d34-8259-fdb19e7a537d
2022-12-08T17:04:24.969Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16881f49-2f68-4d34-8259-fdb19e7a537d 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-12-08T17:04:24.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518926196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518928532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518931843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:04:24.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518926196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518928532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518932848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518926196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518928532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518933394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:04:24.983Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:24.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518932848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670518926196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:24.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518928532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:04:24.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:24.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:24.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518934397,
  "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-12-08T17:04:24.990Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16881f49-2f68-4d34-8259-fdb19e7a537d
2022-12-08T17:04:24.991Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16881f49-2f68-4d34-8259-fdb19e7a537d 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-12-08T17:04:25.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518932848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:04:25.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:25.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518935680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:25.002Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:25.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518932848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:25.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:25.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670518936684,
  "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-12-08T17:04:25.019Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40ca057f-7b32-45c1-a93d-f62aefa249a5
2022-12-08T17:04:25.019Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40ca057f-7b32-45c1-a93d-f62aefa249a5 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-12-08T17:04:25.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518932848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-08T17:04:25.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:25.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518932848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:25.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:25.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518932848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:04:25.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:25.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518939939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:25.031Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:25.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:25.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518941012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:25.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:25.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:25.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:04:25.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518942075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:25.033Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:25.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518943097,
  "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-12-08T17:04:25.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40ca057f-7b32-45c1-a93d-f62aefa249a5
2022-12-08T17:04:25.039Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40ca057f-7b32-45c1-a93d-f62aefa249a5 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-12-08T17:04:25.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518942858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:04:25.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:25.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518943603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:04:25.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:04:25.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:04:25.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670518944099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:04:25.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:04:37.191Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:04:37.208Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:04:37.211Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:04:37.211Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:04:37.211Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T17:04:37.212Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T17:04:37.212Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:04:37.212Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:04:37.212Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:04:37.212Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:04:37.212Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:04:37.212Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||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-12-08T17:04:37.218Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T17:05:07.218Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6 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-12-08T17:05:07.228Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83ae5a6f-f15e-420b-b038-ad9e05b988d6 and serviceModelVersionId: a4d2d2f9-b331-4b99-8f26-0a021f565b55
2022-12-08T17:05:07.229Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd3ea1e8-8d2a-4d1d-8026-7a54d9742b38
2022-12-08T17:05:07.230Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd3ea1e8-8d2a-4d1d-8026-7a54d9742b38/model-vers/model-ver/a4d2d2f9-b331-4b99-8f26-0a021f565b55?depth=0
2022-12-08T17:05:07.238Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T17:05:07.312Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd3ea1e8-8d2a-4d1d-8026-7a54d9742b38/model-vers/model-ver/a4d2d2f9-b331-4b99-8f26-0a021f565b55?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-12-08T17:05:07.314Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd3ea1e8-8d2a-4d1d-8026-7a54d9742b38/model-vers/model-ver/a4d2d2f9-b331-4b99-8f26-0a021f565b55?depth=0|INFO|500||Invoke
2022-12-08T17:05:07.345Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd3ea1e8-8d2a-4d1d-8026-7a54d9742b38/model-vers/model-ver/a4d2d2f9-b331-4b99-8f26-0a021f565b55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-08T17:05:07.444Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd3ea1e8-8d2a-4d1d-8026-7a54d9742b38/model-vers/model-ver/a4d2d2f9-b331-4b99-8f26-0a021f565b55?depth=0|INFO|500||InvokeReturn
2022-12-08T17:05:07.446Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd3ea1e8-8d2a-4d1d-8026-7a54d9742b38/model-vers/model-ver/a4d2d2f9-b331-4b99-8f26-0a021f565b55?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 17:05:07 GMT], content-length=[0], vertex-id=[139336], x-aai-txid=[2-aai-resources-221208-17:05:07:200-88149], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T17:05:07.446Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-12-08T17:05:07.447Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T17:05:07.447Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||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-12-08T17:05:07.454Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||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-12-08T17:05:07.454Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83ae5a6f-f15e-420b-b038-ad9e05b988d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T17:05:07.454Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T17:05:07.455Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:07.457Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:07.457Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519107454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:05:07.557Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:05:07.558Z||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-12-08T17:05:07.558Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:07.579Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:07.580Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T17:05:08.471Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:05:08.471Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f984266-774d-4233-ad84-d777c2328e0e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"238169ca-1d6a-44b1-8ae0-521a2a00524a","serviceDescription":"service","serviceInvariantUUID":"2ca4341a-4e1a-4704-af77-55ab265a1fea","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8da8ad63-60ee-464f-8b5c-8ba28e5ff084","resourceInvariantUUID":"12b46c96-33c1-4e19-bb6e-5983c61c557e","resourceCustomizationUUID":"7ee923e5-c431-4a42-916d-18cb3c8c2acf","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":"ODFiYTM2NTQ5NmY2NWViYjk4MjM5NDU2Yjg2OWQ3ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c7fb4b9-cf9f-4ba6-b4c6-96728e759b40","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODQ0NDBkZWI0OGZkNjU1YTllYmRmMWVjYmRlMjIzZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2fff3430-723a-485b-8815-a0a481cc2a91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T17:05:08.472Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:05:08.472Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:08.474Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:08.474Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:08.575Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:05:08.576Z||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-12-08T17:05:08.576Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:08.592Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:08.593Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:05:09.475Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:05:09.476Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:09.478Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:09.478Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:05:09.578Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:05:09.580Z||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-12-08T17:05:09.580Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:09.594Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:09.594Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:05:10.479Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "238169ca-1d6a-44b1-8ae0-521a2a00524a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ca4341a-4e1a-4704-af77-55ab265a1fea",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7ee923e5-c431-4a42-916d-18cb3c8c2acf",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8da8ad63-60ee-464f-8b5c-8ba28e5ff084",
      "resourceInvariantUUID": "12b46c96-33c1-4e19-bb6e-5983c61c557e",
      "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": "ODQ0NDBkZWI0OGZkNjU1YTllYmRmMWVjYmRlMjIzZjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2fff3430-723a-485b-8815-a0a481cc2a91"
    }
  ],
  "workloadContext": "Production"
}
2022-12-08T17:05:10.480Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T17:05:10.480Z|83ae5a6f-f15e-420b-b038-ad9e05b988d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 238169ca-1d6a-44b1-8ae0-521a2a00524a ASDC
2022-12-08T17:05:10.481Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2f984266-774d-4233-ad84-d777c2328e0e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:238169ca-1d6a-44b1-8ae0-521a2a00524a
ServiceInvariantUUID:2ca4341a-4e1a-4704-af77-55ab265a1fea
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:2fff3430-723a-485b-8815-a0a481cc2a91
ArtifactChecksum:ODQ0NDBkZWI0OGZkNjU1YTllYmRmMWVjYmRlMjIzZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7ee923e5-c431-4a42-916d-18cb3c8c2acf
ResourceInvariantUUID:12b46c96-33c1-4e19-bb6e-5983c61c557e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8da8ad63-60ee-464f-8b5c-8ba28e5ff084
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-08T17:05:10.481Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 238169ca-1d6a-44b1-8ae0-521a2a00524a 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-12-08T17:05:10.513Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:05:10.514Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T17:05:10.514Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T17:05:10.514Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2fff3430-723a-485b-8815-a0a481cc2a91 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T17:05:10.514Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-08T17:05:10.514Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T17:05:10.751Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-08T17:05:10.754Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2fff3430-723a-485b-8815-a0a481cc2a91 57785
2022-12-08T17:05:10.755Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-08T17:05:10.755Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T17:05:10.755Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:05:10.755Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:10.757Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:10.757Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519110755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:05:10.858Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:05:10.859Z||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-12-08T17:05:10.860Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:10.879Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:10.880Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:05:11.758Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:05:11.759Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T17:05:11.760Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2fff3430-723a-485b-8815-a0a481cc2a91, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T17:05:11.760Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-08T17:05:11.761Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T17:05:11.761Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T17:05:11.967Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16389391052175178922/Definitions/service-BasicNetwork-template.yml
2022-12-08T17:05:12.611Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T17:05:12.612Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-08T17:05:12.612Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T17:05:12.612Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-08T17:05:12.612Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:12.612Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:12.612Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:12.612Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:12.612Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:12.613Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:12.613Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:12.613Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:12.613Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-08T17:05:12.613Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.613Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.613Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-08T17:05:12.614Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-08T17:05:12.614Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:05:12.614Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.614Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.614Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-08T17:05:12.614Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-08T17:05:12.615Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:05:12.615Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.615Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.615Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.615Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.616Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.616Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.616Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.616Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.616Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.616Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.616Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:238169ca-1d6a-44b1-8ae0-521a2a00524a
Model Version:NULL
Model InvariantUuid:2ca4341a-4e1a-4704-af77-55ab265a1fea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:12b46c96-33c1-4e19-bb6e-5983c61c557e
Model UUID:23723b97-54c2-4de4-a507-eccaf6931591
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7ee923e5-c431-4a42-916d-18cb3c8c2acf
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-12-08T17:05:12.623Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 8da8ad63-60ee-464f-8b5c-8ba28e5ff084
2022-12-08T17:05:12.623Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||No resources found for Service: 238169ca-1d6a-44b1-8ae0-521a2a00524a
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-12-08T17:05:12.627Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||
2022-12-08T17:05:12.627Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-08T17:05:12.627Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 238169ca-1d6a-44b1-8ae0-521a2a00524a
2022-12-08T17:05:12.627Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 238169ca-1d6a-44b1-8ae0-521a2a00524a
2022-12-08T17:05:12.627Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-08T17:05:12.627Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:12.632Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1be463e7, org.onap.sdc.toscaparser.api.parameters.Input@695027de, org.onap.sdc.toscaparser.api.parameters.Input@e335f21, org.onap.sdc.toscaparser.api.parameters.Input@4f8007b, org.onap.sdc.toscaparser.api.parameters.Input@3c3bb058]
2022-12-08T17:05:12.633Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.633Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.633Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.633Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.634Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 238169ca-1d6a-44b1-8ae0-521a2a00524a: Generic NeutronNet
2022-12-08T17:05:12.634Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.634Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.634Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.634Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:12.666Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.667Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.667Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.667Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.667Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:05:12.667Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:05:12.667Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:12.710Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-08T17:05:12.711Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-08T17:05:12.711Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T17:05:12.711Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:05:12.711Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:12.713Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:12.713Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519112711,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:05:12.813Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:05:12.814Z||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-12-08T17:05:12.814Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:12.831Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:12.832Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:05:13.714Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f984266-774d-4233-ad84-d777c2328e0e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:05:13.727Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f984266-774d-4233-ad84-d777c2328e0e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:05:13.736Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:05:13.736Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:05:13.736Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T17:05:13.737Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T17:05:13.737Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:05:13.737Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:05:13.737Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:05:13.738Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:05:13.738Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:13.750Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T17:05:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:05:24.776Z||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-12-08T17:05:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:24.805Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:24.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518943603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:24.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518945199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:05:24.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:05:24.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518943603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:24.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518946203,
  "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-12-08T17:05:24.817Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16881f49-2f68-4d34-8259-fdb19e7a537d
2022-12-08T17:05:24.817Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16881f49-2f68-4d34-8259-fdb19e7a537d 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-12-08T17:05:24.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518943603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518943603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518943603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:24.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:24.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518943603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:05:24.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:24.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518950706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:05:24.828Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:05:24.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:24.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:24.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518933073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:05:24.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:05:24.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518954412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:05:24.829Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:05:24.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518956739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:05:24.829Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:05:24.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670518957743,
  "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-12-08T17:05:24.834Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40ca057f-7b32-45c1-a93d-f62aefa249a5
2022-12-08T17:05:24.834Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40ca057f-7b32-45c1-a93d-f62aefa249a5 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-12-08T17:05:24.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518957922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:05:24.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:05:24.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:05:24.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "aai-model-loader",
  "timestamp": 1670518958926,
  "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-12-08T17:05:24.848Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40ca057f-7b32-45c1-a93d-f62aefa249a5
2022-12-08T17:05:24.848Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40ca057f-7b32-45c1-a93d-f62aefa249a5 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-12-08T17:05:43.751Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f984266-774d-4233-ad84-d777c2328e0e 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-12-08T17:05:43.757Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f984266-774d-4233-ad84-d777c2328e0e and serviceModelVersionId: 238169ca-1d6a-44b1-8ae0-521a2a00524a
2022-12-08T17:05:43.757Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ca4341a-4e1a-4704-af77-55ab265a1fea
2022-12-08T17:05:43.758Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ca4341a-4e1a-4704-af77-55ab265a1fea/model-vers/model-ver/238169ca-1d6a-44b1-8ae0-521a2a00524a?depth=0
2022-12-08T17:05:43.761Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T17:05:43.804Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ca4341a-4e1a-4704-af77-55ab265a1fea/model-vers/model-ver/238169ca-1d6a-44b1-8ae0-521a2a00524a?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-12-08T17:05:43.806Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ca4341a-4e1a-4704-af77-55ab265a1fea/model-vers/model-ver/238169ca-1d6a-44b1-8ae0-521a2a00524a?depth=0|INFO|500||Invoke
2022-12-08T17:05:43.825Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ca4341a-4e1a-4704-af77-55ab265a1fea/model-vers/model-ver/238169ca-1d6a-44b1-8ae0-521a2a00524a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-08T17:05:43.947Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ca4341a-4e1a-4704-af77-55ab265a1fea/model-vers/model-ver/238169ca-1d6a-44b1-8ae0-521a2a00524a?depth=0|INFO|500||InvokeReturn
2022-12-08T17:05:43.947Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ca4341a-4e1a-4704-af77-55ab265a1fea/model-vers/model-ver/238169ca-1d6a-44b1-8ae0-521a2a00524a?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 17:05:43 GMT], content-length=[0], vertex-id=[172200], x-aai-txid=[2-aai-resources-221208-17:05:43:678-77500], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T17:05:43.948Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-12-08T17:05:43.949Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T17:05:43.949Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:43.954Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||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-12-08T17:05:43.955Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f984266-774d-4233-ad84-d777c2328e0e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T17:05:43.955Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T17:05:43.955Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:43.957Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:43.957Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519143955,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:05:44.058Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:05:44.058Z||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-12-08T17:05:44.059Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:44.073Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:44.073Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 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-12-08T17:05:44.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:05:44.971Z||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-12-08T17:05:44.972Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:50.640Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:50.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-08T17:05:50.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"16881f49-2f68-4d34-8259-fdb19e7a537d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b40a0b78-3176-42fa-b923-496e65325633","serviceDescription":"service","serviceInvariantUUID":"a72a632b-a467-4b05-b680-9a4b699a7784","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f690e0aa-81f3-4c94-a294-c2a583c83408","resourceInvariantUUID":"11df39b0-28b4-4c3a-aa51-e291b8b1f874","resourceCustomizationUUID":"797e1308-3262-4cb3-b587-49731633b22a","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":"YjM2Y2NlNDllN2FlMTdhYzEzMTM4N2EzM2M1MmQ2Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5f9ac87-4495-4a01-b563-bedf37bea0a0","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":"1c48443b-14bf-427a-b76d-dfeaed1b109a","artifactVersion":"2","generatedFromUUID":"e56bc3dd-212d-45b7-a5b8-f40aed0a7617"},{"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":"e56bc3dd-212d-45b7-a5b8-f40aed0a7617","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":"NzhmNmY5ZDU0ZDA3NGEzMzI1ODg0ZTBjYzVkZmQzY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"30bbe3b1-db2b-4f8f-96c1-de9ef44be8c8","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":"9ed9e1b5-3825-47ec-845e-0e4e30c09245","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":"41f74f31-9b3c-4bf8-8a39-7a0d9c9f6559","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":"eca501b5-102d-4e77-9eca-847ef33a2f96","artifactVersion":"2","generatedFromUUID":"9ed9e1b5-3825-47ec-845e-0e4e30c09245"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTcxNGZhODlmYTQ4MzljNDBmNmVlOGRjM2FiOGFhOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce5ecfbe-18cf-4b8e-8941-8efd32ce5a0c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjhiNGJmNjUwZTBlNGI0Y2QzNzBlMjc4YjNlMTNkZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"963c262b-097a-4243-b22d-93feb734beb5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T17:05:50.644Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:05:50.644Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:50.646Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:50.646Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:50.746Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:05:50.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-12-08T17:05:50.747Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:50.760Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:50.760Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:05:51.647Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:05:51.648Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:51.650Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:51.650Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-08T17:05:51.750Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:05:51.750Z||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-12-08T17:05:51.751Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:51.790Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:51.791Z||pool-52-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:05:52.651Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:05:52.652Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:52.653Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:52.653Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-08T17:05:52.754Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T17:05:52.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-12-08T17:05:52.755Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:52.770Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:52.771Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:05:53.654Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:05:53.655Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:53.657Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:53.657Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:05:53.757Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:05:53.758Z||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-12-08T17:05:53.758Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:53.784Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:53.785Z||pool-54-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:05:54.657Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:05:54.658Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:54.660Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:54.660Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:05:54.760Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:05:54.761Z||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-12-08T17:05:54.761Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:54.781Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:54.782Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:05:55.664Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:05:55.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:55.667Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:55.668Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:55.767Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:05:55.768Z||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-12-08T17:05:55.769Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:55.781Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:55.782Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:05:56.672Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:05:56.673Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:56.676Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:56.676Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-08T17:05:56.775Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:05:56.776Z||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-12-08T17:05:56.777Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:56.795Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:56.796Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-12-08T17:05:57.677Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:05:57.678Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:57.685Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:57.685Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:05:57.780Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-08T17:05:57.781Z||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-12-08T17:05:57.782Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:57.806Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:57.807Z||pool-58-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:05:58.686Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:05:58.692Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:58.695Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:58.695Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:05:58.795Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:05:58.796Z||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-12-08T17:05:58.796Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:05:58.822Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:05:58.823Z||pool-59-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:05:59.696Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b40a0b78-3176-42fa-b923-496e65325633",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a72a632b-a467-4b05-b680-9a4b699a7784",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "797e1308-3262-4cb3-b587-49731633b22a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f690e0aa-81f3-4c94-a294-c2a583c83408",
      "resourceInvariantUUID": "11df39b0-28b4-4c3a-aa51-e291b8b1f874",
      "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": "1c48443b-14bf-427a-b76d-dfeaed1b109a",
          "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": "e56bc3dd-212d-45b7-a5b8-f40aed0a7617",
          "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": "NzhmNmY5ZDU0ZDA3NGEzMzI1ODg0ZTBjYzVkZmQzY2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "30bbe3b1-db2b-4f8f-96c1-de9ef44be8c8",
          "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": "9ed9e1b5-3825-47ec-845e-0e4e30c09245",
          "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": "eca501b5-102d-4e77-9eca-847ef33a2f96",
            "generatedFromUUID": "9ed9e1b5-3825-47ec-845e-0e4e30c09245"
          },
          "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": "eca501b5-102d-4e77-9eca-847ef33a2f96",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NjhiNGJmNjUwZTBlNGI0Y2QzNzBlMjc4YjNlMTNkZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "963c262b-097a-4243-b22d-93feb734beb5"
    }
  ],
  "workloadContext": "Production"
}
2022-12-08T17:05:59.698Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T17:05:59.698Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b40a0b78-3176-42fa-b923-496e65325633 ASDC
2022-12-08T17:05:59.699Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:16881f49-2f68-4d34-8259-fdb19e7a537d
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b40a0b78-3176-42fa-b923-496e65325633
ServiceInvariantUUID:a72a632b-a467-4b05-b680-9a4b699a7784
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:963c262b-097a-4243-b22d-93feb734beb5
ArtifactChecksum:NjhiNGJmNjUwZTBlNGI0Y2QzNzBlMjc4YjNlMTNkZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:797e1308-3262-4cb3-b587-49731633b22a
ResourceInvariantUUID:11df39b0-28b4-4c3a-aa51-e291b8b1f874
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f690e0aa-81f3-4c94-a294-c2a583c83408
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:1c48443b-14bf-427a-b76d-dfeaed1b109a
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:e56bc3dd-212d-45b7-a5b8-f40aed0a7617
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:30bbe3b1-db2b-4f8f-96c1-de9ef44be8c8
ArtifactChecksum:NzhmNmY5ZDU0ZDA3NGEzMzI1ODg0ZTBjYzVkZmQzY2M=
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:9ed9e1b5-3825-47ec-845e-0e4e30c09245
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:eca501b5-102d-4e77-9eca-847ef33a2f96
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:eca501b5-102d-4e77-9eca-847ef33a2f96
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-08T17:05:59.699Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b40a0b78-3176-42fa-b923-496e65325633 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-12-08T17:05:59.731Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:05:59.732Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:05:59.732Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:05:59.733Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 963c262b-097a-4243-b22d-93feb734beb5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-08T17:05:59.733Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:05:59.733Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-08T17:05:59.918Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:05:59.921Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 963c262b-097a-4243-b22d-93feb734beb5 73994
2022-12-08T17:05:59.922Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-08T17:05:59.922Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-08T17:05:59.922Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:05:59.923Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:05:59.936Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:05:59.937Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519159922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:06:00.028Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-12-08T17:06:00.029Z||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-12-08T17:06:00.030Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:00.048Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:00.049Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-12-08T17:06:00.937Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:06:00.939Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:06:00.939Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 963c262b-097a-4243-b22d-93feb734beb5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T17:06:00.940Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-08T17:06:00.940Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T17:06:00.940Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T17:06:01.047Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5485487391121048126/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-12-08T17:06:02.193Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T17:06:02.194Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:06:02.194Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T17:06:02.194Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-08T17:06:02.194Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T17:06:02.194Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||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-12-08T17:06:02.194Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T17:06:02.194Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T17:06:02.195Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:06:02.195Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.195Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:02.195Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-08T17:06:02.195Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:06:02.196Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:06:02.196Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.196Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:02.196Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-08T17:06:02.196Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:06:02.196Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:06:02.197Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.197Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:02.197Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.197Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-08T17:06:02.197Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-08T17:06:02.198Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-08T17:06:02.198Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-08T17:06:02.198Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.198Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T17:06:02.198Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.198Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-08T17:06:02.199Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:02.199Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.199Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-08T17:06:02.199Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:02.199Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.199Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-08T17:06:02.200Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:02.200Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.200Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-08T17:06:02.200Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-08T17:06:02.201Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0d82480c-b414-469e-9605-88f0b8f8d444
2022-12-08T17:06:02.201Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.201Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:02.201Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.201Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:02.202Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.202Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:02.202Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:02.202Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:02.202Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b40a0b78-3176-42fa-b923-496e65325633
Model Version:NULL
Model InvariantUuid:a72a632b-a467-4b05-b680-9a4b699a7784
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:002566e3-8008-4adf-b2af-7ba41d508a8c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:11df39b0-28b4-4c3a-aa51-e291b8b1f874
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:797e1308-3262-4cb3-b587-49731633b22a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c42883ea-9efc-4d6b-935a-4399e3aa124f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:de5f5c01-88f0-409e-a493-4b58f4162384
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0d82480c-b414-469e-9605-88f0b8f8d444
ModelInvariantUuid:ea2cda0a-e206-4385-8e20-75c8f192916c
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:cb1d8614-a4e8-42c2-b6bf-6632fe8782f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:a9cd7c14-dce5-40ad-b66b-d4c0a574d935
ModelInvariantUuid:500164d5-da90-401e-96fe-a2a7162a4994
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9f46c236-2ddf-4a67-9e7a-a88c456798b4
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-12-08T17:06:02.208Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f690e0aa-81f3-4c94-a294-c2a583c83408
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-12-08T17:06:02.213Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-12-08T17:06:02.213Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f690e0aa-81f3-4c94-a294-c2a583c83408
2022-12-08T17:06:02.213Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c48443b-14bf-427a-b76d-dfeaed1b109a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-08T17:06:02.213Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:06:02.213Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-08T17:06:02.299Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:06:02.299Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1c48443b-14bf-427a-b76d-dfeaed1b109a 12
2022-12-08T17:06:02.300Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-08T17:06:02.300Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-08T17:06:02.300Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:06:02.300Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:02.302Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:02.302Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519162300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:06:02.402Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:02.403Z||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-12-08T17:06:02.403Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:02.418Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:02.419Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:03.302Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e56bc3dd-212d-45b7-a5b8-f40aed0a7617 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-08T17:06:03.303Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:06:03.304Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-08T17:06:03.359Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:06:03.360Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e56bc3dd-212d-45b7-a5b8-f40aed0a7617 2688
2022-12-08T17:06:03.360Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-08T17:06:03.360Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-08T17:06:03.360Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:06:03.361Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:03.362Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:03.362Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519163360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:06:03.462Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:06:03.463Z||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-12-08T17:06:03.464Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:03.480Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:03.481Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:04.364Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 30bbe3b1-db2b-4f8f-96c1-de9ef44be8c8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-08T17:06:04.364Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:06:04.365Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-08T17:06:04.463Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:06:04.464Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 30bbe3b1-db2b-4f8f-96c1-de9ef44be8c8 828
2022-12-08T17:06:04.464Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-08T17:06:04.465Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-08T17:06:04.465Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:06:04.466Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:04.467Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:04.468Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519164464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:06:04.568Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:04.569Z||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-12-08T17:06:04.569Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:04.606Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:04.607Z||pool-63-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:06:05.469Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c42883ea-9efc-4d6b-935a-4399e3aa124f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de5f5c01-88f0-409e-a493-4b58f4162384",
    "vfModuleModelCustomizationUUID": "b6c6bbef-2c31-43a2-9cc5-1800b553c11a",
    "isBase": true,
    "artifacts": [
      "9ed9e1b5-3825-47ec-845e-0e4e30c09245",
      "e56bc3dd-212d-45b7-a5b8-f40aed0a7617",
      "eca501b5-102d-4e77-9eca-847ef33a2f96"
    ],
    "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-12-08T17:06:05.474Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de5f5c01-88f0-409e-a493-4b58f4162384
VfModuleModelInvariantUUID:c42883ea-9efc-4d6b-935a-4399e3aa124f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ed9e1b5-3825-47ec-845e-0e4e30c09245
,
e56bc3dd-212d-45b7-a5b8-f40aed0a7617
,
eca501b5-102d-4e77-9eca-847ef33a2f96

}
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-12-08T17:06:05.478Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c42883ea-9efc-4d6b-935a-4399e3aa124f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de5f5c01-88f0-409e-a493-4b58f4162384",
    "vfModuleModelCustomizationUUID": "b6c6bbef-2c31-43a2-9cc5-1800b553c11a",
    "isBase": true,
    "artifacts": [
      "9ed9e1b5-3825-47ec-845e-0e4e30c09245",
      "e56bc3dd-212d-45b7-a5b8-f40aed0a7617",
      "eca501b5-102d-4e77-9eca-847ef33a2f96"
    ],
    "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-12-08T17:06:05.479Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de5f5c01-88f0-409e-a493-4b58f4162384
VfModuleModelInvariantUUID:c42883ea-9efc-4d6b-935a-4399e3aa124f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ed9e1b5-3825-47ec-845e-0e4e30c09245
,
e56bc3dd-212d-45b7-a5b8-f40aed0a7617
,
eca501b5-102d-4e77-9eca-847ef33a2f96

}
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-12-08T17:06:05.479Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9ed9e1b5-3825-47ec-845e-0e4e30c09245 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-08T17:06:05.480Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:06:05.480Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-08T17:06:05.548Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:06:05.549Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9ed9e1b5-3825-47ec-845e-0e4e30c09245 1164
2022-12-08T17:06:05.550Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-08T17:06:05.550Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-08T17:06:05.550Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:06:05.551Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:05.554Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:05.554Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519165549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:06:05.654Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:05.655Z||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-12-08T17:06:05.655Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:05.668Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:05.668Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:06.556Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eca501b5-102d-4e77-9eca-847ef33a2f96 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-08T17:06:06.556Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:06:06.557Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-08T17:06:06.637Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:06:06.638Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env eca501b5-102d-4e77-9eca-847ef33a2f96 200
2022-12-08T17:06:06.638Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-08T17:06:06.638Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-08T17:06:06.639Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:06:06.639Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:06.642Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:06.642Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519166638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:06:06.742Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:06:06.743Z||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-12-08T17:06:06.743Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:06.757Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:06.757Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:06:07.644Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b40a0b78-3176-42fa-b923-496e65325633
2022-12-08T17:06:07.644Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f690e0aa-81f3-4c94-a294-c2a583c83408 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-12-08T17:06:07.661Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-12-08T17:06:07.677Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39874052, org.onap.sdc.toscaparser.api.parameters.Input@627cbab9, org.onap.sdc.toscaparser.api.parameters.Input@6dde1156, org.onap.sdc.toscaparser.api.parameters.Input@41920776, org.onap.sdc.toscaparser.api.parameters.Input@42944ac6]
2022-12-08T17:06:07.679Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.680Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:07.681Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-08T17:06:07.681Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 797e1308-3262-4cb3-b587-49731633b22a
2022-12-08T17:06:07.681Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 797e1308-3262-4cb3-b587-49731633b22a matches Tosca VF Customization UUID: 797e1308-3262-4cb3-b587-49731633b22a
2022-12-08T17:06:07.682Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 797e1308-3262-4cb3-b587-49731633b22a  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-12-08T17:06:07.686Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.687Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:07.688Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 797e1308-3262-4cb3-b587-49731633b22a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-08T17:06:07.688Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@90b71c0
2022-12-08T17:06:07.688Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.689Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T17:06:07.689Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6c6bbef-2c31-43a2-9cc5-1800b553c11a
2022-12-08T17:06:07.690Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6c6bbef-2c31-43a2-9cc5-1800b553c11a
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-12-08T17:06:07.693Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.694Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-08T17:06:07.695Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:07.696Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.696Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-08T17:06:07.697Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:07.697Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.698Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-08T17:06:07.698Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-08T17:06:07.699Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0d82480c-b414-469e-9605-88f0b8f8d444
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-12-08T17:06:07.703Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.703Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-08T17:06:07.704Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:07.704Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.705Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-08T17:06:07.705Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=797e1308-3262-4cb3-b587-49731633b22a
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-12-08T17:06:07.707Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.708Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:07.708Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b40a0b78-3176-42fa-b923-496e65325633: basic_cnf
2022-12-08T17:06:07.709Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.709Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:07.709Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.710Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:07.710Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.710Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:07.711Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.711Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:07.712Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:07.712Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:07.713Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T17:06:07.788Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f690e0aa-81f3-4c94-a294-c2a583c83408 1 ASDC deployResourceStructure
2022-12-08T17:06:07.789Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-08T17:06:07.789Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-12-08T17:06:07.790Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-08T17:06:07.790Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:07.796Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:07.797Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519167789,
  "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-12-08T17:06:07.892Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-08T17:06:07.894Z||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-12-08T17:06:07.894Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:07.927Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:07.928Z||pool-66-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:08.798Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-08T17:06:08.798Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-08T17:06:08.798Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-08T17:06:08.798Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:08.800Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:08.800Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519168797,
  "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-12-08T17:06:08.900Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:06:08.901Z||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-12-08T17:06:08.901Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:08.924Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:08.925Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:09.801Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-08T17:06:09.802Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-08T17:06:09.802Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:06:09.802Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:09.804Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:09.804Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519169801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:06:09.904Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:06:09.906Z||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-12-08T17:06:09.906Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:09.924Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:09.925Z||pool-68-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:10.805Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-08T17:06:10.806Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-08T17:06:10.806Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:06:10.807Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:10.808Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:10.809Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519170805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T17:06:10.912Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-08T17:06:10.914Z||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-12-08T17:06:10.914Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:10.930Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:10.931Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:11.810Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-08T17:06:11.810Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-08T17:06:11.810Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:06:11.811Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:11.813Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:11.814Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519171809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-08T17:06:11.914Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:11.915Z||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-12-08T17:06:11.915Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:11.932Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:11.933Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:12.815Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-08T17:06:12.815Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-08T17:06:12.815Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:06:12.816Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:12.818Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:12.818Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519172815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:06:12.918Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:12.919Z||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-12-08T17:06:12.919Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:12.936Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:12.936Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:13.819Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16881f49-2f68-4d34-8259-fdb19e7a537d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:06:13.835Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16881f49-2f68-4d34-8259-fdb19e7a537d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:06:13.838Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:06:13.838Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:06:13.838Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T17:06:13.838Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T17:06:13.839Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:06:13.839Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:06:13.839Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:06:13.839Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:06:13.839Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:06:13.839Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T17:06:13.845Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T17:06:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:06:24.776Z||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-12-08T17:06:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:24.809Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:24.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:06:24.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83ae5a6f-f15e-420b-b038-ad9e05b988d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519107454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:06:24.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:06:24.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:06:24.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:06:24.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:06:24.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:06:24.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670518884772,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:06:24.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:06:24.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:06:24.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519110755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:06:24.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:06:24.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:06:24.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519112711,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:06:24.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:06:43.845Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16881f49-2f68-4d34-8259-fdb19e7a537d 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-12-08T17:06:43.857Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16881f49-2f68-4d34-8259-fdb19e7a537d and serviceModelVersionId: b40a0b78-3176-42fa-b923-496e65325633
2022-12-08T17:06:43.857Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a72a632b-a467-4b05-b680-9a4b699a7784
2022-12-08T17:06:43.858Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a72a632b-a467-4b05-b680-9a4b699a7784/model-vers/model-ver/b40a0b78-3176-42fa-b923-496e65325633?depth=0
2022-12-08T17:06:43.862Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T17:06:43.948Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a72a632b-a467-4b05-b680-9a4b699a7784/model-vers/model-ver/b40a0b78-3176-42fa-b923-496e65325633?depth=0|INFO|500||Invoke
2022-12-08T17:06:43.949Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a72a632b-a467-4b05-b680-9a4b699a7784/model-vers/model-ver/b40a0b78-3176-42fa-b923-496e65325633?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a72a632b-a467-4b05-b680-9a4b699a7784/model-vers/model-ver/b40a0b78-3176-42fa-b923-496e65325633?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16881f49-2f68-4d34-8259-fdb19e7a537d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[150d5c51-0f40-4e65-a801-eae9a242528a], X-ECOMP-RequestID=[16881f49-2f68-4d34-8259-fdb19e7a537d], X-TransactionId=[], X-ONAP-RequestID=[16881f49-2f68-4d34-8259-fdb19e7a537d], Content-Type=[application/merge-patch+json]}
2022-12-08T17:06:43.968Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a72a632b-a467-4b05-b680-9a4b699a7784/model-vers/model-ver/b40a0b78-3176-42fa-b923-496e65325633?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-08T17:06:44.121Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a72a632b-a467-4b05-b680-9a4b699a7784/model-vers/model-ver/b40a0b78-3176-42fa-b923-496e65325633?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/a72a632b-a467-4b05-b680-9a4b699a7784/model-vers/model-ver/b40a0b78-3176-42fa-b923-496e65325633?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 17:06:43 GMT], content-length=[0], vertex-id=[475232], x-aai-txid=[1-aai-resources-221208-17:06:43:822-74865], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T17:06:44.122Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a72a632b-a467-4b05-b680-9a4b699a7784/model-vers/model-ver/b40a0b78-3176-42fa-b923-496e65325633?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-08T17:06:44.122Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a72a632b-a467-4b05-b680-9a4b699a7784/model-vers/model-ver/b40a0b78-3176-42fa-b923-496e65325633?depth=0|INFO|500||InvokeReturn
2022-12-08T17:06:44.122Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T17:06:44.122Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T17:06:44.130Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-08T17:06:44.131Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16881f49-2f68-4d34-8259-fdb19e7a537d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T17:06:44.131Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T17:06:44.131Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:44.133Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:44.133Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519204131,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:06:44.234Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T17:06:44.235Z||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-12-08T17:06:44.235Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:44.251Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:44.252Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T17:06:45.148Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-08T17:06:45.148Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"40ca057f-7b32-45c1-a93d-f62aefa249a5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"29495c63-5181-43b0-ac74-de3c4b596881","serviceDescription":"service","serviceInvariantUUID":"ee1e8e06-aae8-44c1-9f69-be113aa1d37a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3bb74ac-dcdf-494d-80f7-49fcd12ce441","resourceInvariantUUID":"610c6ac9-1bd7-4cda-8bdf-7021763e32b5","resourceCustomizationUUID":"105c9ddb-edf1-4f01-8baf-20a7296b5eb8","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":"YmM4NzMxYzc2NmNjYTcyZmIzM2U0Mzg4OTBlZjc2NDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c264ae7-ff2b-4314-a784-b2dbc43e2ca9","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":"YTA0YTMzNzZiYzQ4MDNjMWNlOTFlNGRlMzhhYjk3OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7102cde7-c6ca-4f38-af2c-dec1514f3edb","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":"8627d3c7-24d5-4203-b974-fa276809f258","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":"569674eb-345d-4dfe-9844-b5a76a09267b","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":"92eb33aa-cf05-4c78-9f83-01f9dc1600aa","artifactVersion":"2","generatedFromUUID":"8627d3c7-24d5-4203-b974-fa276809f258"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDM3ZThiZDliYTZmYzA0MDc2ZTA5ZDFjMDVkYzY2MTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"742b19ce-82ee-4117-88f5-457bf3ae4adb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzVjOGQ5ZTFiMzhiNDg5NWMwZTE3MTY0NzZkYzY3ZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e61d69f6-131c-4a62-8690-b35cc7158e26","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T17:06:45.149Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:06:45.150Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:45.151Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:45.152Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:06:45.252Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:45.253Z||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-12-08T17:06:45.253Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:45.271Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:45.272Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:46.153Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:06:46.153Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:46.156Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:46.156Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:06:46.257Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T17:06:46.258Z||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-12-08T17:06:46.259Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:46.272Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:46.273Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:47.157Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:06:47.157Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:47.160Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:47.160Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:06:47.260Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:47.262Z||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-12-08T17:06:47.262Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:47.284Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:47.284Z||pool-75-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:48.160Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:06:48.161Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:48.163Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:48.163Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:06:48.263Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:06:48.264Z||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-12-08T17:06:48.264Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:48.278Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:48.279Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:49.164Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:06:49.166Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:49.168Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:49.168Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-08T17:06:49.268Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:49.269Z||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-12-08T17:06:49.269Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:49.313Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:49.314Z||pool-77-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:50.169Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:06:50.169Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:50.171Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:50.171Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:06:50.272Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:06:50.281Z||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-12-08T17:06:50.281Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:50.297Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:50.298Z||pool-78-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:51.172Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:06:51.173Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:51.175Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:51.175Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:06:51.275Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:51.276Z||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-12-08T17:06:51.276Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:51.297Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:51.298Z||pool-79-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:52.177Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "29495c63-5181-43b0-ac74-de3c4b596881",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee1e8e06-aae8-44c1-9f69-be113aa1d37a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "105c9ddb-edf1-4f01-8baf-20a7296b5eb8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e3bb74ac-dcdf-494d-80f7-49fcd12ce441",
      "resourceInvariantUUID": "610c6ac9-1bd7-4cda-8bdf-7021763e32b5",
      "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": "YTA0YTMzNzZiYzQ4MDNjMWNlOTFlNGRlMzhhYjk3OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7102cde7-c6ca-4f38-af2c-dec1514f3edb",
          "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": "8627d3c7-24d5-4203-b974-fa276809f258",
          "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": "92eb33aa-cf05-4c78-9f83-01f9dc1600aa",
            "generatedFromUUID": "8627d3c7-24d5-4203-b974-fa276809f258"
          },
          "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": "92eb33aa-cf05-4c78-9f83-01f9dc1600aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzVjOGQ5ZTFiMzhiNDg5NWMwZTE3MTY0NzZkYzY3ZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e61d69f6-131c-4a62-8690-b35cc7158e26"
    }
  ],
  "workloadContext": "Production"
}
2022-12-08T17:06:52.177Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T17:06:52.177Z|16881f49-2f68-4d34-8259-fdb19e7a537d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 29495c63-5181-43b0-ac74-de3c4b596881 ASDC
2022-12-08T17:06:52.178Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:40ca057f-7b32-45c1-a93d-f62aefa249a5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:29495c63-5181-43b0-ac74-de3c4b596881
ServiceInvariantUUID:ee1e8e06-aae8-44c1-9f69-be113aa1d37a
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:e61d69f6-131c-4a62-8690-b35cc7158e26
ArtifactChecksum:MzVjOGQ5ZTFiMzhiNDg5NWMwZTE3MTY0NzZkYzY3ZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:105c9ddb-edf1-4f01-8baf-20a7296b5eb8
ResourceInvariantUUID:610c6ac9-1bd7-4cda-8bdf-7021763e32b5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e3bb74ac-dcdf-494d-80f7-49fcd12ce441
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:7102cde7-c6ca-4f38-af2c-dec1514f3edb
ArtifactChecksum:YTA0YTMzNzZiYzQ4MDNjMWNlOTFlNGRlMzhhYjk3OWI=
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:8627d3c7-24d5-4203-b974-fa276809f258
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:92eb33aa-cf05-4c78-9f83-01f9dc1600aa
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:92eb33aa-cf05-4c78-9f83-01f9dc1600aa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-08T17:06:52.179Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29495c63-5181-43b0-ac74-de3c4b596881 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-12-08T17:06:52.263Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:06:52.264Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:06:52.264Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:06:52.264Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e61d69f6-131c-4a62-8690-b35cc7158e26 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-08T17:06:52.265Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:06:52.265Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-08T17:06:52.499Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:06:52.506Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e61d69f6-131c-4a62-8690-b35cc7158e26 75194
2022-12-08T17:06:52.506Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-08T17:06:52.506Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-08T17:06:52.507Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:06:52.507Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:52.509Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:52.509Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519212506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:06:52.609Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:52.610Z||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-12-08T17:06:52.610Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:52.624Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:52.625Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:06:53.509Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:06:53.510Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:06:53.511Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e61d69f6-131c-4a62-8690-b35cc7158e26, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-08T17:06:53.511Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-08T17:06:53.512Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-08T17:06:53.512Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-08T17:06:53.641Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15305730063342486887/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-12-08T17:06:54.894Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T17:06:54.894Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:06:54.895Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-08T17:06:54.895Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-08T17:06:54.895Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-08T17:06:54.895Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-08T17:06:54.895Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||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-12-08T17:06:54.895Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||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-12-08T17:06:54.895Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-08T17:06:54.895Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-08T17:06:54.895Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-08T17:06:54.895Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:06:54.896Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.896Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:54.896Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-08T17:06:54.896Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:06:54.896Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:06:54.896Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.897Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:54.897Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-08T17:06:54.897Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:06:54.897Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:06:54.897Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.897Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:54.898Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.898Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-08T17:06:54.898Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-08T17:06:54.898Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-08T17:06:54.898Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-08T17:06:54.898Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-08T17:06:54.898Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-08T17:06:54.898Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.899Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T17:06:54.899Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.899Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-08T17:06:54.899Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:54.899Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.899Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-08T17:06:54.899Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:54.900Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.900Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-08T17:06:54.900Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:54.900Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.900Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-08T17:06:54.900Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-08T17:06:54.900Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-08T17:06:54.901Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=be3a122d-c93d-4e12-b49e-216800f7d93e
2022-12-08T17:06:54.901Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.901Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:54.901Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.901Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:54.901Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.901Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:54.901Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:54.902Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:54.902Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:29495c63-5181-43b0-ac74-de3c4b596881
Model Version:NULL
Model InvariantUuid:ee1e8e06-aae8-44c1-9f69-be113aa1d37a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f176dfd2-9e4e-4828-a57d-f1c79be49ec9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:610c6ac9-1bd7-4cda-8bdf-7021763e32b5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:105c9ddb-edf1-4f01-8baf-20a7296b5eb8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9926b527-8886-4e07-ac1a-7a1e344fa988
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3b5f1f60-a30e-4f0f-b742-1c53dcbc572a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:be3a122d-c93d-4e12-b49e-216800f7d93e
ModelInvariantUuid:a506ef60-db8b-4c61-823d-024ed0428b24
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ac55ffb9-358e-4dd5-a8e6-4a7bf644b24a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:86b58dfd-7f40-4897-ae70-3bbb1a9170f6
ModelInvariantUuid:194247a3-01c6-4c57-a4e6-88e3b8724e54
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5cda1575-c42c-4b63-95cc-109411160a29
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-12-08T17:06:54.909Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e3bb74ac-dcdf-494d-80f7-49fcd12ce441
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-12-08T17:06:54.912Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-12-08T17:06:54.913Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3bb74ac-dcdf-494d-80f7-49fcd12ce441
2022-12-08T17:06:54.913Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7102cde7-c6ca-4f38-af2c-dec1514f3edb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-08T17:06:54.913Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:06:54.913Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-08T17:06:54.997Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:06:54.997Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7102cde7-c6ca-4f38-af2c-dec1514f3edb 787
2022-12-08T17:06:54.997Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-08T17:06:54.997Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-08T17:06:54.998Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:06:54.998Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:54.999Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:55.000Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519214997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:06:55.100Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:55.100Z||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-12-08T17:06:55.101Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:55.120Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:55.121Z||pool-81-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:56.001Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9926b527-8886-4e07-ac1a-7a1e344fa988",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3b5f1f60-a30e-4f0f-b742-1c53dcbc572a",
    "vfModuleModelCustomizationUUID": "7a20102f-01ab-4011-839b-4501ce7250dc",
    "isBase": true,
    "artifacts": [
      "8627d3c7-24d5-4203-b974-fa276809f258",
      "92eb33aa-cf05-4c78-9f83-01f9dc1600aa"
    ],
    "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-12-08T17:06:56.005Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b5f1f60-a30e-4f0f-b742-1c53dcbc572a
VfModuleModelInvariantUUID:9926b527-8886-4e07-ac1a-7a1e344fa988
VfModuleModelDescription:NULL
Artifacts UUID List:{
8627d3c7-24d5-4203-b974-fa276809f258
,
92eb33aa-cf05-4c78-9f83-01f9dc1600aa

}
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-12-08T17:06:56.007Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9926b527-8886-4e07-ac1a-7a1e344fa988",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3b5f1f60-a30e-4f0f-b742-1c53dcbc572a",
    "vfModuleModelCustomizationUUID": "7a20102f-01ab-4011-839b-4501ce7250dc",
    "isBase": true,
    "artifacts": [
      "8627d3c7-24d5-4203-b974-fa276809f258",
      "92eb33aa-cf05-4c78-9f83-01f9dc1600aa"
    ],
    "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-12-08T17:06:56.007Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b5f1f60-a30e-4f0f-b742-1c53dcbc572a
VfModuleModelInvariantUUID:9926b527-8886-4e07-ac1a-7a1e344fa988
VfModuleModelDescription:NULL
Artifacts UUID List:{
8627d3c7-24d5-4203-b974-fa276809f258
,
92eb33aa-cf05-4c78-9f83-01f9dc1600aa

}
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-12-08T17:06:56.007Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8627d3c7-24d5-4203-b974-fa276809f258 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-08T17:06:56.007Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:06:56.007Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-08T17:06:56.104Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:06:56.104Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8627d3c7-24d5-4203-b974-fa276809f258 5033
2022-12-08T17:06:56.104Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-08T17:06:56.105Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-08T17:06:56.105Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:06:56.105Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:56.107Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:56.107Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519216104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:06:56.207Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:56.208Z||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-12-08T17:06:56.208Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:56.234Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:56.234Z||pool-82-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:57.107Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 92eb33aa-cf05-4c78-9f83-01f9dc1600aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-08T17:06:57.107Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:06:57.108Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-08T17:06:57.216Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:06:57.216Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 92eb33aa-cf05-4c78-9f83-01f9dc1600aa 903
2022-12-08T17:06:57.217Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-08T17:06:57.217Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-08T17:06:57.217Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:06:57.217Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:57.219Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:57.219Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519217217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:06:57.319Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:57.320Z||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-12-08T17:06:57.320Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:57.340Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:57.340Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:06:58.219Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 29495c63-5181-43b0-ac74-de3c4b596881
2022-12-08T17:06:58.220Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e3bb74ac-dcdf-494d-80f7-49fcd12ce441 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-12-08T17:06:58.232Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6382adac, org.onap.sdc.toscaparser.api.parameters.Input@3919b60c, org.onap.sdc.toscaparser.api.parameters.Input@73cc62c, org.onap.sdc.toscaparser.api.parameters.Input@6254dac0, org.onap.sdc.toscaparser.api.parameters.Input@14cdf4eb]
2022-12-08T17:06:58.235Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.235Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:58.235Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-08T17:06:58.235Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 105c9ddb-edf1-4f01-8baf-20a7296b5eb8
2022-12-08T17:06:58.235Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 105c9ddb-edf1-4f01-8baf-20a7296b5eb8 matches Tosca VF Customization UUID: 105c9ddb-edf1-4f01-8baf-20a7296b5eb8
2022-12-08T17:06:58.235Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 105c9ddb-edf1-4f01-8baf-20a7296b5eb8  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-12-08T17:06:58.238Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.238Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:58.239Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 105c9ddb-edf1-4f01-8baf-20a7296b5eb8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-08T17:06:58.239Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@453a7615
2022-12-08T17:06:58.240Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.240Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T17:06:58.240Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7a20102f-01ab-4011-839b-4501ce7250dc
2022-12-08T17:06:58.240Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7a20102f-01ab-4011-839b-4501ce7250dc
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-12-08T17:06:58.243Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.243Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-08T17:06:58.244Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:58.244Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.245Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-08T17:06:58.245Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:58.245Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.245Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-08T17:06:58.245Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-08T17:06:58.246Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-08T17:06:58.246Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=be3a122d-c93d-4e12-b49e-216800f7d93e
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-12-08T17:06:58.248Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.248Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-08T17:06:58.248Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:06:58.248Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.249Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-08T17:06:58.250Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=105c9ddb-edf1-4f01-8baf-20a7296b5eb8
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-12-08T17:06:58.252Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.252Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:58.252Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 29495c63-5181-43b0-ac74-de3c4b596881: basic_vm
2022-12-08T17:06:58.253Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.253Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:58.253Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.253Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:58.254Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.254Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:58.254Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.254Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:58.255Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:06:58.255Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:06:58.255Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T17:06:58.362Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e3bb74ac-dcdf-494d-80f7-49fcd12ce441 1 ASDC deployResourceStructure
2022-12-08T17:06:58.363Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-08T17:06:58.363Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-08T17:06:58.363Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:06:58.363Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:58.365Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:58.365Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519218363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:06:58.465Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:58.466Z||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-12-08T17:06:58.467Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:58.486Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:58.487Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:06:59.366Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-08T17:06:59.366Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-08T17:06:59.367Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:06:59.367Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:06:59.369Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:06:59.369Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519219366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T17:06:59.469Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:06:59.470Z||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-12-08T17:06:59.470Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:06:59.509Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:06:59.510Z||pool-85-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:07:00.370Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-08T17:07:00.372Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-08T17:07:00.372Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:07:00.373Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:07:00.374Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:07:00.375Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519220370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-08T17:07:00.475Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:07:00.476Z||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-12-08T17:07:00.476Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:07:00.491Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:07:00.491Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:07:01.375Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-08T17:07:01.375Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-08T17:07:01.375Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:07:01.376Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:07:01.378Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:07:01.378Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519221375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:07:01.478Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:07:01.479Z||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-12-08T17:07:01.480Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:07:01.495Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:07:01.496Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:07:02.378Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40ca057f-7b32-45c1-a93d-f62aefa249a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:07:02.401Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40ca057f-7b32-45c1-a93d-f62aefa249a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:07:02.404Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:07:02.404Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:07:02.405Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T17:07:02.405Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T17:07:02.405Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:07:02.405Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:07:02.405Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:07:02.405Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:07:02.405Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:07:02.405Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T17:07:02.413Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T17:07:24.776Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:07:24.777Z||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-12-08T17:07:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:07:24.829Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:07:24.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f984266-774d-4233-ad84-d777c2328e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519143955,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:07:24.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:07:24.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:07:24.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-08T17:07:24.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:07:24.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-08T17:07:24.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:07:24.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:07:24.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:07:24.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:07:24.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:07:24.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:07:24.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:07:24.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-08T17:07:24.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:07:24.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:07:24.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:07:24.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:07:24.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:07:24.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519159922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:07:24.833Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519162300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:07:24.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519163360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:07:24.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519164464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:07:24.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519165549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:07:24.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519166638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:07:24.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519167789,
  "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-12-08T17:07:24.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519168797,
  "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-12-08T17:07:24.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519169801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:07:24.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519170805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T17:07:24.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519171809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-08T17:07:24.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:24.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:07:24.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519172815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:07:24.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:07:32.414Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40ca057f-7b32-45c1-a93d-f62aefa249a5 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-12-08T17:07:32.421Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40ca057f-7b32-45c1-a93d-f62aefa249a5 and serviceModelVersionId: 29495c63-5181-43b0-ac74-de3c4b596881
2022-12-08T17:07:32.421Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee1e8e06-aae8-44c1-9f69-be113aa1d37a
2022-12-08T17:07:32.421Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee1e8e06-aae8-44c1-9f69-be113aa1d37a/model-vers/model-ver/29495c63-5181-43b0-ac74-de3c4b596881?depth=0
2022-12-08T17:07:32.425Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T17:07:32.466Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1e8e06-aae8-44c1-9f69-be113aa1d37a/model-vers/model-ver/29495c63-5181-43b0-ac74-de3c4b596881?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-12-08T17:07:32.467Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1e8e06-aae8-44c1-9f69-be113aa1d37a/model-vers/model-ver/29495c63-5181-43b0-ac74-de3c4b596881?depth=0|INFO|500||Invoke
2022-12-08T17:07:32.490Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1e8e06-aae8-44c1-9f69-be113aa1d37a/model-vers/model-ver/29495c63-5181-43b0-ac74-de3c4b596881?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-08T17:07:32.633Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1e8e06-aae8-44c1-9f69-be113aa1d37a/model-vers/model-ver/29495c63-5181-43b0-ac74-de3c4b596881?depth=0|INFO|500||InvokeReturn
2022-12-08T17:07:32.634Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1e8e06-aae8-44c1-9f69-be113aa1d37a/model-vers/model-ver/29495c63-5181-43b0-ac74-de3c4b596881?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 17:07:32 GMT], content-length=[0], vertex-id=[213040], x-aai-txid=[2-aai-resources-221208-17:07:32:346-31353], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T17:07:32.634Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-08T17:07:32.634Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T17:07:32.634Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T17:07:32.638Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-08T17:07:32.639Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40ca057f-7b32-45c1-a93d-f62aefa249a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T17:07:32.639Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T17:07:32.639Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:07:32.641Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:07:32.641Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519252639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:07:32.742Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T17:07:32.743Z||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-12-08T17:07:32.743Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:07:32.760Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:07:32.761Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 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-12-08T17:07:33.658Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:07:33.659Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:07:33.659Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:07:43.237Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:07:43.238Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:07:43.238Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:07:43.239Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:07:52.832Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:07:52.833Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:07:52.833Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:07:52.833Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:08:02.418Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:08:02.418Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:08:02.419Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:08:02.419Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:08:11.997Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:08:11.998Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:08:11.999Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:08:11.999Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:08:21.577Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:08:24.772Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:08:24.773Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:08:24.773Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:08:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:08:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T17:08:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:08:24.819Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:08:24.820Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.820Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16881f49-2f68-4d34-8259-fdb19e7a537d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519204131,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:08:24.821Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:08:24.821Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.821Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:08:24.821Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:08:24.821Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.822Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:08:24.822Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:08:24.822Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.822Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:08:24.822Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:08:24.822Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.822Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:08:24.822Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:08:24.822Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.822Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-08T17:08:24.823Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:08:24.823Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.823Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:08:24.823Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:08:24.823Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.823Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519144971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:08:24.823Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:08:24.823Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.823Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519212506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:08:24.824Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:08:24.824Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.824Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519214997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:08:24.824Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:08:24.824Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.824Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519216104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:08:24.824Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:08:24.824Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.825Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519217217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:08:24.825Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:08:24.825Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.825Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519218363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:08:24.825Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:08:24.825Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.825Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519219366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T17:08:24.825Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:08:24.825Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.825Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519220370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-08T17:08:24.826Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:08:24.826Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:08:24.826Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519221375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:08:24.826Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:08:34.409Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:09:24.772Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:09:24.773Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:09:24.774Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:09:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:09:24.775Z||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-12-08T17:09:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:09:25.323Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:09:25.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T17:09:25.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40ca057f-7b32-45c1-a93d-f62aefa249a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519252639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:09:25.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:09:34.354Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:10:24.772Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:10:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:10:24.775Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:10:24.775Z||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-12-08T17:10:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:10:24.775Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:10:34.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:10:34.355Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:11:24.772Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:11:24.773Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:11:24.773Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:11:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:11:24.775Z||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-12-08T17:11:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:11:34.374Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:11:34.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:12:24.772Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:12:24.773Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:12:24.773Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:12:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:12:24.776Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T17:12:24.776Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:12:34.351Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:12:34.352Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:13:24.772Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:13:24.773Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:13:24.773Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:13:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:13:24.775Z||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-12-08T17:13:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:13:34.335Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:13:34.344Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:24.772Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:14:24.773Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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-12-08T17:14:24.774Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:14:24.775Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:14:24.776Z|2f984266-774d-4233-ad84-d777c2328e0e|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-12-08T17:14:24.777Z|2f984266-774d-4233-ad84-d777c2328e0e|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:14:25.413Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:25.414Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.414Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ae3ca39-be0f-4ba5-93c3-69741fe68a7a","serviceName":"Demo_pNF_beOhmUH7hcbz1uYInT0r","serviceVersion":"1.0","serviceUUID":"a436aaf5-e17b-444f-a46a-3dda9e043ea8","serviceDescription":"catalog service description","serviceInvariantUUID":"5f9a34bb-195c-44fd-9ddc-b0943cbc7ca0","resources":[{"resourceInstanceName":"pNF 447d1e68-475c 0","resourceName":"pNF 447d1e68-475c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c5f51567-3d87-4ef4-a84b-5c989b1f4814","resourceInvariantUUID":"b589d76b-ab3a-4bc0-8ccd-2f5f2f626c28","resourceCustomizationUUID":"43f3111c-fb26-4ecf-8116-443a0a54820a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vf-license-model.xml","artifactChecksum":"MDM4ZDgzYTA1ZGFiOWIxOTJiMWFmYmQzNTA3NmM3OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce4e2eab-6027-4301-9e11-721e22932f5d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/pNF.csar","artifactChecksum":"MjYyMGY2YjhiNGJhZjQzOGQxNjM0YzUxMGZjZDc1Yzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a08f6744-85c7-4fad-ac6d-642cd650d9ab","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"802f1a70-44e7-46d8-a1cc-7af3cb01b09b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vendor-license-model.xml","artifactChecksum":"MmRiYzQyOTllOTNkYzFiNmFjYmE2YTM5N2ViM2M3ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"09e64128-80bf-4230-9310-b9685d7fd4b1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4396bcbb-dbd0-4ac1-a607-a242ce3aee83","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa87fb2a-b140-4790-b675-613ea45b7869","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBeohmuh7hcbz1uyint0r-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-template.yml","artifactChecksum":"N2RmNjUzOWUyYTNhY2RkNTI5YTAxYmNmZDhmZGE2MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d0fdba0-5a67-4d51-a43a-088dd0871163","artifactVersion":"1"},{"artifactName":"service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar","artifactChecksum":"OTg2ODMwYjlhMjVlMWQyMGVmOWQ2MjkxZTE4YzZhODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5b225ba8-ca03-4cd3-ab23-28692a2108d1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T17:14:25.418Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:14:25.419Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:14:25.420Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:25.422Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.422Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670519605719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.423Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:14:25.424Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.424Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.424Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.424Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670519603603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.425Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.425Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.425Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670519605141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.425Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.425Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.426Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670519597702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.426Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.426Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.427Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670519597702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.427Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.427Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.427Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670519605719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.428Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.428Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.428Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670519603603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.429Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.429Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.429Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670519605141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.429Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.429Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.429Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670519597702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.430Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.430Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.430Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670519605719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.430Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.431Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.431Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670519603603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.431Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.431Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.431Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670519605141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.432Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.432Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.432Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670519597702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.433Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.433Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.433Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670519605719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.433Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.433Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.433Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670519603603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.434Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.434Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.434Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670519605141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.434Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.434Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.435Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670519597702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.435Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.435Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.436Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670519605719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.436Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.436Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.436Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670519603603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.437Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.437Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.437Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670519605141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.437Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.437Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.437Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670519597702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.438Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.438Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.438Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670519605141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.438Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.439Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.439Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670519603603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.439Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.439Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.439Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670519605719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:14:25.440Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.440Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.440Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670519597702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.440Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.440Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.440Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670519605141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.441Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.441Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.441Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670519605719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.442Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.442Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.442Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670519603603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.442Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.443Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.443Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670519623071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.443Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.443Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.444Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670519597702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:14:25.444Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.444Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.444Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670519603603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:14:25.445Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.445Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.445Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670519605141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:14:25.445Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.445Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.445Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670519605719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.446Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.446Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.446Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670519623071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.446Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.447Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.447Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670519625112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:14:25.447Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:14:25.447Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.447Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670519625255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:14:25.448Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:14:25.448Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.448Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670519625015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:14:25.448Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:14:25.449Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.449Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670519623071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.449Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.449Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.449Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670519626262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-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-12-08T17:14:25.478Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a
2022-12-08T17:14:25.479Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a 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-12-08T17:14:25.493Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.493Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670519626146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T17:14:25.493Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:14:25.493Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.494Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670519623071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.494Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.494Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.494Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670519627149,
  "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-12-08T17:14:25.500Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a
2022-12-08T17:14:25.500Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a 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-12-08T17:14:25.511Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.511Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670519623071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.511Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.511Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.512Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670519623071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.512Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.512Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.512Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670519623071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:25.513Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.513Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.513Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670519630211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:14:25.513Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:14:25.513Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.514Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670519623071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:14:25.514Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:14:25.514Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.514Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670519631214,
  "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-12-08T17:14:25.523Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a
2022-12-08T17:14:25.523Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:14:25.523Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a and ComponentName AAI
2022-12-08T17:14:25.524Z||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-12-08T17:14:25.525Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-12-08T17:14:25.541Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.541Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670519631838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:14:25.542Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:14:25.542Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.542Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670519633860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:14:25.542Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:14:25.542Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:14:25.543Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670519634867,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-12-08T17:14:25.543Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:25.544Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 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=?
2022-12-08T17:14:25.549Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a
2022-12-08T17:14:25.550Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a 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-12-08T17:14:26.424Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:14:26.425Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:14:26.427Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:14:26.427Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:26.529Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T17:14:26.530Z||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-12-08T17:14:26.530Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:14:26.542Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:26.542Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:14:27.428Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:14:27.430Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:14:27.433Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:14:27.434Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:27.534Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:14:27.535Z||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-12-08T17:14:27.535Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:14:27.549Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:27.549Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:14:28.435Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:14:28.436Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:14:28.438Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:14:28.438Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:28.538Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:14:28.539Z||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-12-08T17:14:28.539Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:14:28.552Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:28.553Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:14:29.439Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:14:29.440Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:14:29.460Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:14:29.461Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:29.542Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-12-08T17:14:29.543Z||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-12-08T17:14:29.543Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:14:29.556Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:29.556Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:14:30.461Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:14:30.461Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:14:30.464Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:14:30.464Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:30.564Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:14:30.565Z||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-12-08T17:14:30.566Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:14:30.582Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:30.583Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:14:31.467Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:14:31.468Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:14:31.470Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:14:31.470Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:14:31.570Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:14:31.571Z||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-12-08T17:14:31.571Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:14:31.583Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:31.584Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:14:32.471Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:14:32.472Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:14:32.476Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:14:32.477Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:14:32.576Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:14:32.578Z||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-12-08T17:14:32.578Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:14:32.589Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:32.590Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:14:33.478Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "serviceName": "Demo_pNF_beOhmUH7hcbz1uYInT0r",
  "serviceVersion": "1.0",
  "serviceUUID": "a436aaf5-e17b-444f-a46a-3dda9e043ea8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5f9a34bb-195c-44fd-9ddc-b0943cbc7ca0",
  "resources": [
    {
      "resourceInstanceName": "pNF 447d1e68-475c 0",
      "resourceCustomizationUUID": "43f3111c-fb26-4ecf-8116-443a0a54820a",
      "resourceName": "pNF 447d1e68-475c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c5f51567-3d87-4ef4-a84b-5c989b1f4814",
      "resourceInvariantUUID": "b589d76b-ab3a-4bc0-8ccd-2f5f2f626c28",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
      "artifactChecksum": "OTg2ODMwYjlhMjVlMWQyMGVmOWQ2MjkxZTE4YzZhODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5b225ba8-ca03-4cd3-ab23-28692a2108d1"
    }
  ],
  "workloadContext": "Production"
}
2022-12-08T17:14:33.478Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T17:14:33.478Z|40ca057f-7b32-45c1-a93d-f62aefa249a5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a436aaf5-e17b-444f-a46a-3dda9e043ea8 ASDC
2022-12-08T17:14:33.480Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8ae3ca39-be0f-4ba5-93c3-69741fe68a7a
ServiceName:Demo_pNF_beOhmUH7hcbz1uYInT0r
ServiceVersion:1.0
ServiceUUID:a436aaf5-e17b-444f-a46a-3dda9e043ea8
ServiceInvariantUUID:5f9a34bb-195c-44fd-9ddc-b0943cbc7ca0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
ArtifactUUID:5b225ba8-ca03-4cd3-ab23-28692a2108d1
ArtifactChecksum:OTg2ODMwYjlhMjVlMWQyMGVmOWQ2MjkxZTE4YzZhODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 447d1e68-475c 0
ResourceCustomizationUUID:43f3111c-fb26-4ecf-8116-443a0a54820a
ResourceInvariantUUID:b589d76b-ab3a-4bc0-8ccd-2f5f2f626c28
ResourceName:pNF 447d1e68-475c
ResourceType:PNF
ResourceUUID:c5f51567-3d87-4ef4-a84b-5c989b1f4814
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-08T17:14:33.480Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a436aaf5-e17b-444f-a46a-3dda9e043ea8 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-12-08T17:14:33.512Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:14:33.513Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:14:33.514Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:14:33.514Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5b225ba8-ca03-4cd3-ab23-28692a2108d1 from URL: /sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:33.514Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:14:33.515Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:33.609Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:14:33.614Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar 5b225ba8-ca03-4cd3-ab23-28692a2108d1 87994
2022-12-08T17:14:33.615Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar ASDC sendASDCNotification
2022-12-08T17:14:33.615Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:33.615Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:14:33.616Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:14:33.619Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:14:33.619Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519673614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:14:33.720Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T17:14:33.721Z||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-12-08T17:14:33.721Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:14:33.735Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:33.735Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:14:34.620Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:14:34.621Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:14:34.621Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5b225ba8-ca03-4cd3-ab23-28692a2108d1, URL: /sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar to file: /app/ASDC/1/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:34.622Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:34.622Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:34.623Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:34.806Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7651683812116016179/Definitions/service-DemoPnfBeohmuh7hcbz1uyint0r-template.yml
2022-12-08T17:14:35.723Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T17:14:35.724Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:14:35.724Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:35.724Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-08T17:14:35.724Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 447d1e68-475c 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-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:35.724Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:35.725Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:35.725Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:35.725Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:35.725Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:35.725Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:35.725Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:14:35.726Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:14:35.726Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_beOhmUH7hcbz1uYInT0r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:14:35.726Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Node template pNF 447d1e68-475c 0 is matching search criteria
2022-12-08T17:14:35.726Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:14:35.727Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 447d1e68-475c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:14:35.727Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:14:35.727Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_beOhmUH7hcbz1uYInT0r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:14:35.727Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Node template pNF 447d1e68-475c 0 is matching search criteria
2022-12-08T17:14:35.727Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:14:35.728Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 447d1e68-475c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:14:35.728Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:14:35.728Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_beOhmUH7hcbz1uYInT0r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:14:35.728Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:14:35.728Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_beOhmUH7hcbz1uYInT0r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:14:35.729Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:14:35.729Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_beOhmUH7hcbz1uYInT0r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:14:35.729Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:14:35.729Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_beOhmUH7hcbz1uYInT0r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:14:35.729Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:14:35.729Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_beOhmUH7hcbz1uYInT0r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:14:35.730Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_beOhmUH7hcbz1uYInT0r
Description:catalog service description
Model UUID:a436aaf5-e17b-444f-a46a-3dda9e043ea8
Model Version:NULL
Model InvariantUuid:5f9a34bb-195c-44fd-9ddc-b0943cbc7ca0
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-12-08T17:14:35.736Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: c5f51567-3d87-4ef4-a84b-5c989b1f4814
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-12-08T17:14:35.740Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||pNF 447d1e68-475c 0
2022-12-08T17:14:35.740Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c5f51567-3d87-4ef4-a84b-5c989b1f4814
2022-12-08T17:14:35.741Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: a436aaf5-e17b-444f-a46a-3dda9e043ea8
2022-12-08T17:14:35.741Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a436aaf5-e17b-444f-a46a-3dda9e043ea8
2022-12-08T17:14:35.741Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 447d1e68-475c 0 c5f51567-3d87-4ef4-a84b-5c989b1f4814 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-12-08T17:14:35.745Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@448dd3c0, org.onap.sdc.toscaparser.api.parameters.Input@78dffc40, org.onap.sdc.toscaparser.api.parameters.Input@6c498997, org.onap.sdc.toscaparser.api.parameters.Input@20e2c192, org.onap.sdc.toscaparser.api.parameters.Input@adb059d]
2022-12-08T17:14:35.746Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:14:35.746Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_beOhmUH7hcbz1uYInT0r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:14:35.746Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a436aaf5-e17b-444f-a46a-3dda9e043ea8: pNF 447d1e68-475c
2022-12-08T17:14:35.746Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||Processing PNF resource: c5f51567-3d87-4ef4-a84b-5c989b1f4814
2022-12-08T17:14:35.746Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:14:35.747Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_beOhmUH7hcbz1uYInT0r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:14:35.747Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||Resource customization UUID: 43f3111c-fb26-4ecf-8116-443a0a54820a is the same as notified resource customizationUUID: 43f3111c-fb26-4ecf-8116-443a0a54820a
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-12-08T17:14:35.787Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 447d1e68-475c c5f51567-3d87-4ef4-a84b-5c989b1f4814 0 ASDC deployResourceStructure
2022-12-08T17:14:35.787Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar ASDC sendASDCNotification
2022-12-08T17:14:35.787Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar
2022-12-08T17:14:35.787Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:14:35.788Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:14:35.790Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:14:35.790Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519675787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:14:35.890Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:14:35.891Z||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-12-08T17:14:35.892Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:14:35.918Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:14:35.918Z||pool-98-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:14:36.791Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:14:36.807Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:14:36.819Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:14:36.819Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:14:36.819Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T17:14:36.819Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T17:14:36.819Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:14:36.820Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:14:36.820Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:14:36.820Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:14:36.820Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:14:36.820Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T17:14:36.829Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T17:15:06.829Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a 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-12-08T17:15:06.835Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a and serviceModelVersionId: a436aaf5-e17b-444f-a46a-3dda9e043ea8
2022-12-08T17:15:06.836Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f9a34bb-195c-44fd-9ddc-b0943cbc7ca0
2022-12-08T17:15:06.837Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f9a34bb-195c-44fd-9ddc-b0943cbc7ca0/model-vers/model-ver/a436aaf5-e17b-444f-a46a-3dda9e043ea8?depth=0
2022-12-08T17:15:06.843Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T17:15:06.891Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f9a34bb-195c-44fd-9ddc-b0943cbc7ca0/model-vers/model-ver/a436aaf5-e17b-444f-a46a-3dda9e043ea8?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-12-08T17:15:06.893Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f9a34bb-195c-44fd-9ddc-b0943cbc7ca0/model-vers/model-ver/a436aaf5-e17b-444f-a46a-3dda9e043ea8?depth=0|INFO|500||Invoke
2022-12-08T17:15:06.912Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f9a34bb-195c-44fd-9ddc-b0943cbc7ca0/model-vers/model-ver/a436aaf5-e17b-444f-a46a-3dda9e043ea8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-08T17:15:07.020Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f9a34bb-195c-44fd-9ddc-b0943cbc7ca0/model-vers/model-ver/a436aaf5-e17b-444f-a46a-3dda9e043ea8?depth=0|INFO|500||InvokeReturn
2022-12-08T17:15:07.021Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f9a34bb-195c-44fd-9ddc-b0943cbc7ca0/model-vers/model-ver/a436aaf5-e17b-444f-a46a-3dda9e043ea8?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 17:15:06 GMT], content-length=[0], vertex-id=[208904], x-aai-txid=[2-aai-resources-221208-17:15:06:766-45261], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T17:15:07.022Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-08T17:15:07.022Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T17:15:07.022Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T17:15:07.028Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-08T17:15:07.028Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ae3ca39-be0f-4ba5-93c3-69741fe68a7a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T17:15:07.028Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T17:15:07.028Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:15:07.030Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:15:07.030Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519707028,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:15:07.130Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:15:07.131Z||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-12-08T17:15:07.131Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:15:07.148Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:15:07.149Z||pool-99-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-12-08T17:15:24.772Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:15:24.772Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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-12-08T17:15:24.773Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:15:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:15:24.776Z||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-12-08T17:15:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:15:24.902Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:15:24.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-08T17:15:24.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:15:24.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:15:34.378Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:16:24.772Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:16:24.773Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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-12-08T17:16:24.773Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:16:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:16:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T17:16:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:16:25.304Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:16:25.305Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:16:25.305Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:16:25.306Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:16:25.306Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:16:25.306Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:16:25.306Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:16:25.306Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:16:25.307Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:16:25.307Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:16:25.307Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:16:25.307Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:16:25.307Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:16:25.307Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:16:25.307Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/resourceInstances/pnf447d1e68475c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:16:25.308Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:16:25.308Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:16:25.308Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:16:25.308Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:16:25.308Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:16:25.309Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519664772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:16:25.309Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:16:25.309Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:16:25.309Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519673614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:16:25.309Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:16:25.309Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:16:25.309Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519675787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeohmuh7hcbz1uyint0r/1.0/artifacts/service-DemoPnfBeohmuh7hcbz1uyint0r-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:16:25.310Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:16:25.310Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T17:16:25.310Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae3ca39-be0f-4ba5-93c3-69741fe68a7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670519707028,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:16:25.310Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:16:34.363Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:17:24.773Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:17:24.774Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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-12-08T17:17:24.774Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:17:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:17:24.775Z||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-12-08T17:17:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:17:34.334Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:17:34.353Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:18:24.773Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:18:24.774Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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-12-08T17:18:24.774Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:18:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:18:24.775Z||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-12-08T17:18:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:18:34.345Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:18:34.354Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:19:24.772Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:19:24.774Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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-12-08T17:19:24.775Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:19:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:19:24.775Z||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-12-08T17:19:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:19:34.367Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:19:34.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:20:24.774Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:20:24.775Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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-12-08T17:20:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:20:24.775Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:20:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T17:20:24.776Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:20:34.345Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:20:34.349Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:21:24.772Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:21:24.773Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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-12-08T17:21:24.773Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:21:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:21:24.775Z||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-12-08T17:21:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:21:34.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:21:34.369Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:22:24.772Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:22:24.774Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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-12-08T17:22:24.774Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:22:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:22:24.775Z||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-12-08T17:22:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:22:34.349Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:22:34.353Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:24.772Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:23:24.774Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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-12-08T17:23:24.774Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:23:24.776Z||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-12-08T17:23:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:24.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:24.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520148181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520107277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520135197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520143603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520148181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520107277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520143603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520135197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:23:24.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520148181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520107277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520135197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:23:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520143603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520148181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520107277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520135197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520143603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520148181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520107277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520135197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-08T17:23:24.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520143603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520163071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520148181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520107277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520135197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520143603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520163071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520148181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520107277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520135197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520143603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520163071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520148181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520107277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:23:24.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520135197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:23:24.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520143603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:23:24.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520163071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520167508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:24.936Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:24.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520167277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:24.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:24.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520167522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:24.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:24.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520163071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520168567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:24.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:24.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520163071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520169634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:24.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:24.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520169898,
  "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-12-08T17:23:24.964Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7941f6c5-3f62-473d-8a56-7e71096f0c95
2022-12-08T17:23:24.964Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7941f6c5-3f62-473d-8a56-7e71096f0c95 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-12-08T17:23:24.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520163071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:24.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520170665,
  "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-12-08T17:23:24.980Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7941f6c5-3f62-473d-8a56-7e71096f0c95
2022-12-08T17:23:24.980Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7941f6c5-3f62-473d-8a56-7e71096f0c95 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-12-08T17:23:24.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520163071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:23:24.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:24.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520171667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:23:24.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:24.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520171867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:24.991Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:24.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520174383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:23:24.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:24.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520174587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:23:24.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:24.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:24.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520175387,
  "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-12-08T17:23:24.999Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7941f6c5-3f62-473d-8a56-7e71096f0c95
2022-12-08T17:23:25.000Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7941f6c5-3f62-473d-8a56-7e71096f0c95 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-12-08T17:23:25.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520175590,
  "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-12-08T17:23:25.014Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7941f6c5-3f62-473d-8a56-7e71096f0c95
2022-12-08T17:23:25.015Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7941f6c5-3f62-473d-8a56-7e71096f0c95 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-12-08T17:23:25.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520172671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520167142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520170900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520176592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520172671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:23:25.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520167142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520176592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520170900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520167142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520172671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:23:25.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520170900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520176592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520167142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520172671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520170900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520176592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520167142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520172671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-08T17:23:25.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520170900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520176592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520172671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-08T17:23:25.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520167142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520170900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520176592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520172671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-08T17:23:25.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520167142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520170900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520176592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520172671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520167142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520170900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520176592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520172671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520167142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520170900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520176592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520167142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520172671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:23:25.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520170900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:23:25.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520176592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:23:25.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520187317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:25.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:25.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520187355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:25.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:25.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520187123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:25.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:25.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520188454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:25.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:25.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520188741,
  "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-12-08T17:23:25.062Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07c79289-e579-4758-9d21-5bc2ba264c4f
2022-12-08T17:23:25.062Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07c79289-e579-4758-9d21-5bc2ba264c4f 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-12-08T17:23:25.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520189533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:25.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:25.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520190603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:25.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:25.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520191679,
  "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-12-08T17:23:25.077Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07c79289-e579-4758-9d21-5bc2ba264c4f
2022-12-08T17:23:25.077Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07c79289-e579-4758-9d21-5bc2ba264c4f 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-12-08T17:23:25.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520192681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:23:25.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:25.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520193071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520194268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:23:25.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:25.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520193071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520195270,
  "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-12-08T17:23:25.093Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07c79289-e579-4758-9d21-5bc2ba264c4f
2022-12-08T17:23:25.094Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07c79289-e579-4758-9d21-5bc2ba264c4f 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-12-08T17:23:25.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520193071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520193071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520193071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520193071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520193683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520186862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520189743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520193071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520193683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520186862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520189743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520193071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520193683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520186862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520189743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520193071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520186862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520193683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520189743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520193071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:23:25.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520193683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520186862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520189743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520203603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520203907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:25.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:23:25.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520186862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520193683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520189743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:23:25.420Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:25.421Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-08T17:23:25.421Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7941f6c5-3f62-473d-8a56-7e71096f0c95","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8d113101-3018-4f5e-9af8-3b189de2a521","serviceDescription":"service","serviceInvariantUUID":"3cde8741-7b4d-4c53-9dd9-bc190359a86b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ce9348c-da1b-420d-aab7-d98abe2898c4","resourceInvariantUUID":"a2581f3d-2486-4ad2-9862-21b1d0cd76f7","resourceCustomizationUUID":"001957df-62d4-4281-a0cf-e4c1067034a2","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":"ODNhMmJiNTljZTE5ZTQ4MzlkYmE3YTIwNjFlYjczOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63ac1ef8-4e37-4046-bd2b-2aafc74de1fe","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":"MTc5ODg4YTg0NmUzZDNlNGFhYTljZTIwYmQ0YTVkMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19662a27-a06d-4cda-8338-3d9be6f7d385","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":"82d9e23c-3d57-4924-aece-bec54995a528","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":"ccc069c6-4c71-4390-a596-5229e8e05feb","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":"5ef40557-03c6-4376-ada8-923a91dd71b8","artifactVersion":"2","generatedFromUUID":"82d9e23c-3d57-4924-aece-bec54995a528"},{"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":"ZWI1MjUwYTlkOTY1YTY1YjkzOGI0ZDk3YzgxNTA3NTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3c39e3bd-257b-40bf-bcd3-777ac78063f5","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":"MGZhNGVlZTQ4ODhhNjBhNzk0NDYxYTc3YTNmMmI2MTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fe628bd-17c1-4c86-821a-9b43c6f4d47b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODM3ZTRjMzVmZDE4NmMzNjJmMDNiOWZlN2IyZTA2MmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0ee4858-1dd5-468e-8bf8-bb9688f4650f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T17:23:25.424Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:23:25.425Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:25.430Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:25.431Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:25.531Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:23:25.531Z||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-12-08T17:23:25.532Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:25.547Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:25.548Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:23:26.431Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:23:26.432Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:26.434Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:26.434Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:23:26.534Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:26.535Z||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-12-08T17:23:26.535Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:26.547Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:26.548Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:23:27.435Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:23:27.435Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:27.439Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:27.443Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:23:27.538Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-08T17:23:27.539Z||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-12-08T17:23:27.539Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:27.552Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:27.553Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:23:28.444Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:23:28.445Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:28.447Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:28.447Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:28.548Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:23:28.549Z||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-12-08T17:23:28.549Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:28.564Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:28.564Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:23:29.448Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:23:29.449Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:29.451Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:29.451Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-08T17:23:29.551Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:29.553Z||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-12-08T17:23:29.553Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:29.565Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:29.566Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:23:30.451Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:23:30.452Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:30.454Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:30.454Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:30.554Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:30.555Z||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-12-08T17:23:30.555Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:30.568Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:30.569Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:23:31.455Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:23:31.456Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:31.458Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:31.458Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:23:31.558Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:31.559Z||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-12-08T17:23:31.559Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:31.575Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:31.575Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:23:32.458Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:23:32.459Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:32.461Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:32.461Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:23:32.585Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:32.585Z||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-12-08T17:23:32.585Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:32.600Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:32.600Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:23:33.486Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8d113101-3018-4f5e-9af8-3b189de2a521",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3cde8741-7b4d-4c53-9dd9-bc190359a86b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "001957df-62d4-4281-a0cf-e4c1067034a2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1ce9348c-da1b-420d-aab7-d98abe2898c4",
      "resourceInvariantUUID": "a2581f3d-2486-4ad2-9862-21b1d0cd76f7",
      "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": "MTc5ODg4YTg0NmUzZDNlNGFhYTljZTIwYmQ0YTVkMDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "19662a27-a06d-4cda-8338-3d9be6f7d385",
          "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": "82d9e23c-3d57-4924-aece-bec54995a528",
          "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": "5ef40557-03c6-4376-ada8-923a91dd71b8",
            "generatedFromUUID": "82d9e23c-3d57-4924-aece-bec54995a528"
          },
          "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": "5ef40557-03c6-4376-ada8-923a91dd71b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODM3ZTRjMzVmZDE4NmMzNjJmMDNiOWZlN2IyZTA2MmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b0ee4858-1dd5-468e-8bf8-bb9688f4650f"
    }
  ],
  "workloadContext": "Production"
}
2022-12-08T17:23:33.487Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T17:23:33.487Z|8ae3ca39-be0f-4ba5-93c3-69741fe68a7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d113101-3018-4f5e-9af8-3b189de2a521 ASDC
2022-12-08T17:23:33.488Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7941f6c5-3f62-473d-8a56-7e71096f0c95
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8d113101-3018-4f5e-9af8-3b189de2a521
ServiceInvariantUUID:3cde8741-7b4d-4c53-9dd9-bc190359a86b
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:b0ee4858-1dd5-468e-8bf8-bb9688f4650f
ArtifactChecksum:ODM3ZTRjMzVmZDE4NmMzNjJmMDNiOWZlN2IyZTA2MmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:001957df-62d4-4281-a0cf-e4c1067034a2
ResourceInvariantUUID:a2581f3d-2486-4ad2-9862-21b1d0cd76f7
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1ce9348c-da1b-420d-aab7-d98abe2898c4
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:19662a27-a06d-4cda-8338-3d9be6f7d385
ArtifactChecksum:MTc5ODg4YTg0NmUzZDNlNGFhYTljZTIwYmQ0YTVkMDA=
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:82d9e23c-3d57-4924-aece-bec54995a528
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:5ef40557-03c6-4376-ada8-923a91dd71b8
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:5ef40557-03c6-4376-ada8-923a91dd71b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-08T17:23:33.488Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d113101-3018-4f5e-9af8-3b189de2a521 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-12-08T17:23:33.539Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:23:33.541Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:23:33.541Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:23:33.541Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b0ee4858-1dd5-468e-8bf8-bb9688f4650f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-08T17:23:33.542Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:23:33.542Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-08T17:23:33.624Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:23:33.628Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b0ee4858-1dd5-468e-8bf8-bb9688f4650f 83002
2022-12-08T17:23:33.628Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-08T17:23:33.629Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-08T17:23:33.629Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:23:33.629Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:33.631Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:33.631Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520213628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:33.732Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T17:23:33.733Z||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-12-08T17:23:33.733Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:33.752Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:33.752Z||pool-108-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:23:34.632Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:23:34.633Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:23:34.634Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b0ee4858-1dd5-468e-8bf8-bb9688f4650f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-08T17:23:34.634Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-08T17:23:34.635Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-08T17:23:34.635Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-08T17:23:34.830Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8876787747690028756/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-12-08T17:23:36.118Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T17:23:36.119Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:23:36.119Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-08T17:23:36.119Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-08T17:23:36.119Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-08T17:23:36.119Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-08T17:23:36.119Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:36.119Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-08T17:23:36.119Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-08T17:23:36.119Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-08T17:23:36.120Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:36.120Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:23:36.120Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.120Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:36.120Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-08T17:23:36.121Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:23:36.121Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:23:36.121Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.121Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:36.121Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-08T17:23:36.121Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:23:36.121Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:23:36.122Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.122Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:36.122Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.122Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-08T17:23:36.122Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-08T17:23:36.122Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-08T17:23:36.122Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-08T17:23:36.123Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-08T17:23:36.123Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-08T17:23:36.123Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.123Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T17:23:36.123Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.123Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-08T17:23:36.123Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:23:36.124Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.124Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-08T17:23:36.124Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:23:36.124Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.124Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-08T17:23:36.124Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:23:36.125Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.125Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-08T17:23:36.125Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-08T17:23:36.125Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-08T17:23:36.125Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=005d6da7-5ae1-4e7e-a396-d3152f29bcc4
2022-12-08T17:23:36.125Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.125Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:36.126Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.126Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:36.126Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.126Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:36.126Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:36.126Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:36.126Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8d113101-3018-4f5e-9af8-3b189de2a521
Model Version:NULL
Model InvariantUuid:3cde8741-7b4d-4c53-9dd9-bc190359a86b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:0060a854-1e5f-4316-9ff3-c53d88f49198
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a2581f3d-2486-4ad2-9862-21b1d0cd76f7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:001957df-62d4-4281-a0cf-e4c1067034a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b36afbc9-08bd-4f54-8d34-0253f1bd3d7d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1ee90001-26d8-49c2-977c-d08c884cbdce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:005d6da7-5ae1-4e7e-a396-d3152f29bcc4
ModelInvariantUuid:11eba4d6-0b6f-49e6-a534-ee65a937c479
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8ca7a4d0-de9c-4f8f-a445-3710751cb0f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5895b267-c2ba-42ff-9f9d-2bb2d37784e1
ModelInvariantUuid:9b1a2db8-2f1a-40e0-a89f-e74309dbdf7b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e09fc69f-cb5c-48e6-bf96-c457503b1e89
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-12-08T17:23:36.133Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ce9348c-da1b-420d-aab7-d98abe2898c4
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-12-08T17:23:36.138Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-12-08T17:23:36.138Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ce9348c-da1b-420d-aab7-d98abe2898c4
2022-12-08T17:23:36.139Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 19662a27-a06d-4cda-8338-3d9be6f7d385 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-08T17:23:36.139Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:23:36.139Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:36.198Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:23:36.199Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 19662a27-a06d-4cda-8338-3d9be6f7d385 792
2022-12-08T17:23:36.199Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:36.199Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:36.199Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:23:36.199Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:36.201Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:36.201Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520216199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:36.301Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:36.302Z||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-12-08T17:23:36.302Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:36.314Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:36.314Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:23:37.202Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b36afbc9-08bd-4f54-8d34-0253f1bd3d7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ee90001-26d8-49c2-977c-d08c884cbdce",
    "vfModuleModelCustomizationUUID": "542f4bee-8191-4f10-ae5c-f8227f529a7b",
    "isBase": true,
    "artifacts": [
      "82d9e23c-3d57-4924-aece-bec54995a528",
      "5ef40557-03c6-4376-ada8-923a91dd71b8"
    ],
    "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-12-08T17:23:37.207Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ee90001-26d8-49c2-977c-d08c884cbdce
VfModuleModelInvariantUUID:b36afbc9-08bd-4f54-8d34-0253f1bd3d7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
82d9e23c-3d57-4924-aece-bec54995a528
,
5ef40557-03c6-4376-ada8-923a91dd71b8

}
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-12-08T17:23:37.208Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b36afbc9-08bd-4f54-8d34-0253f1bd3d7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ee90001-26d8-49c2-977c-d08c884cbdce",
    "vfModuleModelCustomizationUUID": "542f4bee-8191-4f10-ae5c-f8227f529a7b",
    "isBase": true,
    "artifacts": [
      "82d9e23c-3d57-4924-aece-bec54995a528",
      "5ef40557-03c6-4376-ada8-923a91dd71b8"
    ],
    "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-12-08T17:23:37.209Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ee90001-26d8-49c2-977c-d08c884cbdce
VfModuleModelInvariantUUID:b36afbc9-08bd-4f54-8d34-0253f1bd3d7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
82d9e23c-3d57-4924-aece-bec54995a528
,
5ef40557-03c6-4376-ada8-923a91dd71b8

}
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-12-08T17:23:37.209Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 82d9e23c-3d57-4924-aece-bec54995a528 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-08T17:23:37.209Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:23:37.209Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:37.288Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:23:37.288Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 82d9e23c-3d57-4924-aece-bec54995a528 5033
2022-12-08T17:23:37.288Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:37.289Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:37.289Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:23:37.289Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:37.291Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:37.291Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520217288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:37.391Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:37.392Z||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-12-08T17:23:37.392Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:37.404Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:37.405Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:23:38.291Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5ef40557-03c6-4376-ada8-923a91dd71b8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-08T17:23:38.292Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:23:38.292Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:38.371Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:23:38.371Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5ef40557-03c6-4376-ada8-923a91dd71b8 903
2022-12-08T17:23:38.371Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:38.371Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:38.372Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:23:38.372Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:38.374Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:38.374Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520218371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:23:38.474Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:38.475Z||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-12-08T17:23:38.475Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:38.498Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:38.498Z||pool-111-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:23:39.375Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8d113101-3018-4f5e-9af8-3b189de2a521
2022-12-08T17:23:39.375Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1ce9348c-da1b-420d-aab7-d98abe2898c4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T17:23:39.390Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a1edba6, org.onap.sdc.toscaparser.api.parameters.Input@7c7456e5, org.onap.sdc.toscaparser.api.parameters.Input@646b60a6, org.onap.sdc.toscaparser.api.parameters.Input@4c7add66, org.onap.sdc.toscaparser.api.parameters.Input@1065eca4]
2022-12-08T17:23:39.391Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.392Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:39.392Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-08T17:23:39.392Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 001957df-62d4-4281-a0cf-e4c1067034a2
2022-12-08T17:23:39.392Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 001957df-62d4-4281-a0cf-e4c1067034a2 matches Tosca VF Customization UUID: 001957df-62d4-4281-a0cf-e4c1067034a2
2022-12-08T17:23:39.392Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 001957df-62d4-4281-a0cf-e4c1067034a2  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-12-08T17:23:39.394Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.394Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:39.395Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 001957df-62d4-4281-a0cf-e4c1067034a2: {\"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-12-08T17:23:39.395Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b2216a4
2022-12-08T17:23:39.395Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.395Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T17:23:39.396Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 542f4bee-8191-4f10-ae5c-f8227f529a7b
2022-12-08T17:23:39.396Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 542f4bee-8191-4f10-ae5c-f8227f529a7b
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-12-08T17:23:39.398Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.398Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-08T17:23:39.398Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:23:39.398Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.399Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-08T17:23:39.399Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:23:39.399Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.399Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-08T17:23:39.399Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-08T17:23:39.399Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-08T17:23:39.400Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=005d6da7-5ae1-4e7e-a396-d3152f29bcc4
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-12-08T17:23:39.402Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.402Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-08T17:23:39.402Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:23:39.403Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.403Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-08T17:23:39.403Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=001957df-62d4-4281-a0cf-e4c1067034a2
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-12-08T17:23:39.404Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.405Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:39.405Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8d113101-3018-4f5e-9af8-3b189de2a521: basic_vm_macro
2022-12-08T17:23:39.405Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.405Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:39.405Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.406Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:39.406Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.406Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:39.406Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.406Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:39.406Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:23:39.407Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:23:39.407Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:39.504Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1ce9348c-da1b-420d-aab7-d98abe2898c4 1 ASDC deployResourceStructure
2022-12-08T17:23:39.504Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:39.504Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:39.504Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:23:39.505Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:39.506Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:39.506Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520219504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:23:39.606Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:39.607Z||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-12-08T17:23:39.608Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:39.620Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:39.620Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:23:40.507Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:40.508Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:40.508Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:23:40.508Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:40.510Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:40.510Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520220507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T17:23:40.610Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:40.610Z||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-12-08T17:23:40.611Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:40.624Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:40.624Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:23:41.511Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:41.511Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||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-12-08T17:23:41.511Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:23:41.511Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:41.513Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:41.513Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520221511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-08T17:23:41.613Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:41.614Z||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-12-08T17:23:41.614Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:41.630Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:41.631Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:23:42.514Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-08T17:23:42.514Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-08T17:23:42.514Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:23:42.515Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:23:42.516Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:23:42.516Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520222514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:23:42.616Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:23:42.617Z||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-12-08T17:23:42.617Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:23:42.641Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:23:42.642Z||pool-115-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:23:43.517Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7941f6c5-3f62-473d-8a56-7e71096f0c95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:23:43.533Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7941f6c5-3f62-473d-8a56-7e71096f0c95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:23:43.536Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:23:43.536Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:23:43.536Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T17:23:43.536Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T17:23:43.537Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:23:43.537Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:23:43.537Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:23:43.537Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:23:43.537Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:23:43.538Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T17:23:43.543Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T17:24:13.543Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7941f6c5-3f62-473d-8a56-7e71096f0c95 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-12-08T17:24:13.551Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7941f6c5-3f62-473d-8a56-7e71096f0c95 and serviceModelVersionId: 8d113101-3018-4f5e-9af8-3b189de2a521
2022-12-08T17:24:13.551Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cde8741-7b4d-4c53-9dd9-bc190359a86b
2022-12-08T17:24:13.552Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cde8741-7b4d-4c53-9dd9-bc190359a86b/model-vers/model-ver/8d113101-3018-4f5e-9af8-3b189de2a521?depth=0
2022-12-08T17:24:13.558Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T17:24:13.612Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cde8741-7b4d-4c53-9dd9-bc190359a86b/model-vers/model-ver/8d113101-3018-4f5e-9af8-3b189de2a521?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-12-08T17:24:13.614Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cde8741-7b4d-4c53-9dd9-bc190359a86b/model-vers/model-ver/8d113101-3018-4f5e-9af8-3b189de2a521?depth=0|INFO|500||Invoke
2022-12-08T17:24:13.636Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cde8741-7b4d-4c53-9dd9-bc190359a86b/model-vers/model-ver/8d113101-3018-4f5e-9af8-3b189de2a521?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-08T17:24:13.755Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cde8741-7b4d-4c53-9dd9-bc190359a86b/model-vers/model-ver/8d113101-3018-4f5e-9af8-3b189de2a521?depth=0|INFO|500||InvokeReturn
2022-12-08T17:24:13.756Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cde8741-7b4d-4c53-9dd9-bc190359a86b/model-vers/model-ver/8d113101-3018-4f5e-9af8-3b189de2a521?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 17:24:13 GMT], content-length=[0], vertex-id=[241712], x-aai-txid=[0-aai-resources-221208-17:24:13:488-42558], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T17:24:13.756Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-08T17:24:13.757Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T17:24:13.757Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T17:24:13.765Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-08T17:24:13.765Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7941f6c5-3f62-473d-8a56-7e71096f0c95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T17:24:13.765Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T17:24:13.765Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:13.767Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:13.767Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520253765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:24:13.867Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:13.871Z||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-12-08T17:24:13.871Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:13.887Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:13.887Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 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-12-08T17:24:14.782Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-08T17:24:14.783Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"07c79289-e579-4758-9d21-5bc2ba264c4f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b","serviceDescription":"service","serviceInvariantUUID":"05b7670d-796e-44f4-86ee-c5f52fe77414","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ab212e2-32a5-4604-8535-bd75dc5e7c3a","resourceInvariantUUID":"38b858d6-ad5e-4880-8f66-1bc7b6982ba6","resourceCustomizationUUID":"e104975e-8691-41e0-9775-e77e1ebd2bd1","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":"NmNhOTZlZDNmMjU5ZWNkNjllZTNhM2UyMDUzZGMyZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c51ee28-ff32-45d5-bc9e-63940e61a7b7","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":"YTllNWUzNGJmZjcyMDYzZWEyMDgwNjY0NzU3ZjViOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2b56b8c-1349-44d7-a618-e650e9a9a486","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":"472ec885-6e30-4404-a4ee-cc0ea8170377","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":"23d6d657-246d-4068-b8c3-ebd1fef6b781","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":"c0492390-fb08-4085-b074-a3a016c5d60e","artifactVersion":"2","generatedFromUUID":"5322f0cb-e7de-4d08-8ac4-752349d9d751"},{"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":"5f2c33e6-8e22-4dff-9df1-c06c78104bcc","artifactVersion":"2","generatedFromUUID":"472ec885-6e30-4404-a4ee-cc0ea8170377"},{"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":"5322f0cb-e7de-4d08-8ac4-752349d9d751","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":"c068560b-534c-4d61-b967-1686d741ee92","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":"OWY5NDQ2MWUyYTcyMGFhMmUxNWM3OTEwNzVlZTAxZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a072b1c5-1352-44f9-83a3-5e05c3ca00c3","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Yzg0NTkxNzgwZTBiNTM0MmY1MjM0ODBjOWI0OGYwNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f4dfbb7-406b-4ec9-a36a-fd4e24133706","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T17:24:14.783Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:24:14.783Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:14.785Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:14.785Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:24:14.885Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:14.885Z||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-12-08T17:24:14.886Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:14.901Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:14.902Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:15.785Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:24:15.786Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:15.788Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:15.788Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:24:15.889Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:15.889Z||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-12-08T17:24:15.889Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:15.909Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:15.910Z||pool-118-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:16.793Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:24:16.794Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:16.796Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:16.796Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:24:16.897Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:24:16.898Z||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-12-08T17:24:16.898Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:16.931Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:16.932Z||pool-119-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:17.798Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:24:17.799Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:17.801Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:17.801Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:24:17.901Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:17.902Z||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-12-08T17:24:17.902Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:17.928Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:17.929Z||pool-120-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:18.801Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:24:18.802Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:18.804Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:18.804Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-08T17:24:18.904Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:24:18.905Z||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-12-08T17:24:18.905Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:18.919Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:18.920Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:24:19.805Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:24:19.806Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:19.808Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:19.808Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-08T17:24:19.908Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:19.909Z||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-12-08T17:24:19.909Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:19.926Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:19.926Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:24:20.809Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:24:20.809Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:20.811Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:20.811Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-08T17:24:20.911Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:20.912Z||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-12-08T17:24:20.912Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:20.925Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:20.925Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:21.812Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:24:21.812Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:21.815Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:21.815Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:24:21.915Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:21.916Z||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-12-08T17:24:21.916Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:21.931Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:21.932Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:22.815Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:24:22.815Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:22.817Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:22.818Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:24:22.918Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:22.918Z||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-12-08T17:24:22.918Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:22.932Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:22.932Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:23.818Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:24:23.819Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:23.821Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:23.821Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:24:23.921Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:23.923Z||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-12-08T17:24:23.923Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:23.942Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:23.942Z||pool-126-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:24:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:24:24.775Z||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-12-08T17:24:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:24.800Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:24.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:24:24.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520203603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:24:24.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:24:24.822Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "05b7670d-796e-44f4-86ee-c5f52fe77414",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e104975e-8691-41e0-9775-e77e1ebd2bd1",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ab212e2-32a5-4604-8535-bd75dc5e7c3a",
      "resourceInvariantUUID": "38b858d6-ad5e-4880-8f66-1bc7b6982ba6",
      "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": "YTllNWUzNGJmZjcyMDYzZWEyMDgwNjY0NzU3ZjViOGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2b56b8c-1349-44d7-a618-e650e9a9a486",
          "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": "472ec885-6e30-4404-a4ee-cc0ea8170377",
          "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": "5f2c33e6-8e22-4dff-9df1-c06c78104bcc",
            "generatedFromUUID": "472ec885-6e30-4404-a4ee-cc0ea8170377"
          },
          "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": "c0492390-fb08-4085-b074-a3a016c5d60e",
          "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": "5f2c33e6-8e22-4dff-9df1-c06c78104bcc",
          "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": "5322f0cb-e7de-4d08-8ac4-752349d9d751",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Yzg0NTkxNzgwZTBiNTM0MmY1MjM0ODBjOWI0OGYwNjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f4dfbb7-406b-4ec9-a36a-fd4e24133706"
    }
  ],
  "workloadContext": "Production"
}
2022-12-08T17:24:24.822Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T17:24:24.822Z|7941f6c5-3f62-473d-8a56-7e71096f0c95|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b ASDC
2022-12-08T17:24:24.822Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:07c79289-e579-4758-9d21-5bc2ba264c4f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b
ServiceInvariantUUID:05b7670d-796e-44f4-86ee-c5f52fe77414
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:2f4dfbb7-406b-4ec9-a36a-fd4e24133706
ArtifactChecksum:Yzg0NTkxNzgwZTBiNTM0MmY1MjM0ODBjOWI0OGYwNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e104975e-8691-41e0-9775-e77e1ebd2bd1
ResourceInvariantUUID:38b858d6-ad5e-4880-8f66-1bc7b6982ba6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:8ab212e2-32a5-4604-8535-bd75dc5e7c3a
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:a2b56b8c-1349-44d7-a618-e650e9a9a486
ArtifactChecksum:YTllNWUzNGJmZjcyMDYzZWEyMDgwNjY0NzU3ZjViOGU=
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:472ec885-6e30-4404-a4ee-cc0ea8170377
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:5f2c33e6-8e22-4dff-9df1-c06c78104bcc
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:c0492390-fb08-4085-b074-a3a016c5d60e
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:5f2c33e6-8e22-4dff-9df1-c06c78104bcc
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:5322f0cb-e7de-4d08-8ac4-752349d9d751
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-08T17:24:24.823Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b 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-12-08T17:24:24.858Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:24:24.859Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:24:24.859Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:24:24.859Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2f4dfbb7-406b-4ec9-a36a-fd4e24133706 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-08T17:24:24.859Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:24:24.859Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-08T17:24:24.978Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:24:24.987Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2f4dfbb7-406b-4ec9-a36a-fd4e24133706 163294
2022-12-08T17:24:24.987Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-08T17:24:24.987Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-08T17:24:24.988Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:24:24.988Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:24.990Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:24.990Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520264987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:24:25.090Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:25.091Z||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-12-08T17:24:25.091Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:25.106Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:25.107Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:25.990Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:24:25.991Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:24:25.991Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2f4dfbb7-406b-4ec9-a36a-fd4e24133706, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-08T17:24:25.992Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-08T17:24:25.993Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-08T17:24:25.993Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-08T17:24:26.139Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8071788863898635044/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-08T17:24:27.167Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T17:24:27.168Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:24:27.168Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-08T17:24:27.168Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-08T17:24:27.168Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-08T17:24:27.169Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:27.169Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:27.169Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:27.169Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:24:27.169Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.169Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:27.169Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-08T17:24:27.170Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:24:27.170Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:24:27.170Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.170Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:27.170Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-08T17:24:27.171Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:24:27.171Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:24:27.171Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.171Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:27.171Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.172Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-08T17:24:27.172Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-08T17:24:27.172Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-08T17:24:27.172Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-08T17:24:27.173Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.173Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T17:24:27.173Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.173Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-08T17:24:27.173Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:24:27.174Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.174Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-08T17:24:27.174Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:24:27.174Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.175Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-08T17:24:27.175Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:24:27.175Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.175Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-08T17:24:27.175Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:24:27.176Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.176Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-08T17:24:27.176Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-08T17:24:27.176Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0279aa76-9e8e-4792-83a9-786ad0c1a36d
2022-12-08T17:24:27.177Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.177Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:27.177Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.177Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:27.178Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.178Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:27.178Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:27.178Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:27.178Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b
Model Version:NULL
Model InvariantUuid:05b7670d-796e-44f4-86ee-c5f52fe77414
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:94bb7ebc-b3be-44d4-b5a3-10b06629d770
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38b858d6-ad5e-4880-8f66-1bc7b6982ba6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e104975e-8691-41e0-9775-e77e1ebd2bd1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:60884fbb-450a-47c9-8f72-4fe8f4916d8c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:37fc6c26-7008-42cc-b2dc-c1637e8b49f9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b56afd5f-e55a-41b6-a0cd-e6c3f35df4fe
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f9a0fec8-6c47-454b-99c7-049ab82ce606
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0279aa76-9e8e-4792-83a9-786ad0c1a36d
ModelInvariantUuid:fd8fd983-3395-43b1-9801-b8187effffa5
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d184a2b5-50b9-4adb-aa9c-609cb64999cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:1179c9f7-6bbc-471a-9199-ba9bfbc74c11
ModelInvariantUuid:93d7e20e-67bb-48cd-9aab-6b712da3cd93
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:5be4d507-07c8-4dd1-8b62-20951489d35a
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-12-08T17:24:27.186Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ab212e2-32a5-4604-8535-bd75dc5e7c3a
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-12-08T17:24:27.194Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-12-08T17:24:27.195Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ab212e2-32a5-4604-8535-bd75dc5e7c3a
2022-12-08T17:24:27.195Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a2b56b8c-1349-44d7-a618-e650e9a9a486 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-08T17:24:27.195Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:24:27.195Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:27.291Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:24:27.292Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a2b56b8c-1349-44d7-a618-e650e9a9a486 1565
2022-12-08T17:24:27.292Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:27.292Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:27.292Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:24:27.293Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:27.295Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:27.295Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520267292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:24:27.395Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:27.395Z||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-12-08T17:24:27.396Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:27.409Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:27.409Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:24:28.295Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b56afd5f-e55a-41b6-a0cd-e6c3f35df4fe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9a0fec8-6c47-454b-99c7-049ab82ce606",
    "vfModuleModelCustomizationUUID": "5ef530da-beae-4dac-9861-f40a2bb17b14",
    "isBase": true,
    "artifacts": [
      "472ec885-6e30-4404-a4ee-cc0ea8170377",
      "5f2c33e6-8e22-4dff-9df1-c06c78104bcc"
    ],
    "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": "60884fbb-450a-47c9-8f72-4fe8f4916d8c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "37fc6c26-7008-42cc-b2dc-c1637e8b49f9",
    "vfModuleModelCustomizationUUID": "c50b09a0-237f-4164-a358-6a67cc7d1ccf",
    "isBase": false,
    "artifacts": [
      "5322f0cb-e7de-4d08-8ac4-752349d9d751"
    ],
    "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-12-08T17:24:28.299Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9a0fec8-6c47-454b-99c7-049ab82ce606
VfModuleModelInvariantUUID:b56afd5f-e55a-41b6-a0cd-e6c3f35df4fe
VfModuleModelDescription:NULL
Artifacts UUID List:{
472ec885-6e30-4404-a4ee-cc0ea8170377
,
5f2c33e6-8e22-4dff-9df1-c06c78104bcc

}
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:37fc6c26-7008-42cc-b2dc-c1637e8b49f9
VfModuleModelInvariantUUID:60884fbb-450a-47c9-8f72-4fe8f4916d8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
5322f0cb-e7de-4d08-8ac4-752349d9d751

}
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-12-08T17:24:28.303Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b56afd5f-e55a-41b6-a0cd-e6c3f35df4fe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9a0fec8-6c47-454b-99c7-049ab82ce606",
    "vfModuleModelCustomizationUUID": "5ef530da-beae-4dac-9861-f40a2bb17b14",
    "isBase": true,
    "artifacts": [
      "472ec885-6e30-4404-a4ee-cc0ea8170377",
      "5f2c33e6-8e22-4dff-9df1-c06c78104bcc"
    ],
    "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": "60884fbb-450a-47c9-8f72-4fe8f4916d8c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "37fc6c26-7008-42cc-b2dc-c1637e8b49f9",
    "vfModuleModelCustomizationUUID": "c50b09a0-237f-4164-a358-6a67cc7d1ccf",
    "isBase": false,
    "artifacts": [
      "5322f0cb-e7de-4d08-8ac4-752349d9d751"
    ],
    "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-12-08T17:24:28.303Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9a0fec8-6c47-454b-99c7-049ab82ce606
VfModuleModelInvariantUUID:b56afd5f-e55a-41b6-a0cd-e6c3f35df4fe
VfModuleModelDescription:NULL
Artifacts UUID List:{
472ec885-6e30-4404-a4ee-cc0ea8170377
,
5f2c33e6-8e22-4dff-9df1-c06c78104bcc

}
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:37fc6c26-7008-42cc-b2dc-c1637e8b49f9
VfModuleModelInvariantUUID:60884fbb-450a-47c9-8f72-4fe8f4916d8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
5322f0cb-e7de-4d08-8ac4-752349d9d751

}
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-12-08T17:24:28.303Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 472ec885-6e30-4404-a4ee-cc0ea8170377 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-08T17:24:28.303Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:24:28.304Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:28.416Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:24:28.417Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 472ec885-6e30-4404-a4ee-cc0ea8170377 914
2022-12-08T17:24:28.417Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:28.417Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:28.417Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:24:28.418Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:28.419Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:28.420Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520268417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:24:28.520Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:28.521Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:24:28.521Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:28.533Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:28.534Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:24:29.420Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c0492390-fb08-4085-b074-a3a016c5d60e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-08T17:24:29.421Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:24:29.421Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:29.550Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:24:29.551Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c0492390-fb08-4085-b074-a3a016c5d60e 12
2022-12-08T17:24:29.551Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:29.551Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:29.551Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:24:29.552Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:29.553Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:29.553Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520269551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:24:29.654Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:24:29.654Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:24:29.654Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:29.667Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:29.668Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:24:30.554Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5f2c33e6-8e22-4dff-9df1-c06c78104bcc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-08T17:24:30.555Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:24:30.555Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:30.636Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:24:30.636Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5f2c33e6-8e22-4dff-9df1-c06c78104bcc 96
2022-12-08T17:24:30.636Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:30.637Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:30.637Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:24:30.637Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:30.639Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:30.639Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520270636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:24:30.739Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:30.740Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:24:30.740Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:30.760Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:30.760Z||pool-131-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:31.639Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5322f0cb-e7de-4d08-8ac4-752349d9d751 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-08T17:24:31.640Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:24:31.640Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:31.719Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:24:31.721Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5322f0cb-e7de-4d08-8ac4-752349d9d751 20206
2022-12-08T17:24:31.721Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:31.721Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:31.721Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:24:31.721Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:31.723Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:31.723Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520271721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:24:31.823Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:31.824Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:24:31.824Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:31.837Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:31.837Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:32.726Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b
2022-12-08T17:24:32.727Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8ab212e2-32a5-4604-8535-bd75dc5e7c3a 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-12-08T17:24:32.736Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@506e344, org.onap.sdc.toscaparser.api.parameters.Input@1bc0c6c7, org.onap.sdc.toscaparser.api.parameters.Input@40e6aaa, org.onap.sdc.toscaparser.api.parameters.Input@69f4a08c, org.onap.sdc.toscaparser.api.parameters.Input@5b5a7235]
2022-12-08T17:24:32.738Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.738Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:32.738Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-08T17:24:32.738Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e104975e-8691-41e0-9775-e77e1ebd2bd1
2022-12-08T17:24:32.738Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e104975e-8691-41e0-9775-e77e1ebd2bd1 matches Tosca VF Customization UUID: e104975e-8691-41e0-9775-e77e1ebd2bd1
2022-12-08T17:24:32.738Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e104975e-8691-41e0-9775-e77e1ebd2bd1  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-12-08T17:24:32.740Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.740Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:32.741Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e104975e-8691-41e0-9775-e77e1ebd2bd1: {\"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-12-08T17:24:32.741Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7da13e5e
2022-12-08T17:24:32.742Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.742Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T17:24:32.742Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c50b09a0-237f-4164-a358-6a67cc7d1ccf
2022-12-08T17:24:32.742Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c50b09a0-237f-4164-a358-6a67cc7d1ccf
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-12-08T17:24:32.744Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.745Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-08T17:24:32.745Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:24:32.745Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.746Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-08T17:24:32.746Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T17:24:32.747Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.747Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-08T17:24:32.747Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e104975e-8691-41e0-9775-e77e1ebd2bd1
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-12-08T17:24:32.749Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.749Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:32.749Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b: basic_cnf_macro
2022-12-08T17:24:32.750Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.750Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:32.750Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.751Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:32.751Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.751Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:32.751Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.752Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:32.752Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:24:32.752Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:24:32.753Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:32.792Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8ab212e2-32a5-4604-8535-bd75dc5e7c3a 2 ASDC deployResourceStructure
2022-12-08T17:24:32.793Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:32.793Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:32.793Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:24:32.793Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:32.795Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:32.795Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520272793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:24:32.895Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:24:32.896Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:24:32.896Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:32.910Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:32.910Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:33.796Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:33.797Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:33.797Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:24:33.797Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:33.799Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:33.799Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520273796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T17:24:33.899Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:24:33.900Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:24:33.900Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:33.917Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:33.917Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:24:34.801Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:34.801Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:34.801Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-08T17:24:34.802Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:34.808Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:34.809Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520274800,
  "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-12-08T17:24:34.904Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-08T17:24:34.905Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:24:34.905Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:34.916Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:34.917Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:35.810Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:35.810Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:35.810Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:24:35.811Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:35.813Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:35.813Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520275810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-08T17:24:35.913Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:24:35.914Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:24:35.914Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:35.957Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:35.957Z||pool-136-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:24:36.814Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:36.815Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||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-12-08T17:24:36.815Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-08T17:24:36.815Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:36.817Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:36.817Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520276814,
  "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-12-08T17:24:36.918Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T17:24:36.919Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:24:36.919Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:36.952Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:36.952Z||pool-137-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:37.818Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-08T17:24:37.819Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-08T17:24:37.819Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:24:37.819Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:24:37.821Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:24:37.821Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520277818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:24:37.923Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-08T17:24:37.924Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:24:37.924Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:24:37.961Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:24:37.962Z||pool-138-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:24:38.821Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07c79289-e579-4758-9d21-5bc2ba264c4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:24:38.837Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07c79289-e579-4758-9d21-5bc2ba264c4f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:24:38.844Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:24:38.844Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:24:38.844Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T17:24:38.844Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T17:25:08.845Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07c79289-e579-4758-9d21-5bc2ba264c4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:25:08.857Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07c79289-e579-4758-9d21-5bc2ba264c4f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:25:08.860Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:25:08.860Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:25:08.860Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T17:25:08.860Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T17:25:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:25:24.776Z||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-12-08T17:25:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:25:24.803Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:25:24.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:25:24.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520186862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:25:24.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:25:38.861Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07c79289-e579-4758-9d21-5bc2ba264c4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:25:38.876Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07c79289-e579-4758-9d21-5bc2ba264c4f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:25:38.878Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:25:38.878Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:25:38.878Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T17:25:38.878Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T17:26:08.878Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07c79289-e579-4758-9d21-5bc2ba264c4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:26:08.899Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07c79289-e579-4758-9d21-5bc2ba264c4f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:26:08.901Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:26:08.901Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:26:08.901Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T17:26:08.901Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T17:26:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:26:24.776Z||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-12-08T17:26:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:26:24.810Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:26:24.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520193683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520189743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520203603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520186862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520193683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520189743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520206147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:26:24.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520203603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520186862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670520193683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520189743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520207150,
  "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-12-08T17:26:24.833Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07c79289-e579-4758-9d21-5bc2ba264c4f
2022-12-08T17:26:24.833Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07c79289-e579-4758-9d21-5bc2ba264c4f 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-12-08T17:26:24.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520203603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520208427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:26:24.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520208650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:26:24.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520203603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520209449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T17:26:24.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520203603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1670520209897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T17:26:24.868Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b5b128e-a65e-49f4-a33d-29bec2253d9c
2022-12-08T17:26:24.868Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b5b128e-a65e-49f4-a33d-29bec2253d9c 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-12-08T17:26:24.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670520210450,
  "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-12-08T17:26:24.882Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2b5b128e-a65e-49f4-a33d-29bec2253d9c
2022-12-08T17:26:24.882Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b5b128e-a65e-49f4-a33d-29bec2253d9c 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-12-08T17:26:24.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520203603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520203603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520212731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520213628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520216199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520217288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:26:24.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520217487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:26:24.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520218371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:26:24.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670520218490,
  "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-12-08T17:26:24.899Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2b5b128e-a65e-49f4-a33d-29bec2253d9c
2022-12-08T17:26:24.899Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b5b128e-a65e-49f4-a33d-29bec2253d9c 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-12-08T17:26:24.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520219504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:26:24.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520220507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T17:26:24.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520221511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-08T17:26:24.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520222514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:26:24.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520223071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520223071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520223071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520223071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520223071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520223071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520223071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520223071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520223071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520232827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520234768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:26:24.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670520235804,
  "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-12-08T17:26:24.917Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2b5b128e-a65e-49f4-a33d-29bec2253d9c
2022-12-08T17:26:24.917Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b5b128e-a65e-49f4-a33d-29bec2253d9c 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-12-08T17:26:24.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7941f6c5-3f62-473d-8a56-7e71096f0c95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520253765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:26:24.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:26:24.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:26:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:26:38.902Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07c79289-e579-4758-9d21-5bc2ba264c4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:26:38.915Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07c79289-e579-4758-9d21-5bc2ba264c4f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:26:38.918Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:26:38.918Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:26:38.918Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T17:26:38.918Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T17:26:38.918Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:26:38.919Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:26:38.919Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:26:38.919Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:26:38.919Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:26:38.919Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T17:26:38.928Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T17:27:08.929Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07c79289-e579-4758-9d21-5bc2ba264c4f 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-12-08T17:27:08.937Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07c79289-e579-4758-9d21-5bc2ba264c4f and serviceModelVersionId: 5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b
2022-12-08T17:27:08.938Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05b7670d-796e-44f4-86ee-c5f52fe77414
2022-12-08T17:27:08.939Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05b7670d-796e-44f4-86ee-c5f52fe77414/model-vers/model-ver/5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b?depth=0
2022-12-08T17:27:08.948Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T17:27:09.001Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05b7670d-796e-44f4-86ee-c5f52fe77414/model-vers/model-ver/5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b?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-12-08T17:27:09.005Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05b7670d-796e-44f4-86ee-c5f52fe77414/model-vers/model-ver/5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b?depth=0|INFO|500||Invoke
2022-12-08T17:27:09.028Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05b7670d-796e-44f4-86ee-c5f52fe77414/model-vers/model-ver/5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-08T17:27:09.120Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05b7670d-796e-44f4-86ee-c5f52fe77414/model-vers/model-ver/5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b?depth=0|INFO|500||InvokeReturn
2022-12-08T17:27:09.121Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05b7670d-796e-44f4-86ee-c5f52fe77414/model-vers/model-ver/5da4ae5f-74b3-4ef2-a4ba-643f64e2ac5b?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 17:27:08 GMT], content-length=[0], vertex-id=[245768], x-aai-txid=[1-aai-resources-221208-17:27:08:881-55134], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T17:27:09.121Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-08T17:27:09.122Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T17:27:09.122Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T17:27:09.129Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-08T17:27:09.129Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07c79289-e579-4758-9d21-5bc2ba264c4f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T17:27:09.129Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T17:27:09.130Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:09.133Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:09.134Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520429129,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:27:09.233Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:27:09.235Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:09.235Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:09.283Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:09.284Z||pool-139-thread-1|||||INFO|500||cambria reply ok (50 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-12-08T17:27:10.149Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-08T17:27:10.150Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2b5b128e-a65e-49f4-a33d-29bec2253d9c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6be9a2d4-e70a-4f38-8c2c-5828e73b2272","serviceDescription":"service","serviceInvariantUUID":"ffb3f1a7-9609-43e2-a522-89c5f1381415","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cacdfacf-1ff6-4197-952d-622c6a712b5c","resourceInvariantUUID":"06d88e2e-a9e4-4d0e-a57c-f98c1a51c8e9","resourceCustomizationUUID":"96ec31d6-29e2-4a09-a504-086c5e66c8fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MDY3MWQ1NDIxZTJjYjgxNDMwMzYwNjM2NTkxMzc4OTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6264805d-abbb-49ee-983f-b4ea3afdc542","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d9cf67e6-ce87-44cf-9aa1-8ff4cba14fe8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b92d7c4-34f3-4bb9-980e-90beac8c62e3","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NjYxNjBiY2NjMDJlM2ZjMTYwOTlmNDRkZDZmYmJjNzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a361b0ac-8918-4797-bc75-0a725fed6c27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a261e3c3-ec88-4200-adad-a0693bc1dbdd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f5444421-834e-4b8f-b4e7-5414417a86fe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f43e06f1-43ed-47fa-9cb9-accc56514741","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MjA2YjZiYzY3NWI1ZDU0ZGU4YWNhODRiMTk1ZDFhZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36d182d4-622a-451a-b184-fcb55f5161aa","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWIzZDI5ODI0ZGZjYmE3MzZiYzMzODkzMDc3MTdmMGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a2c2eb1-7146-42b9-a2cc-f5dd52ba5bd6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T17:27:10.151Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:27:10.151Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:10.153Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:10.153Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:27:10.253Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:27:10.253Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:10.254Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:10.275Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:10.276Z||pool-140-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:27:11.154Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:27:11.154Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:11.156Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:11.157Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:27:11.256Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:27:11.257Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:11.257Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:11.279Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:11.279Z||pool-141-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:27:12.157Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:27:12.158Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:12.160Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:12.160Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:27:12.260Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:27:12.260Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:12.261Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:12.277Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:12.278Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:27:13.160Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:27:13.161Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:13.164Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:13.164Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:27:13.263Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:27:13.264Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:13.264Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:13.287Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:13.288Z||pool-143-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:27:14.165Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:27:14.166Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:14.168Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:14.168Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:27:14.268Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:27:14.268Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:14.269Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:14.287Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:14.288Z||pool-144-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:27:15.169Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:27:15.170Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:15.172Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:15.173Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:27:15.272Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:27:15.273Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:15.273Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:15.296Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:15.297Z||pool-145-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:27:16.174Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:27:16.175Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:16.178Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:16.178Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:27:16.278Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:27:16.279Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:16.279Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:16.296Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:16.296Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:27:17.178Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:27:17.179Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:17.181Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:17.181Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:27:17.281Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:27:17.283Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:17.283Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:17.299Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:17.300Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:27:18.182Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T17:27:18.182Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:18.185Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:18.185Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:27:18.285Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:27:18.285Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:18.286Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:18.320Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:18.320Z||pool-148-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-12-08T17:27:19.186Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6be9a2d4-e70a-4f38-8c2c-5828e73b2272",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ffb3f1a7-9609-43e2-a522-89c5f1381415",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "96ec31d6-29e2-4a09-a504-086c5e66c8fb",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cacdfacf-1ff6-4197-952d-622c6a712b5c",
      "resourceInvariantUUID": "06d88e2e-a9e4-4d0e-a57c-f98c1a51c8e9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "OWIzZDI5ODI0ZGZjYmE3MzZiYzMzODkzMDc3MTdmMGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a2c2eb1-7146-42b9-a2cc-f5dd52ba5bd6"
    }
  ],
  "workloadContext": "Production"
}
2022-12-08T17:27:19.186Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T17:27:19.186Z|07c79289-e579-4758-9d21-5bc2ba264c4f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6be9a2d4-e70a-4f38-8c2c-5828e73b2272 ASDC
2022-12-08T17:27:19.187Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2b5b128e-a65e-49f4-a33d-29bec2253d9c
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6be9a2d4-e70a-4f38-8c2c-5828e73b2272
ServiceInvariantUUID:ffb3f1a7-9609-43e2-a522-89c5f1381415
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:1a2c2eb1-7146-42b9-a2cc-f5dd52ba5bd6
ArtifactChecksum:OWIzZDI5ODI0ZGZjYmE3MzZiYzMzODkzMDc3MTdmMGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:96ec31d6-29e2-4a09-a504-086c5e66c8fb
ResourceInvariantUUID:06d88e2e-a9e4-4d0e-a57c-f98c1a51c8e9
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:cacdfacf-1ff6-4197-952d-622c6a712b5c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-08T17:27:19.187Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6be9a2d4-e70a-4f38-8c2c-5828e73b2272 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-12-08T17:27:19.217Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:27:19.218Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:27:19.218Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:27:19.218Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1a2c2eb1-7146-42b9-a2cc-f5dd52ba5bd6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-08T17:27:19.218Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-08T17:27:19.219Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-08T17:27:19.449Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-08T17:27:19.454Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1a2c2eb1-7146-42b9-a2cc-f5dd52ba5bd6 111085
2022-12-08T17:27:19.455Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-08T17:27:19.455Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-08T17:27:19.455Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T17:27:19.455Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:19.464Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:19.465Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520439455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:27:19.557Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-08T17:27:19.558Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:19.558Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:19.587Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:19.588Z||pool-149-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:27:20.465Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T17:27:20.466Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-08T17:27:20.467Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1a2c2eb1-7146-42b9-a2cc-f5dd52ba5bd6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-08T17:27:20.467Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-08T17:27:20.468Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-08T17:27:20.468Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-08T17:27:20.631Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11480299312347880925/Definitions/service-TestPnfMacro-template.yml
2022-12-08T17:27:21.658Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T17:27:21.658Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:27:21.659Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-08T17:27:21.659Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-08T17:27:21.659Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-08T17:27:21.659Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-08T17:27:21.659Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-08T17:27:21.659Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-08T17:27:21.659Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-08T17:27:21.660Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-08T17:27:21.660Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-08T17:27:21.660Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-08T17:27:21.660Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:27:21.660Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:27:21.660Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-08T17:27:21.661Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:27:21.661Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:27:21.661Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:27:21.662Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:27:21.662Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-08T17:27:21.662Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-08T17:27:21.662Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T17:27:21.662Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:27:21.662Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:27:21.663Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:27:21.663Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:27:21.663Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:27:21.663Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:27:21.663Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:27:21.663Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:27:21.663Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:27:21.664Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:27:21.664Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6be9a2d4-e70a-4f38-8c2c-5828e73b2272
Model Version:NULL
Model InvariantUuid:ffb3f1a7-9609-43e2-a522-89c5f1381415
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-12-08T17:27:21.673Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: cacdfacf-1ff6-4197-952d-622c6a712b5c
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-12-08T17:27:21.675Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-12-08T17:27:21.675Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cacdfacf-1ff6-4197-952d-622c6a712b5c
2022-12-08T17:27:21.676Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 6be9a2d4-e70a-4f38-8c2c-5828e73b2272
2022-12-08T17:27:21.676Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6be9a2d4-e70a-4f38-8c2c-5828e73b2272
2022-12-08T17:27:21.676Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 cacdfacf-1ff6-4197-952d-622c6a712b5c 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-12-08T17:27:21.680Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13db95ad, org.onap.sdc.toscaparser.api.parameters.Input@7c86d895, org.onap.sdc.toscaparser.api.parameters.Input@191a4315, org.onap.sdc.toscaparser.api.parameters.Input@6b39cde6, org.onap.sdc.toscaparser.api.parameters.Input@24805bd1]
2022-12-08T17:27:21.680Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:27:21.681Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:27:21.681Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6be9a2d4-e70a-4f38-8c2c-5828e73b2272: test-pnf
2022-12-08T17:27:21.681Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||Processing PNF resource: cacdfacf-1ff6-4197-952d-622c6a712b5c
2022-12-08T17:27:21.681Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-08T17:27:21.681Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T17:27:21.682Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||Resource customization UUID: 96ec31d6-29e2-4a09-a504-086c5e66c8fb is the same as notified resource customizationUUID: 96ec31d6-29e2-4a09-a504-086c5e66c8fb
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-12-08T17:27:21.714Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf cacdfacf-1ff6-4197-952d-622c6a712b5c 0 ASDC deployResourceStructure
2022-12-08T17:27:21.714Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-08T17:27:21.714Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-08T17:27:21.714Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T17:27:21.715Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:21.717Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:21.717Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520441714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:27:21.817Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T17:27:21.817Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:21.817Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:21.830Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:21.830Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T17:27:22.718Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b5b128e-a65e-49f4-a33d-29bec2253d9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T17:27:22.732Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b5b128e-a65e-49f4-a33d-29bec2253d9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T17:27:22.736Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T17:27:22.736Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T17:27:22.737Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T17:27:22.737Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T17:27:22.737Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:27:22.737Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:27:22.737Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:27:22.737Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:27:22.737Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-08T17:27:22.737Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T17:27:22.745Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T17:27:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:27:24.775Z||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-12-08T17:27:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:24.823Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:24.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520264987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:27:24.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:24.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520267292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:27:24.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:24.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520268417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:27:24.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:24.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520269551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520270636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520271721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520272793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520273796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-08T17:27:24.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:24.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520274800,
  "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-12-08T17:27:24.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:24.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520275810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-08T17:27:24.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:24.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520276814,
  "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-12-08T17:27:24.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:24.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:27:24.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520277818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:27:24.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:27:52.746Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2b5b128e-a65e-49f4-a33d-29bec2253d9c 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-12-08T17:27:52.752Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2b5b128e-a65e-49f4-a33d-29bec2253d9c and serviceModelVersionId: 6be9a2d4-e70a-4f38-8c2c-5828e73b2272
2022-12-08T17:27:52.752Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffb3f1a7-9609-43e2-a522-89c5f1381415
2022-12-08T17:27:52.753Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffb3f1a7-9609-43e2-a522-89c5f1381415/model-vers/model-ver/6be9a2d4-e70a-4f38-8c2c-5828e73b2272?depth=0
2022-12-08T17:27:52.758Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T17:27:52.800Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffb3f1a7-9609-43e2-a522-89c5f1381415/model-vers/model-ver/6be9a2d4-e70a-4f38-8c2c-5828e73b2272?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-12-08T17:27:52.803Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffb3f1a7-9609-43e2-a522-89c5f1381415/model-vers/model-ver/6be9a2d4-e70a-4f38-8c2c-5828e73b2272?depth=0|INFO|500||Invoke
2022-12-08T17:27:52.823Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffb3f1a7-9609-43e2-a522-89c5f1381415/model-vers/model-ver/6be9a2d4-e70a-4f38-8c2c-5828e73b2272?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-08T17:27:52.904Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffb3f1a7-9609-43e2-a522-89c5f1381415/model-vers/model-ver/6be9a2d4-e70a-4f38-8c2c-5828e73b2272?depth=0|INFO|500||InvokeReturn
2022-12-08T17:27:52.905Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffb3f1a7-9609-43e2-a522-89c5f1381415/model-vers/model-ver/6be9a2d4-e70a-4f38-8c2c-5828e73b2272?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 17:27:52 GMT], content-length=[0], vertex-id=[249904], x-aai-txid=[0-aai-resources-221208-17:27:52:674-71891], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T17:27:52.906Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-08T17:27:52.906Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T17:27:52.906Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T17:27:52.912Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-08T17:27:52.912Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2b5b128e-a65e-49f4-a33d-29bec2253d9c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T17:27:52.912Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T17:27:52.913Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-08T17:27:52.914Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T17:27:52.915Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520472912,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:27:53.014Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T17:27:53.015Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T17:27:53.015Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:27:53.034Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:27:53.035Z||pool-151-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T17:27:53.928Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:27:53.929Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T17:27:53.929Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:28:04.356Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:28:04.357Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:28:04.357Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T17:28:04.358Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:28:13.961Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:28:13.962Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:28:13.962Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T17:28:13.963Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:28:23.533Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:28:23.538Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:28:23.539Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T17:28:23.539Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:28:24.775Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:28:24.776Z|2f984266-774d-4233-ad84-d777c2328e0e|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-12-08T17:28:24.776Z|2f984266-774d-4233-ad84-d777c2328e0e|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:28:24.816Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:28:24.817Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.817Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07c79289-e579-4758-9d21-5bc2ba264c4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520429129,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:28:24.818Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.819Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:28:24.819Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:28:24.819Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.819Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:28:24.819Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:28:24.819Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.819Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:28:24.819Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:28:24.819Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.819Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-08T17:28:24.819Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:28:24.820Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.820Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520204772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-08T17:28:24.820Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-08T17:28:24.820Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.820Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520439455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-08T17:28:24.820Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:28:24.820Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T17:28:24.820Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520441714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-08T17:28:24.820Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:28:33.119Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:28:33.119Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:28:33.120Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T17:28:33.120Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:28:42.700Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:29:24.772Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:29:24.773Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T17:29:24.773Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:29:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:29:24.775Z||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-12-08T17:29:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:29:25.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:29:25.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T17:29:25.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b5b128e-a65e-49f4-a33d-29bec2253d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670520472912,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T17:29:25.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T17:29:34.346Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:30:24.772Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:30:24.773Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T17:30:24.773Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:30:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:30:24.775Z||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-12-08T17:30:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:30:34.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:30:34.351Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:31:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:31:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:31:24.776Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T17:31:24.776Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:31:24.776Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T17:31:24.776Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:31:34.339Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:31:34.349Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:32:24.772Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:32:24.773Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T17:32:24.773Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:32:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:32:24.775Z||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-12-08T17:32:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:32:34.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:32:34.351Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:33:24.772Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:33:24.773Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T17:33:24.773Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:33:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:33:24.776Z||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-12-08T17:33:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:33:34.325Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:33:34.358Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:34:24.772Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:34:24.773Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T17:34:24.773Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:34:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:34:24.775Z||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-12-08T17:34:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:34:34.326Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:34:34.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:35:24.772Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:35:24.774Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T17:35:24.775Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:35:24.776Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:35:24.777Z||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-12-08T17:35:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:35:34.334Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:35:34.363Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:36:24.772Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:36:24.773Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T17:36:24.773Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:36:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:36:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T17:36:24.776Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:36:34.344Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:36:34.344Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:37:24.776Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:37:24.776Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T17:37:24.777Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:37:24.776Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:37:24.778Z||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-12-08T17:37:24.778Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:37:34.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:37:34.382Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:38:24.772Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:38:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:38:24.776Z||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-12-08T17:38:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:38:24.777Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T17:38:24.777Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:38:34.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:38:34.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:39:24.772Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:39:24.773Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T17:39:24.773Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T17:39:24.776Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:39:24.777Z||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-12-08T17:39:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:39:34.336Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:39:34.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:40:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:40:24.773Z||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-12-08T17:40:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:40:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:40:24.775Z||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-12-08T17:40:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:40:34.356Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:40:34.358Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:41:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:41:24.773Z||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-12-08T17:41:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:41:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:41:24.776Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T17:41:24.776Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:41:34.336Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:41:34.355Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:42:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:42:24.774Z||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-12-08T17:42:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:42:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:42:24.775Z||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-12-08T17:42:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:42:34.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:42:34.355Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:43:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:43:24.773Z||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-12-08T17:43:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:43:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:43:24.775Z||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-12-08T17:43:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:43:34.331Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:43:34.356Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:44:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:44:24.773Z||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-12-08T17:44:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:44:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:44:24.775Z||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-12-08T17:44:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:44:34.345Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:44:34.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:45:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:45:24.773Z||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-12-08T17:45:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:45:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:45:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T17:45:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:45:34.334Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:45:34.341Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:46:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:46:24.773Z||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-12-08T17:46:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:46:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:46:24.776Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T17:46:24.776Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:46:34.339Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:46:34.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:47:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:47:24.772Z||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-12-08T17:47:24.772Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:47:24.775Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:47:24.775Z|2f984266-774d-4233-ad84-d777c2328e0e|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-12-08T17:47:24.775Z|2f984266-774d-4233-ad84-d777c2328e0e|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:47:34.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:47:34.337Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:48:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:48:24.773Z||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-12-08T17:48:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:48:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:48:24.775Z||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-12-08T17:48:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:48:34.352Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:48:34.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:49:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:49:24.773Z||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-12-08T17:49:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:49:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:49:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T17:49:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:49:34.336Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:49:34.358Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:50:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:50:24.773Z||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-12-08T17:50:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:50:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:50:24.775Z||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-12-08T17:50:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:50:34.341Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:50:34.342Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:51:24.773Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:51:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:51:24.775Z||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-12-08T17:51:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:51:24.775Z||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-12-08T17:51:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:51:34.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:51:34.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:52:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:52:24.773Z||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-12-08T17:52:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:52:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:52:24.775Z||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-12-08T17:52:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:52:34.333Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:52:34.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:53:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:53:24.773Z||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-12-08T17:53:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:53:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:53:24.775Z||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-12-08T17:53:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:53:34.363Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:53:34.364Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:54:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:54:24.773Z||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-12-08T17:54:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:54:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:54:24.775Z||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-12-08T17:54:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:54:34.338Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:54:34.341Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:55:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:55:24.773Z||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-12-08T17:55:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:55:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:55:24.775Z||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-12-08T17:55:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:55:34.330Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:55:34.342Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:56:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:56:24.773Z||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-12-08T17:56:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:56:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:56:24.776Z||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-12-08T17:56:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:56:34.339Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:56:34.356Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:57:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:57:24.773Z||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-12-08T17:57:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:57:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:57:24.775Z||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-12-08T17:57:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:57:34.401Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:57:34.403Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:58:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:58:24.773Z||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-12-08T17:58:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:58:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:58:24.775Z||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-12-08T17:58:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:58:34.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:58:34.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:59:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:59:24.773Z||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-12-08T17:59:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:59:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T17:59:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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-12-08T17:59:24.775Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|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 gJyFBpCShFiNFRPG) ...
2022-12-08T17:59:34.339Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T17:59:34.339Z|675b4e52-7ff4-4803-8ecc-2bcbf793cd02|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:00:24.773Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:00:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:00:24.777Z||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-12-08T18:00:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:00:24.778Z||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-12-08T18:00:24.778Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:00:34.353Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:00:34.401Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:01:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:01:24.773Z||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-12-08T18:01:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:01:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:01:24.775Z||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-12-08T18:01:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:01:34.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:01:34.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:02:24.773Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:02:24.774Z||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-12-08T18:02:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:02:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:02:24.776Z||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-12-08T18:02:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:02:34.341Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:02:34.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:03:24.772Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:03:24.773Z||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-12-08T18:03:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:03:24.775Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:03:24.775Z|2f984266-774d-4233-ad84-d777c2328e0e|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-12-08T18:03:24.775Z|2f984266-774d-4233-ad84-d777c2328e0e|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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:03:34.364Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:03:34.389Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:04:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:04:24.773Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T18:04:24.774Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T18:04:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:04:24.777Z||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-12-08T18:04:24.777Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:04:34.358Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:04:34.361Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:05:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:05:24.773Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T18:05:24.773Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T18:05:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:05:24.775Z||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-12-08T18:05:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:05:34.337Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:05:34.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:06:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:06:24.773Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T18:06:24.773Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T18:06:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:06:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T18:06:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:06:34.341Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:06:34.347Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:07:24.772Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:07:24.773Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T18:07:24.773Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gJyFBpCShFiNFRPG) ...
2022-12-08T18:07:24.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:07:24.775Z||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-12-08T18:07:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:07:34.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:07:34.354Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:08:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:08:24.773Z||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-12-08T18:08:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:08:24.775Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:08:24.775Z|2f984266-774d-4233-ad84-d777c2328e0e|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-12-08T18:08:24.775Z|2f984266-774d-4233-ad84-d777c2328e0e|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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:08:34.333Z|2f984266-774d-4233-ad84-d777c2328e0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:08:34.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:09:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:09:24.774Z||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-12-08T18:09:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:09:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:09:24.775Z||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-12-08T18:09:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:09:34.355Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:09:34.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:10:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:10:24.773Z||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-12-08T18:10:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:10:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:10:24.776Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T18:10:24.776Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:10:34.345Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:10:34.356Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:11:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:11:24.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-12-08T18:11:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:11:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:11:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T18:11:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:11:34.355Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:11:34.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:12:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:12:24.773Z||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-12-08T18:12:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:12:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:12:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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-12-08T18:12:24.775Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:12:34.341Z|2b5b128e-a65e-49f4-a33d-29bec2253d9c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:12:34.356Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:13:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:13:24.773Z||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-12-08T18:13:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:13:24.776Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:13:24.776Z||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-12-08T18:13:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:13:34.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:13:34.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:14:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:14:24.773Z||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-12-08T18:14:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:14:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:14:24.776Z||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-12-08T18:14:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:14:34.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:14:34.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:15:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:15:24.773Z||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-12-08T18:15:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:15:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:15:24.775Z||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-12-08T18:15:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:15:34.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:15:34.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:16:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:16:24.773Z||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-12-08T18:16:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:16:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:16:24.775Z||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-12-08T18:16:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:16:34.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:16:34.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:17:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:17:24.774Z||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-12-08T18:17:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:17:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:17:24.775Z||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-12-08T18:17:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:17:34.339Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:17:34.356Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:18:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:18:24.774Z||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-12-08T18:18:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:18:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:18:24.775Z||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-12-08T18:18:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:18:34.334Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:18:34.357Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:19:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:19:24.773Z||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-12-08T18:19:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:19:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:19:24.775Z||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-12-08T18:19:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:19:34.344Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:19:34.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:20:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:20:24.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-12-08T18:20:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:20:24.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:20:24.775Z||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-12-08T18:20:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:20:34.357Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:20:34.357Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:21:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:21:24.774Z||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-12-08T18:21:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:21:24.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:21:24.775Z||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-12-08T18:21:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:21:34.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:21:34.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:22:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:22:24.773Z||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-12-08T18:22:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:22:24.775Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:22:24.775Z||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-12-08T18:22:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:22:34.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:22:34.360Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:23:24.774Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:23:24.775Z||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-12-08T18:23:24.775Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:23:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:23:24.775Z||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-12-08T18:23:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:23:34.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:23:34.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:24:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:24:24.773Z||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-12-08T18:24:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:24:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:24:24.775Z||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-12-08T18:24:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:24:34.334Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:24:34.360Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:25:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:25:24.773Z||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-12-08T18:25:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:25:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:25:24.775Z||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-12-08T18:25:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:25:34.338Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:25:34.361Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:26:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:26:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:26:24.775Z||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-12-08T18:26:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:26:24.775Z||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-12-08T18:26:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:26:34.345Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:26:34.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:27:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:27:24.774Z||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-12-08T18:27:24.774Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:27:24.775Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:27:24.776Z||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-12-08T18:27:24.776Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:27:34.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:27:34.366Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:28:24.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:28:24.773Z||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-12-08T18:28:24.773Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:28:24.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T18:28:24.775Z||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-12-08T18:28:24.775Z||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 gJyFBpCShFiNFRPG) ...
2022-12-08T18:28:34.346Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-08T18:28:34.363Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK