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-27T03:37:47.005Z||main|||||INFO|500||The following profiles are active: basic
2022-12-27T03:37:58.764Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-27T03:37:58.765Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-27T03:37:58.934Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-27T03:38:03.034Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-27T03:38:03.442Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-27T03:38:03.906Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-27T03:38:03.914Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-27T03:38:04.043Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-27T03:38:04.317Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-27T03:38:04.935Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-27T03:38:06.723Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-27T03:38:08.938Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-27T03:38:09.012Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-27T03:38:09.572Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-27T03:38:09.810Z||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-27T03:38:10.943Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-27T03:38:12.032Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-27T03:38:12.048Z||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-27T03:38:12.049Z||main|||||WARN|500||The sdc end point is not alive
2022-12-27T03:38:15.145Z||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-27T03:38:17.854Z||main|||||WARN|500||---
2022-12-27T03:38:17.855Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-27T03:38:17.855Z||main|||||WARN|500||---
2022-12-27T03:38:18.267Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-27T03:38:23.429Z||main|||||INFO|500||Started Application in 39.499 seconds (JVM running for 41.495)
2022-12-27T03:38:23.447Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-27T03:38:23.449Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-27T03:38:23.463Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-27T03:38:23.511Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-27T03:38:23.562Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f1f8fca-589a-448d-892e-a0dcc5217afa url= /sdc/v1/artifactTypes
2022-12-27T03:38:23.562Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-27T03:38:23.935Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-27T03:38:23.963Z||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-27T03:38:24.000Z||scheduling-1|||||DEBUG|500||create keys
2022-12-27T03:38:24.009Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-27T03:38:24.236Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:38:24.252Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c1905a1a-4baa-413a-ba10-f11a2b372e5c url= /sdc/v1/registerForDistribution
2022-12-27T03:38:24.505Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c1905a1a-4baa-413a-ba10-f11a2b372e5c url= /sdc/v1/registerForDistribution
2022-12-27T03:38:24.506Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-27T03:38:24.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:38:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:38:24.524Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-27T03:38:24.537Z||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-27T03:38:24.538Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:38:24.537Z||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-27T03:38:24.538Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:38:34.993Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:38:35.063Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:39:24.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:39:24.513Z||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-27T03:39:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:39:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:39:24.515Z||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-27T03:39:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:39:34.138Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:39:34.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:40:24.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:40:24.514Z||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-27T03:40:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:40:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:40:24.515Z||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-27T03:40:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:40:34.061Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:40:34.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:41:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:41:24.514Z||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-27T03:41:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:41:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:41:24.516Z||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-27T03:41:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:41:34.096Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:41:34.098Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:42:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:42:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:42:24.521Z||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-27T03:42:24.521Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:42:24.524Z||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-27T03:42:24.524Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:42:34.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:42:34.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:43:24.513Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:43:24.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:43:24.516Z||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-27T03:43:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:43:24.524Z||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-27T03:43:24.525Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:43:34.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:43:34.093Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:44:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:44:24.514Z||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-27T03:44:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:44:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:44:24.515Z||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-27T03:44:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:44:34.069Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:44:34.083Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:45:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:45:24.513Z||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-27T03:45:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:45:24.514Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:45:24.515Z||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-27T03:45:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:45:34.084Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:45:34.087Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:46:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:46:24.515Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:46:24.515Z||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-27T03:46:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:46:24.516Z||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-27T03:46:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:46:34.078Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:46:34.078Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:47:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:47:24.513Z||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-27T03:47:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:47:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:47:24.515Z||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-27T03:47:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:47:34.063Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:47:34.064Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:48:13.695Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-27T03:48:24.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:48:24.513Z||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-27T03:48:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:48:24.515Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:48:24.516Z||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-27T03:48:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:48:34.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:48:34.075Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:49:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:49:24.513Z||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-27T03:49:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:49:24.514Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:49:24.515Z||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-27T03:49:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:49:34.080Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:49:34.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:50:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:50:24.513Z||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-27T03:50:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:50:24.514Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:50:24.516Z||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-27T03:50:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:50:34.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:50:34.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:51:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:51:24.513Z||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-27T03:51:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:51:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:51:24.515Z||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-27T03:51:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:51:34.073Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:51:34.100Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:52:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:52:24.514Z||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-27T03:52:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:52:24.515Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:52:24.516Z||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-27T03:52:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:52:34.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:52:34.091Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:53:24.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:53:24.514Z||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-27T03:53:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:53:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:53:24.515Z||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-27T03:53:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:53:34.077Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:53:34.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:54:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:54:24.513Z||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-27T03:54:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:54:24.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:54:24.515Z||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-27T03:54:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:54:34.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:54:34.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:55:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:55:24.513Z||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-27T03:55:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:55:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:55:24.515Z||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-27T03:55:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:55:34.064Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:55:34.064Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:56:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:56:24.514Z||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-27T03:56:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:56:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:56:24.515Z||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-27T03:56:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:56:34.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:56:34.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:57:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:57:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:57:24.515Z||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-27T03:57:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:57:24.515Z||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-27T03:57:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:57:34.103Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:57:34.103Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:58:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:58:24.513Z||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-27T03:58:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:58:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:58:24.515Z||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-27T03:58:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:58:34.072Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:58:34.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:59:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:59:24.514Z||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-27T03:59:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:59:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:59:24.515Z||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-27T03:59:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:59:34.062Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T03:59:34.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:00:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:00:24.513Z||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-27T04:00:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:00:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:00:24.515Z||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-27T04:00:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:00:34.060Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:00:34.077Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:01:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:01:24.513Z||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-27T04:01:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:01:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:01:24.515Z||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-27T04:01:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:01:34.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:01:34.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:02:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:02:24.514Z||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-27T04:02:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:02:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:02:24.515Z||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-27T04:02:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:02:34.069Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:02:34.070Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:03:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:03:24.514Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:03:24.517Z||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-27T04:03:24.516Z||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-27T04:03:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:03:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:03:34.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:03:34.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:04:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:04:24.514Z||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-27T04:04:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:04:24.515Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:04:24.515Z||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-27T04:04:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:04:34.097Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:04:34.116Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:05:24.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:05:24.514Z||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-27T04:05:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:05:24.515Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:05:24.516Z||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-27T04:05:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:05:34.069Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:05:34.070Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:06:24.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:06:24.514Z||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-27T04:06:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:06:24.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:06:24.515Z||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-27T04:06:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:06:34.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:06:34.075Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:07:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:07:24.513Z||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-27T04:07:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:07:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:07:24.515Z||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-27T04:07:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:07:34.064Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:07:34.068Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:08:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:08:24.513Z||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-27T04:08:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:08:24.515Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:08:24.516Z||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-27T04:08:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:08:34.075Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:08:34.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:09:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:09:24.513Z||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-27T04:09:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:09:24.515Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:09:24.515Z||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-27T04:09:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:09:34.076Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:09:34.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:10:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:10:24.513Z||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-27T04:10:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:10:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:10:24.515Z||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-27T04:10:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:10:34.077Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:10:34.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:11:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:11:24.513Z||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-27T04:11:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:11:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:11:24.516Z||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-27T04:11:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:11:34.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:11:34.095Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:12:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:12:24.513Z||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-27T04:12:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:12:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:12:24.515Z||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-27T04:12:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:12:34.068Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:12:34.077Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:13:24.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:13:24.514Z||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-27T04:13:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:13:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:13:24.515Z||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-27T04:13:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:13:34.065Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:13:34.065Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:14:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:14:24.514Z||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-27T04:14:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:14:24.515Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:14:24.515Z||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-27T04:14:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:14:34.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:14:34.078Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:15:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:15:24.514Z||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-27T04:15:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:15:24.514Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:15:24.515Z||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-27T04:15:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:15:34.137Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:15:34.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:16:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:16:24.513Z||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-27T04:16:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:16:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:16:24.515Z||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-27T04:16:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:16:34.072Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:16:34.081Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:17:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:17:24.513Z||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-27T04:17:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:17:24.515Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:17:24.516Z||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-27T04:17:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:17:34.115Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:17:34.126Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:18:24.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:18:24.513Z||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-27T04:18:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:18:24.515Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:18:24.516Z||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-27T04:18:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:18:34.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:18:34.103Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:19:24.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:19:24.513Z||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-27T04:19:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:19:24.514Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:19:24.515Z||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-27T04:19:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:19:34.105Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:19:34.107Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:20:24.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:20:24.514Z||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-27T04:20:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:20:24.515Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:20:24.515Z||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-27T04:20:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:20:34.080Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:20:34.093Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:21:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:21:24.513Z||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-27T04:21:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:21:24.514Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:21:24.515Z||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-27T04:21:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:21:34.064Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:21:34.070Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:22:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:22:24.513Z||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-27T04:22:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:22:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:22:24.516Z||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-27T04:22:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:22:34.103Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:22:34.103Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:23:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:23:24.513Z||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-27T04:23:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:23:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:23:24.515Z||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-27T04:23:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:23:34.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:23:34.086Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:24:24.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:24:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:24:24.516Z||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-27T04:24:24.516Z||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-27T04:24:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:24:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:24:34.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:24:34.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:25:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:25:24.514Z||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-27T04:25:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:25:24.515Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:25:24.515Z||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-27T04:25:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:25:34.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:25:34.103Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:26:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:26:24.513Z||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-27T04:26:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:26:24.514Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:26:24.516Z||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-27T04:26:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:26:34.072Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:26:34.072Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:27:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:27:24.513Z||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-27T04:27:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:27:24.515Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:27:24.516Z||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-27T04:27:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:27:34.101Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:27:34.109Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:28:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:28:24.513Z||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-27T04:28:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:28:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:28:24.515Z||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-27T04:28:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:28:34.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:28:34.073Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:29:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:29:24.513Z||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-27T04:29:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:29:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:29:24.515Z||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-27T04:29:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:29:34.084Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:29:34.088Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:30:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:30:24.513Z||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-27T04:30:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:30:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:30:24.515Z||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-27T04:30:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:30:34.081Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:30:34.096Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:31:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:31:24.513Z||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-27T04:31:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:31:24.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:31:24.515Z||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-27T04:31:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:31:34.098Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:31:34.101Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:32:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:32:24.514Z||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-27T04:32:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:32:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:32:24.515Z||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-27T04:32:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:32:34.080Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:32:34.083Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:33:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:33:24.513Z||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-27T04:33:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:33:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:33:24.515Z||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-27T04:33:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:33:34.074Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:33:34.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:34:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:34:24.513Z||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-27T04:34:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:34:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:34:24.515Z||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-27T04:34:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:34:34.086Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:34:34.097Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:35:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:35:24.513Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:35:24.517Z||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-27T04:35:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:35:24.517Z||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-27T04:35:24.518Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:35:34.096Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:35:34.099Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:36:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:36:24.514Z||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-27T04:36:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:36:24.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:36:24.521Z||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-27T04:36:24.521Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:36:34.095Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:36:34.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:37:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:37:24.513Z||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-27T04:37:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:37:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:37:24.515Z||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-27T04:37:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:37:34.060Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:37:34.143Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:38:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:38:24.513Z||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-27T04:38:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:38:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:38:24.515Z||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-27T04:38:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:38:34.064Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:38:34.064Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:39:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:39:24.513Z||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-27T04:39:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:39:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:39:24.515Z||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-27T04:39:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:39:34.078Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:39:34.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:40:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:40:24.513Z||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-27T04:40:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:40:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:40:24.515Z||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-27T04:40:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:40:34.087Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:40:34.091Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:41:24.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:41:24.513Z||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-27T04:41:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:41:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:41:24.516Z||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-27T04:41:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:41:34.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:41:34.096Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:42:24.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:42:24.514Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:42:24.514Z||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-27T04:42:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:42:24.515Z||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-27T04:42:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:42:34.071Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:42:34.099Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:43:24.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:43:24.514Z||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-27T04:43:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:43:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:43:24.515Z||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-27T04:43:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:43:34.099Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:43:34.131Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:24.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:44:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:44:24.515Z||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-27T04:44:24.515Z||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-27T04:44:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:25.095Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:25.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "aai-ml",
  "timestamp": 1672116255795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:44:25.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116253708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "cds",
  "timestamp": 1672116260660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "aai-ml",
  "timestamp": 1672116255795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116253708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "cds",
  "timestamp": 1672116260660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:44:25.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116263052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:44:25.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:25.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"39dc74c6-c83a-4623-a8a2-54a33ddc0432","serviceName":"vFW 2022-12-27 04-42-59","serviceVersion":"1.0","serviceUUID":"c4f17fb3-ebc0-4060-ac52-36b983eb8ad0","serviceDescription":"catalog service description","serviceInvariantUUID":"b76403a3-c294-406c-b7d5-37fbda8ff5fe","resources":[{"resourceInstanceName":"vFW 73737778-597b 0","resourceName":"vFW 73737778-597b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"351b815b-f4cc-4f9e-b689-a2e52d10e82e","resourceInvariantUUID":"1783de11-3cd1-4a0f-9a8a-d999166fa07c","resourceCustomizationUUID":"607cc827-4753-4081-a096-d9459da3ac6e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml","artifactChecksum":"MjNkZTQ3NjM2OTIyMjgxYjA1NWQzYzk4NTBjMzVlNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"837b4d15-6bcb-4987-a1bd-af598e026fe3","artifactVersion":"1"},{"artifactName":"vfw73737778597b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json","artifactChecksum":"YjNkOTU2OTNjZTVkZmE0NjkzYzMwZjcyN2U0NmU2ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fcca4ef-610e-4dfb-ae72-ea2b1efc2fe6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"518b4004-7609-4b3b-ba34-d077179a9a4e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml","artifactChecksum":"MGJjNmExMjA1OTY1OGFiNTljMTBjM2YzMjZlNGIzN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c837c0bd-d70a-4885-a577-3cd5d19aae7b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fe4067dd-158e-43d3-ba9b-b3bf6bd3589f","artifactVersion":"2","generatedFromUUID":"518b4004-7609-4b3b-ba34-d077179a9a4e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221227044259-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml","artifactChecksum":"NTgzOGEyMWM1YjkwMGRjYzJhNjk2N2E0MzdlMmM5ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a32a9068-7df2-48b3-ab25-dba9f13c347d","artifactVersion":"1"},{"artifactName":"service-Vfw20221227044259-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar","artifactChecksum":"NmYyODM0MThjZTVmNWNhNTk5YTBhYThlYjBlNDcyNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b60e32b-0c98-4253-9e04-b8da5907c690","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T04:44:25.241Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:25.249Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:25.263Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:25.263Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.363Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-27T04:44:25.368Z||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-27T04:44:25.369Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:25.392Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:25.393Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:26.271Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:26.272Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:26.274Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:26.274Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T04:44:26.374Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:26.375Z||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-27T04:44:26.375Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:26.418Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:26.419Z||pool-4-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:27.275Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:27.276Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:27.279Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:27.279Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-27T04:44:27.379Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:27.380Z||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-27T04:44:27.380Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:27.421Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:27.421Z||pool-5-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:44:28.279Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:28.280Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:28.282Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:28.283Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:44:28.383Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:28.383Z||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-27T04:44:28.384Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:28.399Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:28.399Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:29.283Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:29.284Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:29.287Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:29.287Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-27T04:44:29.387Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:29.388Z||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-27T04:44:29.388Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:29.402Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:29.403Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:30.288Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:30.288Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:30.290Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:30.290Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:44:30.390Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:30.392Z||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-27T04:44:30.392Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:30.407Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:30.407Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:44:31.291Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:31.292Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:31.294Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:31.294Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:44:31.394Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:31.395Z||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-27T04:44:31.395Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:31.407Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:31.408Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:32.296Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "serviceName": "vFW 2022-12-27 04-42-59",
  "serviceVersion": "1.0",
  "serviceUUID": "c4f17fb3-ebc0-4060-ac52-36b983eb8ad0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b76403a3-c294-406c-b7d5-37fbda8ff5fe",
  "resources": [
    {
      "resourceInstanceName": "vFW 73737778-597b 0",
      "resourceCustomizationUUID": "607cc827-4753-4081-a096-d9459da3ac6e",
      "resourceName": "vFW 73737778-597b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "351b815b-f4cc-4f9e-b689-a2e52d10e82e",
      "resourceInvariantUUID": "1783de11-3cd1-4a0f-9a8a-d999166fa07c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw73737778597b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
          "artifactChecksum": "YjNkOTU2OTNjZTVkZmE0NjkzYzMwZjcyN2U0NmU2ZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fcca4ef-610e-4dfb-ae72-ea2b1efc2fe6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "518b4004-7609-4b3b-ba34-d077179a9a4e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fe4067dd-158e-43d3-ba9b-b3bf6bd3589f",
            "generatedFromUUID": "518b4004-7609-4b3b-ba34-d077179a9a4e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fe4067dd-158e-43d3-ba9b-b3bf6bd3589f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221227044259-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
      "artifactChecksum": "NmYyODM0MThjZTVmNWNhNTk5YTBhYThlYjBlNDcyNTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b60e32b-0c98-4253-9e04-b8da5907c690"
    }
  ],
  "workloadContext": "Production"
}
2022-12-27T04:44:32.297Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T04:44:32.298Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4f17fb3-ebc0-4060-ac52-36b983eb8ad0 ASDC
2022-12-27T04:44:32.429Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:39dc74c6-c83a-4623-a8a2-54a33ddc0432
ServiceName:vFW 2022-12-27 04-42-59
ServiceVersion:1.0
ServiceUUID:c4f17fb3-ebc0-4060-ac52-36b983eb8ad0
ServiceInvariantUUID:b76403a3-c294-406c-b7d5-37fbda8ff5fe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221227044259-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar
ArtifactUUID:3b60e32b-0c98-4253-9e04-b8da5907c690
ArtifactChecksum:NmYyODM0MThjZTVmNWNhNTk5YTBhYThlYjBlNDcyNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 73737778-597b 0
ResourceCustomizationUUID:607cc827-4753-4081-a096-d9459da3ac6e
ResourceInvariantUUID:1783de11-3cd1-4a0f-9a8a-d999166fa07c
ResourceName:vFW 73737778-597b
ResourceType:VF
ResourceUUID:351b815b-f4cc-4f9e-b689-a2e52d10e82e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw73737778597b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json
ArtifactUUID:7fcca4ef-610e-4dfb-ae72-ea2b1efc2fe6
ArtifactChecksum:YjNkOTU2OTNjZTVkZmE0NjkzYzMwZjcyN2U0NmU2ZGI=
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/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml
ArtifactUUID:518b4004-7609-4b3b-ba34-d077179a9a4e
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/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
ArtifactUUID:fe4067dd-158e-43d3-ba9b-b3bf6bd3589f
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/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
ArtifactUUID:fe4067dd-158e-43d3-ba9b-b3bf6bd3589f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-27T04:44:32.430Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4f17fb3-ebc0-4060-ac52-36b983eb8ad0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-27T04:44:32.821Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:44:32.822Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-27T04:44:32.824Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-27T04:44:32.824Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3b60e32b-0c98-4253-9e04-b8da5907c690 from URL: /sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:32.824Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-27T04:44:32.826Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:33.011Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-27T04:44:33.030Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar 3b60e32b-0c98-4253-9e04-b8da5907c690 100660
2022-12-27T04:44:33.031Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar ASDC sendASDCNotification
2022-12-27T04:44:33.032Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:33.032Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:44:33.033Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:33.035Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:33.035Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116273030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:44:33.135Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:33.137Z||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-27T04:44:33.137Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:33.154Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:33.155Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:34.036Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:44:34.037Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-27T04:44:34.037Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3b60e32b-0c98-4253-9e04-b8da5907c690, URL: /sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar to file: /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:34.038Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221227044259-csar.csar
2022-12-27T04:44:34.124Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:34.125Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:34.793Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6666869098047967327/Definitions/service-Vfw20221227044259-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-12-27T04:44:37.427Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 73737778-597b 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-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-27T04:44:37.441Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.442Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.448Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:37.448Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-27T04:44:37.450Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:44:37.452Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.452Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.452Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:37.452Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-27T04:44:37.452Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:44:37.453Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.453Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.456Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.456Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T04:44:37.461Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.461Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:37.461Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:37.461Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.461Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:37.462Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:37.462Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.462Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:37.462Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:37.462Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.465Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a953d995-ff22-4afe-90be-36f0517b7559
2022-12-27T04:44:37.465Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.465Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:37.465Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:37.465Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98c103fa-5325-4cc7-8b80-861bf3d69abd
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.470Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-27T04:44:37.470Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7891dd76-57b8-4d6c-8cce-fb82ab796c54
2022-12-27T04:44:37.470Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.470Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.470Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-27 04-42-59
Description:catalog service description
Model UUID:c4f17fb3-ebc0-4060-ac52-36b983eb8ad0
Model Version:NULL
Model InvariantUuid:b76403a3-c294-406c-b7d5-37fbda8ff5fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 73737778-597b
Model UUID:6800c945-ce39-4540-8212-0adb1cb60ae0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1783de11-3cd1-4a0f-9a8a-d999166fa07c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:607cc827-4753-4081-a096-d9459da3ac6e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:161b35a5-32b0-403c-a213-94a3c8c168f1
ModelName:Vfw73737778597b..base_vfw..module-0
ModelUuid:1b689191-66c7-4b1c-8131-9b41bbe8e0bb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a953d995-ff22-4afe-90be-36f0517b7559
ModelInvariantUuid:404fb750-4c2d-40ae-a7c9-f474a4914ceb
ModelName:vFW 73737778-597b-nodes.vfwCvfc
ModelUuid:60b1fabf-32e5-4151-a27f-179907948403
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:93d23517-3842-4e8a-a568-75cff39a0a9a
ModelInvariantUuid:9cd06992-49de-430a-b33c-02af8204ecc6
ModelName:Vfw73737778597b.compute.nodes.heat.vfw
ModelUuid:68a68ee9-55d6-40c9-a2c3-47296f3c8ce7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:98c103fa-5325-4cc7-8b80-861bf3d69abd
ModelInvariantUuid:caa37e43-4c79-4b23-aedb-a7bac9b3a97e
ModelName:vFW 73737778-597b-nodes.vsnCvfc
ModelUuid:168fec94-182e-45e7-ab7d-674745a5237b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:78959670-a78c-4d7f-be58-0730581026f0
ModelInvariantUuid:f4119d63-092f-4168-acac-c62b3d3d65e7
ModelName:Vfw73737778597b.compute.nodes.heat.vsn
ModelUuid:a0051ca2-104e-436a-88f4-eaaa0de2d9b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7891dd76-57b8-4d6c-8cce-fb82ab796c54
ModelInvariantUuid:a4441350-0140-4aa4-ab81-bba8f389c8a4
ModelName:vFW 73737778-597b-nodes.vpgCvfc
ModelUuid:4ef95639-bede-4c52-a87b-c08402e1e27d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6873d1fe-c8be-43ae-9fa3-becbf1b4bc48
ModelInvariantUuid:5fc52f38-2f31-4c76-b66c-3eac9d1c4082
ModelName:Vfw73737778597b.compute.nodes.heat.vpg
ModelUuid:55a06cfd-71c2-4978-b6a4-a98587a84a4f
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-27T04:44:37.489Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 351b815b-f4cc-4f9e-b689-a2e52d10e82e
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-27T04:44:37.606Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||vFW 73737778-597b 0
2022-12-27T04:44:37.612Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 351b815b-f4cc-4f9e-b689-a2e52d10e82e
2022-12-27T04:44:37.613Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7fcca4ef-610e-4dfb-ae72-ea2b1efc2fe6 from URL: /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json
2022-12-27T04:44:37.613Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-27T04:44:37.613Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json
2022-12-27T04:44:37.807Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-27T04:44:37.808Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json 7fcca4ef-610e-4dfb-ae72-ea2b1efc2fe6 785
2022-12-27T04:44:37.809Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json ASDC sendASDCNotification
2022-12-27T04:44:37.809Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json
2022-12-27T04:44:37.809Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:44:37.809Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:37.812Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:37.812Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116277809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:44:37.912Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:37.913Z||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-27T04:44:37.913Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:37.925Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:37.926Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:38.814Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw73737778597b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "161b35a5-32b0-403c-a213-94a3c8c168f1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b689191-66c7-4b1c-8131-9b41bbe8e0bb",
    "vfModuleModelCustomizationUUID": "d5ea0906-b305-425a-a7e6-dfa00a122643",
    "isBase": true,
    "artifacts": [
      "518b4004-7609-4b3b-ba34-d077179a9a4e",
      "fe4067dd-158e-43d3-ba9b-b3bf6bd3589f"
    ],
    "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-27T04:44:38.848Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73737778597b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b689191-66c7-4b1c-8131-9b41bbe8e0bb
VfModuleModelInvariantUUID:161b35a5-32b0-403c-a213-94a3c8c168f1
VfModuleModelDescription:NULL
Artifacts UUID List:{
518b4004-7609-4b3b-ba34-d077179a9a4e
,
fe4067dd-158e-43d3-ba9b-b3bf6bd3589f

}
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-27T04:44:38.851Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw73737778597b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "161b35a5-32b0-403c-a213-94a3c8c168f1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b689191-66c7-4b1c-8131-9b41bbe8e0bb",
    "vfModuleModelCustomizationUUID": "d5ea0906-b305-425a-a7e6-dfa00a122643",
    "isBase": true,
    "artifacts": [
      "518b4004-7609-4b3b-ba34-d077179a9a4e",
      "fe4067dd-158e-43d3-ba9b-b3bf6bd3589f"
    ],
    "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-27T04:44:38.851Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73737778597b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b689191-66c7-4b1c-8131-9b41bbe8e0bb
VfModuleModelInvariantUUID:161b35a5-32b0-403c-a213-94a3c8c168f1
VfModuleModelDescription:NULL
Artifacts UUID List:{
518b4004-7609-4b3b-ba34-d077179a9a4e
,
fe4067dd-158e-43d3-ba9b-b3bf6bd3589f

}
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-27T04:44:38.852Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 518b4004-7609-4b3b-ba34-d077179a9a4e from URL: /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml
2022-12-27T04:44:38.852Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-27T04:44:38.852Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml
2022-12-27T04:44:39.113Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-27T04:44:39.117Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml 518b4004-7609-4b3b-ba34-d077179a9a4e 20368
2022-12-27T04:44:39.117Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-27T04:44:39.117Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml
2022-12-27T04:44:39.118Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:44:39.118Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:39.120Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:39.120Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116279117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:44:39.220Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:39.221Z||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-27T04:44:39.221Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:39.239Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:39.240Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:40.121Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe4067dd-158e-43d3-ba9b-b3bf6bd3589f from URL: /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
2022-12-27T04:44:40.121Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-27T04:44:40.121Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
2022-12-27T04:44:40.332Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-27T04:44:40.333Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env fe4067dd-158e-43d3-ba9b-b3bf6bd3589f 2098
2022-12-27T04:44:40.333Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-27T04:44:40.333Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
2022-12-27T04:44:40.333Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:44:40.333Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:40.336Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:40.336Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116280333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:44:40.436Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:40.437Z||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-27T04:44:40.437Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:40.460Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:40.460Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:41.336Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c4f17fb3-ebc0-4060-ac52-36b983eb8ad0
2022-12-27T04:44:41.337Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 73737778-597b 0 351b815b-f4cc-4f9e-b689-a2e52d10e82e 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-27T04:44:41.374Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b9f5d58, org.onap.sdc.toscaparser.api.parameters.Input@c964fbd, org.onap.sdc.toscaparser.api.parameters.Input@4059b04e, org.onap.sdc.toscaparser.api.parameters.Input@57726c09, org.onap.sdc.toscaparser.api.parameters.Input@46969e22]
2022-12-27T04:44:41.377Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.378Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.378Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-12-27T04:44:41.378Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 607cc827-4753-4081-a096-d9459da3ac6e
2022-12-27T04:44:41.379Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 607cc827-4753-4081-a096-d9459da3ac6e matches Tosca VF Customization UUID: 607cc827-4753-4081-a096-d9459da3ac6e
2022-12-27T04:44:41.379Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 607cc827-4753-4081-a096-d9459da3ac6e  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-27T04:44:41.385Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.385Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.386Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 607cc827-4753-4081-a096-d9459da3ac6e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-27T04:44:41.386Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2aa8a3ec
2022-12-27T04:44:41.387Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.387Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T04:44:41.388Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5ea0906-b305-425a-a7e6-dfa00a122643
2022-12-27T04:44:41.389Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5ea0906-b305-425a-a7e6-dfa00a122643
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-27T04:44:41.394Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.395Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.395Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:41.396Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.396Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.397Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:41.397Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.398Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:41.398Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:41.398Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:41.398Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-27T04:44:41.399Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-27T04:44:41.399Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-27T04:44:41.399Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.400Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.400Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-27T04:44:41.400Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.400Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-27T04:44:41.401Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.401Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a953d995-ff22-4afe-90be-36f0517b7559
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-27T04:44:41.408Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.408Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.408Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:41.409Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.409Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:41.409Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:41.410Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:41.410Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-27T04:44:41.410Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.411Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.411Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.412Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-27T04:44:41.412Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-27T04:44:41.413Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-27T04:44:41.413Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.413Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-27T04:44:41.413Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.414Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98c103fa-5325-4cc7-8b80-861bf3d69abd
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-27T04:44:41.415Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.416Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.416Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:41.419Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.419Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:41.420Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:41.420Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:41.421Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-27T04:44:41.421Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.421Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.421Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.422Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-27T04:44:41.422Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-27T04:44:41.422Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-27T04:44:41.423Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.423Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.423Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-27T04:44:41.424Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7891dd76-57b8-4d6c-8cce-fb82ab796c54
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-27T04:44:41.426Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.426Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.426Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:41.427Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.427Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.428Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=607cc827-4753-4081-a096-d9459da3ac6e
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-27T04:44:41.429Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.430Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.430Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c4f17fb3-ebc0-4060-ac52-36b983eb8ad0: vFW 73737778-597b
2022-12-27T04:44:41.430Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.431Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.431Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.431Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.432Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.432Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.432Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:44:41.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-12-27 04-42-59 
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-27T04:44:41.634Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 73737778-597b 351b815b-f4cc-4f9e-b689-a2e52d10e82e 1 ASDC deployResourceStructure
2022-12-27T04:44:41.635Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json ASDC sendASDCNotification
2022-12-27T04:44:41.635Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json
2022-12-27T04:44:41.635Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:44:41.636Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:41.638Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:41.638Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116281635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T04:44:41.738Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:41.739Z||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-27T04:44:41.739Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:41.752Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:41.753Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:42.639Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-27T04:44:42.639Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml
2022-12-27T04:44:42.639Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:44:42.640Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:42.642Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:42.643Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116282639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T04:44:42.742Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:42.743Z||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-27T04:44:42.743Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:42.763Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:42.763Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:43.644Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-27T04:44:43.644Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
2022-12-27T04:44:43.644Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:44:43.645Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:43.647Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:43.647Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116283643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-27T04:44:43.747Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:43.749Z||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-27T04:44:43.749Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:43.769Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:43.769Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:44:44.648Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar ASDC sendASDCNotification
2022-12-27T04:44:44.649Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:44.649Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:44:44.650Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:44.652Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:44.652Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116284648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T04:44:44.752Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:44.753Z||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-27T04:44:44.753Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:44.780Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:44:44.780Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:44:45.653Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:44:45.673Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:44:45.675Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:44:45.675Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:44:45.675Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:45:15.677Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:45:15.685Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:45:15.687Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:45:15.687Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:45:15.687Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:45:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:45:24.515Z||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-27T04:45:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:45:24.547Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:45:24.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:45:24.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "aai-ml",
  "timestamp": 1672116255795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:45:24.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:45:45.687Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:45:45.696Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:45:45.697Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:45:45.698Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:45:45.698Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:46:15.698Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:46:15.705Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:46:15.706Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:46:15.706Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:46:15.706Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:46:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:46:24.515Z||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-27T04:46:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:46:24.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:46:24.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:46:24.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116253708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:46:24.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:46:45.707Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:46:45.716Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:46:45.718Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:46:45.718Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:46:45.718Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:47:15.718Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:47:15.726Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:47:15.728Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:47:15.728Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:47:15.728Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:47:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:47:24.515Z||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-27T04:47:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:47:24.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:47:24.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "cds",
  "timestamp": 1672116260660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116263052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "aai-ml",
  "timestamp": 1672116255795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116253708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "cds",
  "timestamp": 1672116260660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116263052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "aai-ml",
  "timestamp": 1672116255795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116253708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "cds",
  "timestamp": 1672116260660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116263052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116253708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "aai-ml",
  "timestamp": 1672116255795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "cds",
  "timestamp": 1672116260660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116263052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "aai-ml",
  "timestamp": 1672116255795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116253708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "cds",
  "timestamp": 1672116260660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116263052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "aai-ml",
  "timestamp": 1672116269399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "cds",
  "timestamp": 1672116269969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116263052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116264512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "cds",
  "timestamp": 1672116271002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-27T04:47:24.590Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39dc74c6-c83a-4623-a8a2-54a33ddc0432
2022-12-27T04:47:24.591Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39dc74c6-c83a-4623-a8a2-54a33ddc0432 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-27T04:47:24.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116270936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116272079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116273030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116273171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116274274,
  "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-27T04:47:24.612Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39dc74c6-c83a-4623-a8a2-54a33ddc0432
2022-12-27T04:47:24.612Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39dc74c6-c83a-4623-a8a2-54a33ddc0432 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-27T04:47:24.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116275280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T04:47:24.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116276116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116277809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116276116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116279117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116276116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116280333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116276116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116276116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116281635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116276116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116282639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116276116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116283643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116284648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116284050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116289618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116290625,
  "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-27T04:47:24.631Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39dc74c6-c83a-4623-a8a2-54a33ddc0432
2022-12-27T04:47:24.631Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39dc74c6-c83a-4623-a8a2-54a33ddc0432 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-27T04:47:24.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "aai-ml",
  "timestamp": 1672116291521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T04:47:24.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "aai-ml",
  "timestamp": 1672116292527,
  "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-27T04:47:24.640Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39dc74c6-c83a-4623-a8a2-54a33ddc0432
2022-12-27T04:47:24.640Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39dc74c6-c83a-4623-a8a2-54a33ddc0432 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-27T04:47:24.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116306116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116303053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "cds",
  "timestamp": 1672116305660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116306116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116303053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "cds",
  "timestamp": 1672116305660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116306116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116303053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "cds",
  "timestamp": 1672116305660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116306116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116303053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "cds",
  "timestamp": 1672116305660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116306116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116303053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "cds",
  "timestamp": 1672116305660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116306116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116303053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "cds",
  "timestamp": 1672116305660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116303053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116306116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "cds",
  "timestamp": 1672116305660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116313708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116314327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116314379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "cds",
  "timestamp": 1672116314590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116313708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "cds",
  "timestamp": 1672116315597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-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-27T04:47:24.668Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2efa01c-a26a-4dc1-a496-a1477906ffd3
2022-12-27T04:47:24.669Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2efa01c-a26a-4dc1-a496-a1477906ffd3 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-27T04:47:24.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116315455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116313708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "aai-ml",
  "timestamp": 1672116315795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116316672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116316756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116313708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "aai-ml",
  "timestamp": 1672116315795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116317702,
  "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-27T04:47:24.680Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2efa01c-a26a-4dc1-a496-a1477906ffd3
2022-12-27T04:47:24.680Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2efa01c-a26a-4dc1-a496-a1477906ffd3 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-27T04:47:24.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672116317759,
  "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-27T04:47:24.687Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2efa01c-a26a-4dc1-a496-a1477906ffd3
2022-12-27T04:47:24.687Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2efa01c-a26a-4dc1-a496-a1477906ffd3 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-27T04:47:24.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116313708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "aai-ml",
  "timestamp": 1672116315795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672116318714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116313708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "aai-ml",
  "timestamp": 1672116315795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672116313708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "aai-ml",
  "timestamp": 1672116315795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "aai-ml",
  "timestamp": 1672116315795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "aai-ml",
  "timestamp": 1672116315795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:47:24.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:47:45.728Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:47:45.737Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:47:45.741Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:47:45.741Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T04:47:45.741Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T04:47:45.741Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T04:47:45.741Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:47:45.742Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:47:45.742Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:47:45.742Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:47:45.742Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:47:45.742Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-27T04:47:45.747Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T04:48:15.747Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432 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-27T04:48:15.756Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432 and serviceModelVersionId: c4f17fb3-ebc0-4060-ac52-36b983eb8ad0
2022-12-27T04:48:15.757Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b76403a3-c294-406c-b7d5-37fbda8ff5fe
2022-12-27T04:48:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:48:24.515Z||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-27T04:48:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:25.066Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:25.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:48:25.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "aai-ml",
  "timestamp": 1672116323646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:48:25.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:48:25.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:48:25.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "aai-ml",
  "timestamp": 1672116333984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T04:48:25.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:48:25.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:48:25.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "aai-ml",
  "timestamp": 1672116334991,
  "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-27T04:48:25.075Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2efa01c-a26a-4dc1-a496-a1477906ffd3
2022-12-27T04:48:25.075Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2efa01c-a26a-4dc1-a496-a1477906ffd3 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-27T04:48:30.000Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?depth=0
2022-12-27T04:48:30.138Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T04:48:30.613Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?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-27T04:48:30.617Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?depth=0|INFO|500||Invoke
2022-12-27T04:48:30.729Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-27T04:48:30.998Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?depth=0|INFO|500||InvokeReturn
2022-12-27T04:48:30.999Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 04:48:29 GMT], content-length=[0], vertex-id=[200704], x-aai-txid=[0-aai-resources-221227-04:48:29:328-79178], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T04:48:31.000Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-12-27T04:48:31.003Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T04:48:31.003Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-27T04:48:31.007Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-27T04:48:31.009Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39dc74c6-c83a-4623-a8a2-54a33ddc0432 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T04:48:31.009Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T04:48:31.010Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:31.012Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:31.012Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116511009,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T04:48:31.112Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:31.113Z||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-27T04:48:31.113Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:31.126Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:31.126Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-27T04:48:32.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:48:32.025Z||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-27T04:48:32.025Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:36.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:36.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T04:48:36.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2efa01c-a26a-4dc1-a496-a1477906ffd3","serviceName":"basic_onboard_mxSTjr","serviceVersion":"1.0","serviceUUID":"243a685f-0fa2-44df-a554-4e4aea559f48","serviceDescription":"service","serviceInvariantUUID":"15c352f8-6699-4884-a64d-b1a29621ccc1","resources":[{"resourceInstanceName":"basic_onboard_mxSTjr 0","resourceName":"basic_onboard_mxSTjr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1906d408-57f1-4168-9242-7a30b19f71b0","resourceInvariantUUID":"eb6bee35-bdd9-483f-bbd9-fd308f5af56b","resourceCustomizationUUID":"8b2e186c-b52f-4a7a-9f5f-b358dc33bb80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml","artifactChecksum":"MzU1NTdlZTgzMWNkZGM0YmU5NTMwZjZkN2U5OWExYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05011540-c215-4430-a2ca-d752f652742d","artifactVersion":"1"},{"artifactName":"basic_onboard_mxstjr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json","artifactChecksum":"NDFlZjQyNzEzM2I1OGIwNGQxOWY3OTlmOTUzNTkwMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3952ae53-2984-46e3-9e94-73d36c9e0bd4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"443cd13d-e350-41a7-ad1f-a45975860599","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd5c5448-2aec-486d-8b32-b1a8523e0cbb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7ed6b455-e65d-4132-a76d-0843c50f6087","artifactVersion":"2","generatedFromUUID":"443cd13d-e350-41a7-ad1f-a45975860599"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMxstjr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml","artifactChecksum":"ZDIzYzk1ODI2MGJlMTQ0MTI1MmQ5YWM3NzJiN2JjMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48f8b4de-f309-45f8-a084-a6e7894a10c3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMxstjr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar","artifactChecksum":"ZTk3YmZmODQ1MTg1Yjc1ZDg5ZTAzM2MxYmQ0NzBhNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T04:48:36.575Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:36.575Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:36.577Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:36.578Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:48:36.678Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:48:36.678Z||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-27T04:48:36.679Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:36.705Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:36.705Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:37.578Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:37.579Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:37.581Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:37.582Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T04:48:37.682Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:37.683Z||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-27T04:48:37.683Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:37.764Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:37.764Z||pool-20-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:38.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:38.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:38.585Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:38.585Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-27T04:48:38.685Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:38.686Z||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-27T04:48:38.686Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:38.697Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:38.698Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:39.585Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:39.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:39.589Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:39.589Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:48:39.689Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:39.690Z||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-27T04:48:39.690Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:39.702Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:39.702Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:40.589Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:40.590Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:40.593Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:40.593Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-27T04:48:40.693Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:40.694Z||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-27T04:48:40.694Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:40.722Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:40.722Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:41.594Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:41.595Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:41.597Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:41.598Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:48:41.698Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:41.700Z||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-27T04:48:41.700Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:41.712Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:41.713Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:42.600Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:42.600Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:42.602Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:42.602Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:48:42.702Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:42.703Z||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-27T04:48:42.703Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:42.722Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:42.723Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:43.604Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "serviceName": "basic_onboard_mxSTjr",
  "serviceVersion": "1.0",
  "serviceUUID": "243a685f-0fa2-44df-a554-4e4aea559f48",
  "serviceDescription": "service",
  "serviceInvariantUUID": "15c352f8-6699-4884-a64d-b1a29621ccc1",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_mxSTjr 0",
      "resourceCustomizationUUID": "8b2e186c-b52f-4a7a-9f5f-b358dc33bb80",
      "resourceName": "basic_onboard_mxSTjr",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1906d408-57f1-4168-9242-7a30b19f71b0",
      "resourceInvariantUUID": "eb6bee35-bdd9-483f-bbd9-fd308f5af56b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mxstjr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
          "artifactChecksum": "NDFlZjQyNzEzM2I1OGIwNGQxOWY3OTlmOTUzNTkwMTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3952ae53-2984-46e3-9e94-73d36c9e0bd4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "443cd13d-e350-41a7-ad1f-a45975860599",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7ed6b455-e65d-4132-a76d-0843c50f6087",
            "generatedFromUUID": "443cd13d-e350-41a7-ad1f-a45975860599"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7ed6b455-e65d-4132-a76d-0843c50f6087",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMxstjr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
      "artifactChecksum": "ZTk3YmZmODQ1MTg1Yjc1ZDg5ZTAzM2MxYmQ0NzBhNDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6"
    }
  ],
  "workloadContext": "Production"
}
2022-12-27T04:48:43.604Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T04:48:43.605Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 243a685f-0fa2-44df-a554-4e4aea559f48 ASDC
2022-12-27T04:48:43.605Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c2efa01c-a26a-4dc1-a496-a1477906ffd3
ServiceName:basic_onboard_mxSTjr
ServiceVersion:1.0
ServiceUUID:243a685f-0fa2-44df-a554-4e4aea559f48
ServiceInvariantUUID:15c352f8-6699-4884-a64d-b1a29621ccc1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMxstjr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar
ArtifactUUID:e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6
ArtifactChecksum:ZTk3YmZmODQ1MTg1Yjc1ZDg5ZTAzM2MxYmQ0NzBhNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mxSTjr 0
ResourceCustomizationUUID:8b2e186c-b52f-4a7a-9f5f-b358dc33bb80
ResourceInvariantUUID:eb6bee35-bdd9-483f-bbd9-fd308f5af56b
ResourceName:basic_onboard_mxSTjr
ResourceType:VF
ResourceUUID:1906d408-57f1-4168-9242-7a30b19f71b0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mxstjr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json
ArtifactUUID:3952ae53-2984-46e3-9e94-73d36c9e0bd4
ArtifactChecksum:NDFlZjQyNzEzM2I1OGIwNGQxOWY3OTlmOTUzNTkwMTQ=
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/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:443cd13d-e350-41a7-ad1f-a45975860599
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/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
ArtifactUUID:7ed6b455-e65d-4132-a76d-0843c50f6087
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/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
ArtifactUUID:7ed6b455-e65d-4132-a76d-0843c50f6087
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-27T04:48:43.605Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 243a685f-0fa2-44df-a554-4e4aea559f48 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-27T04:48:43.630Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:48:43.631Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-27T04:48:43.631Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-27T04:48:43.631Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6 from URL: /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:43.631Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-27T04:48:43.631Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:44.023Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-27T04:48:44.026Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6 75307
2022-12-27T04:48:44.026Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar ASDC sendASDCNotification
2022-12-27T04:48:44.026Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:44.026Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:48:44.026Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:44.028Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:44.028Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116524026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:48:44.129Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:44.129Z||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-27T04:48:44.130Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:44.144Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:44.145Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:45.029Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:48:45.030Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-27T04:48:45.030Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6, URL: /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar to file: /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:45.030Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:45.031Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:45.031Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:45.152Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7440169912093389800/Definitions/service-BasicOnboardMxstjr-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-27T04:48:46.325Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T04:48:46.325Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mxSTjr 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-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is not matching search criteria
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:46.331Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:46.331Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.331Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:46.331Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:46.331Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is not matching search criteria
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5db3e527-8d65-4c32-8c3d-e69a06d36cc5
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.334Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.334Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:46.334Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.334Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mxSTjr
Description:service
Model UUID:243a685f-0fa2-44df-a554-4e4aea559f48
Model Version:NULL
Model InvariantUuid:15c352f8-6699-4884-a64d-b1a29621ccc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_mxSTjr
Model UUID:6a2a61c8-96c3-4fba-8d74-71f48e2ecc9f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eb6bee35-bdd9-483f-bbd9-fd308f5af56b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8b2e186c-b52f-4a7a-9f5f-b358dc33bb80
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ea53a3a9-9e4f-410c-a091-026d7c92998a
ModelName:BasicOnboardMxstjr..base_ubuntu18..module-0
ModelUuid:5d68ea3a-79c9-4023-b111-873a7764a8ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5db3e527-8d65-4c32-8c3d-e69a06d36cc5
ModelInvariantUuid:d5261a62-c80a-47ff-b64b-a566eadfe8d4
ModelName:basic_onboard_mxSTjr-nodes.ubuntu18Cvfc
ModelUuid:917d9121-9229-4b7a-b331-d28efba1dea9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:61ca123e-e51a-4876-820e-ea0f6d74066d
ModelInvariantUuid:73249241-e24c-4a73-a6d9-e1ef2a6fe89d
ModelName:BasicOnboardMxstjr.compute.nodes.heat.ubuntu18
ModelUuid:696166a7-ad09-4a98-bbec-03ef2cc2e375
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-27T04:48:46.338Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 1906d408-57f1-4168-9242-7a30b19f71b0
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-27T04:48:46.340Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||basic_onboard_mxSTjr 0
2022-12-27T04:48:46.340Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1906d408-57f1-4168-9242-7a30b19f71b0
2022-12-27T04:48:46.340Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3952ae53-2984-46e3-9e94-73d36c9e0bd4 from URL: /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json
2022-12-27T04:48:46.340Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-27T04:48:46.341Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json
2022-12-27T04:48:46.484Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-27T04:48:46.485Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json 3952ae53-2984-46e3-9e94-73d36c9e0bd4 798
2022-12-27T04:48:46.485Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json ASDC sendASDCNotification
2022-12-27T04:48:46.485Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json
2022-12-27T04:48:46.486Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:48:46.486Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:46.488Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:46.488Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116526485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:48:46.588Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:48:46.589Z||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-27T04:48:46.589Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:46.628Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:46.629Z||pool-27-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:47.489Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMxstjr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ea53a3a9-9e4f-410c-a091-026d7c92998a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5d68ea3a-79c9-4023-b111-873a7764a8ab",
    "vfModuleModelCustomizationUUID": "284c5359-14bc-48ac-9818-da515225cf77",
    "isBase": true,
    "artifacts": [
      "443cd13d-e350-41a7-ad1f-a45975860599",
      "7ed6b455-e65d-4132-a76d-0843c50f6087"
    ],
    "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-27T04:48:47.494Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMxstjr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d68ea3a-79c9-4023-b111-873a7764a8ab
VfModuleModelInvariantUUID:ea53a3a9-9e4f-410c-a091-026d7c92998a
VfModuleModelDescription:NULL
Artifacts UUID List:{
443cd13d-e350-41a7-ad1f-a45975860599
,
7ed6b455-e65d-4132-a76d-0843c50f6087

}
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-27T04:48:47.496Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMxstjr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ea53a3a9-9e4f-410c-a091-026d7c92998a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5d68ea3a-79c9-4023-b111-873a7764a8ab",
    "vfModuleModelCustomizationUUID": "284c5359-14bc-48ac-9818-da515225cf77",
    "isBase": true,
    "artifacts": [
      "443cd13d-e350-41a7-ad1f-a45975860599",
      "7ed6b455-e65d-4132-a76d-0843c50f6087"
    ],
    "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-27T04:48:47.496Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMxstjr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d68ea3a-79c9-4023-b111-873a7764a8ab
VfModuleModelInvariantUUID:ea53a3a9-9e4f-410c-a091-026d7c92998a
VfModuleModelDescription:NULL
Artifacts UUID List:{
443cd13d-e350-41a7-ad1f-a45975860599
,
7ed6b455-e65d-4132-a76d-0843c50f6087

}
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-27T04:48:47.496Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 443cd13d-e350-41a7-ad1f-a45975860599 from URL: /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml
2022-12-27T04:48:47.496Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-27T04:48:47.496Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml
2022-12-27T04:48:47.703Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-27T04:48:47.703Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml 443cd13d-e350-41a7-ad1f-a45975860599 5033
2022-12-27T04:48:47.704Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-27T04:48:47.704Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml
2022-12-27T04:48:47.704Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:48:47.704Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:47.706Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:47.706Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116527704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:48:47.807Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:48:47.808Z||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-27T04:48:47.808Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:47.847Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:47.847Z||pool-28-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:48.707Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7ed6b455-e65d-4132-a76d-0843c50f6087 from URL: /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
2022-12-27T04:48:48.707Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-27T04:48:48.708Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
2022-12-27T04:48:48.820Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-27T04:48:48.821Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env 7ed6b455-e65d-4132-a76d-0843c50f6087 909
2022-12-27T04:48:48.821Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-27T04:48:48.821Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
2022-12-27T04:48:48.821Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:48:48.822Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:48.823Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:48.823Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116528821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:48:48.924Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:48:48.924Z||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-27T04:48:48.925Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:48.940Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:48.940Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:49.824Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 243a685f-0fa2-44df-a554-4e4aea559f48
2022-12-27T04:48:49.825Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mxSTjr 0 1906d408-57f1-4168-9242-7a30b19f71b0 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-27T04:48:49.841Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@411d8098, org.onap.sdc.toscaparser.api.parameters.Input@260e6b15, org.onap.sdc.toscaparser.api.parameters.Input@6f49eb27, org.onap.sdc.toscaparser.api.parameters.Input@7caa59bb, org.onap.sdc.toscaparser.api.parameters.Input@511e0ff6]
2022-12-27T04:48:49.842Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.842Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.842Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-12-27T04:48:49.843Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8b2e186c-b52f-4a7a-9f5f-b358dc33bb80
2022-12-27T04:48:49.843Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b2e186c-b52f-4a7a-9f5f-b358dc33bb80 matches Tosca VF Customization UUID: 8b2e186c-b52f-4a7a-9f5f-b358dc33bb80
2022-12-27T04:48:49.843Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8b2e186c-b52f-4a7a-9f5f-b358dc33bb80  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-27T04:48:49.845Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.845Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.845Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8b2e186c-b52f-4a7a-9f5f-b358dc33bb80: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-27T04:48:49.845Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a64a1cb
2022-12-27T04:48:49.846Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.846Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T04:48:49.846Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 284c5359-14bc-48ac-9818-da515225cf77
2022-12-27T04:48:49.846Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 284c5359-14bc-48ac-9818-da515225cf77
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-27T04:48:49.848Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.848Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:49.849Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:49.849Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.849Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:49.849Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:49.850Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.850Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is not matching search criteria
2022-12-27T04:48:49.850Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-27T04:48:49.851Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-27T04:48:49.851Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5db3e527-8d65-4c32-8c3d-e69a06d36cc5
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-27T04:48:49.852Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.852Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:49.853Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:49.853Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.853Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:49.854Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=8b2e186c-b52f-4a7a-9f5f-b358dc33bb80
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-27T04:48:49.855Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.855Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.856Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 243a685f-0fa2-44df-a554-4e4aea559f48: basic_onboard_mxSTjr
2022-12-27T04:48:49.856Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.856Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.856Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.856Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.857Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.857Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.857Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.858Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.858Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:48:49.858Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.858Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_mxSTjr 
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-27T04:48:49.920Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mxSTjr 1906d408-57f1-4168-9242-7a30b19f71b0 1 ASDC deployResourceStructure
2022-12-27T04:48:49.921Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json ASDC sendASDCNotification
2022-12-27T04:48:49.921Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json
2022-12-27T04:48:49.921Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:48:49.921Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:49.923Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:49.923Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116529921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T04:48:50.023Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:50.024Z||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-27T04:48:50.024Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:50.037Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:50.037Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:50.924Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-27T04:48:50.924Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml
2022-12-27T04:48:50.924Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:48:50.925Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:50.926Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:50.927Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116530924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T04:48:51.027Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:51.028Z||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-27T04:48:51.028Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:51.043Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:51.044Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:51.927Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-27T04:48:51.928Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
2022-12-27T04:48:51.928Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:48:51.928Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:51.930Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:51.931Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116531927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-27T04:48:52.031Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:48:52.031Z||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-27T04:48:52.031Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:52.045Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:52.045Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:48:52.931Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar ASDC sendASDCNotification
2022-12-27T04:48:52.932Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:52.932Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:48:52.932Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:52.934Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:52.934Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116532931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T04:48:53.034Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:53.035Z||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-27T04:48:53.035Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:53.050Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:48:53.051Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:53.935Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2efa01c-a26a-4dc1-a496-a1477906ffd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:48:53.943Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2efa01c-a26a-4dc1-a496-a1477906ffd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:48:53.946Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:48:53.946Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T04:48:53.946Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:48:53.948Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:48:53.952Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T04:49:23.952Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2efa01c-a26a-4dc1-a496-a1477906ffd3 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-27T04:49:23.958Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2efa01c-a26a-4dc1-a496-a1477906ffd3 and serviceModelVersionId: 243a685f-0fa2-44df-a554-4e4aea559f48
2022-12-27T04:49:23.958Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 15c352f8-6699-4884-a64d-b1a29621ccc1
2022-12-27T04:49:23.960Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0
2022-12-27T04:49:23.965Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T04:49:24.017Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0|INFO|500||Invoke
2022-12-27T04:49:24.018Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c2efa01c-a26a-4dc1-a496-a1477906ffd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5353724f-4a7d-4d50-a798-e524d8e1a2ea], X-ECOMP-RequestID=[c2efa01c-a26a-4dc1-a496-a1477906ffd3], X-TransactionId=[], X-ONAP-RequestID=[c2efa01c-a26a-4dc1-a496-a1477906ffd3], Content-Type=[application/merge-patch+json]}
2022-12-27T04:49:24.045Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-27T04:49:24.274Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?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/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 04:49:22 GMT], content-length=[0], vertex-id=[192592], x-aai-txid=[1-aai-resources-221227-04:49:22:631-60586], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T04:49:24.275Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-27T04:49:24.275Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0|INFO|500||InvokeReturn
2022-12-27T04:49:24.276Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T04:49:24.277Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:49:24.280Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:49:24.280Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2efa01c-a26a-4dc1-a496-a1477906ffd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T04:49:24.280Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T04:49:24.281Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:49:24.283Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:49:24.283Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116564280,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T04:49:24.383Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:49:24.384Z||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-27T04:49:24.384Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:49:24.461Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:49:24.461Z||pool-34-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:49:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:49:24.516Z||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-27T04:49:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:49:25.196Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:49:25.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116511009,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116512024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116524026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116526485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116527704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116528821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116529921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116530924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116531927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116532931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672116564280,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||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-27T04:49:25.293Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:49:25.294Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:49:25.294Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:49:34.843Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:49:34.843Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:49:34.844Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:49:34.844Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:49:44.450Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:49:44.451Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:49:44.452Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:49:44.452Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:49:54.017Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:49:54.018Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:49:54.019Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:49:54.019Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:50:03.585Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:50:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:50:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:50:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:50:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:50:24.515Z||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-27T04:50:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:50:34.080Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:50:34.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:51:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:51:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:51:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:51:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:51:24.515Z||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-27T04:51:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:51:34.067Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:51:34.071Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:52:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:52:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:52:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:52:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:52:24.515Z||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-27T04:52:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:52:34.059Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:52:34.063Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:53:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:53:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:53:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:53:24.515Z||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-27T04:53:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:53:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:53:34.090Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:53:34.106Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:54:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:54:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:54:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:54:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:54:24.515Z||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-27T04:54:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:54:34.066Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:54:34.083Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:55:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:55:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:55:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:55:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:55:24.515Z||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-27T04:55:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:55:34.082Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:55:34.140Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:56:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:56:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:56:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:56:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:56:24.515Z||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-27T04:56:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:56:34.075Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:56:34.078Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:57:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:57:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:57:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:57:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:57:24.515Z||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-27T04:57:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:57:34.071Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:57:34.074Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:58:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:58:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:58:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:58:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:58:24.515Z||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-27T04:58:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:58:34.089Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:58:34.147Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:59:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:59:24.513Z||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-27T04:59:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:59:24.515Z||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-27T04:59:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:25.209Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:59:25.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117113708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.212Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:59:25.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:59:25.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117113708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "cds",
  "timestamp": 1672117115659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117116116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "cds",
  "timestamp": 1672117115659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117116116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "cds",
  "timestamp": 1672117118977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117119237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:59:25.215Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:59:25.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd2af113-7d1a-440f-9a2b-ecf038550bc4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cf8224a0-def3-404d-a684-8a98647a0b2b","serviceDescription":"service","serviceInvariantUUID":"7f8c0135-2801-413b-b2bc-cb230659d380","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"863d2a08-34a1-44e7-a6ec-7d93ff091470","resourceInvariantUUID":"cc7feac7-83f2-4a7c-816f-a40c60865614","resourceCustomizationUUID":"60eebcb8-7c33-4574-945b-82b9027b87f3","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":"OTcxNzliMmQ5YTcxNjM3NTE2ZTViMmU2N2VkYTlhYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7a1f963-b59e-4a0f-a708-6f9f82e67b09","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzMyM2M5ZTlmMWE2ODI5Y2EzMzI1NTJiYTRiMTYxOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5de41e7-3715-4db1-b7f5-acc32ae8e214","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T04:59:25.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "cds",
  "timestamp": 1672117119991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-27T04:59:25.223Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:59:25.224Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-27T04:59:25.232Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:59:25.232Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117164512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-27T04:59:25.237Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd2af113-7d1a-440f-9a2b-ecf038550bc4
2022-12-27T04:59:25.237Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd2af113-7d1a-440f-9a2b-ecf038550bc4 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-27T04:59:25.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117120951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T04:59:25.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:59:25.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117121957,
  "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-27T04:59:25.253Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd2af113-7d1a-440f-9a2b-ecf038550bc4
2022-12-27T04:59:25.253Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd2af113-7d1a-440f-9a2b-ecf038550bc4 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-27T04:59:25.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117123052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:59:25.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117123052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "aai-ml",
  "timestamp": 1672117125795,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "aai-ml",
  "timestamp": 1672117125795,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "aai-ml",
  "timestamp": 1672117129020,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "aai-ml",
  "timestamp": 1672117135061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "aai-ml",
  "timestamp": 1672117136065,
  "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-27T04:59:25.264Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd2af113-7d1a-440f-9a2b-ecf038550bc4
2022-12-27T04:59:25.264Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd2af113-7d1a-440f-9a2b-ecf038550bc4 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-27T04:59:25.331Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:59:25.332Z||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-27T04:59:25.333Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:25.356Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:59:25.356Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:59:26.232Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:59:26.233Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:59:26.236Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:59:26.236Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117164512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T04:59:26.336Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:59:26.337Z||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-27T04:59:26.337Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:26.348Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:59:26.348Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:59:27.237Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "cf8224a0-def3-404d-a684-8a98647a0b2b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7f8c0135-2801-413b-b2bc-cb230659d380",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "60eebcb8-7c33-4574-945b-82b9027b87f3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "863d2a08-34a1-44e7-a6ec-7d93ff091470",
      "resourceInvariantUUID": "cc7feac7-83f2-4a7c-816f-a40c60865614",
      "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": "YzMyM2M5ZTlmMWE2ODI5Y2EzMzI1NTJiYTRiMTYxOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d5de41e7-3715-4db1-b7f5-acc32ae8e214"
    }
  ],
  "workloadContext": "Production"
}
2022-12-27T04:59:27.237Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T04:59:27.238Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf8224a0-def3-404d-a684-8a98647a0b2b ASDC
2022-12-27T04:59:27.239Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dd2af113-7d1a-440f-9a2b-ecf038550bc4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cf8224a0-def3-404d-a684-8a98647a0b2b
ServiceInvariantUUID:7f8c0135-2801-413b-b2bc-cb230659d380
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:d5de41e7-3715-4db1-b7f5-acc32ae8e214
ArtifactChecksum:YzMyM2M5ZTlmMWE2ODI5Y2EzMzI1NTJiYTRiMTYxOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:60eebcb8-7c33-4574-945b-82b9027b87f3
ResourceInvariantUUID:cc7feac7-83f2-4a7c-816f-a40c60865614
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:863d2a08-34a1-44e7-a6ec-7d93ff091470
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-27T04:59:27.239Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf8224a0-def3-404d-a684-8a98647a0b2b 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-27T04:59:27.262Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:59:27.264Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T04:59:27.264Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T04:59:27.264Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d5de41e7-3715-4db1-b7f5-acc32ae8e214 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-27T04:59:27.264Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-27T04:59:27.265Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-27T04:59:27.611Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-27T04:59:27.622Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d5de41e7-3715-4db1-b7f5-acc32ae8e214 57653
2022-12-27T04:59:27.622Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:27.623Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:27.623Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:59:27.623Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:59:27.625Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:59:27.626Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117167622,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T04:59:27.726Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:59:27.727Z||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-27T04:59:27.727Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:27.772Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:59:27.772Z||pool-37-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:59:28.626Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:59:28.628Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T04:59:28.628Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d5de41e7-3715-4db1-b7f5-acc32ae8e214, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-27T04:59:28.629Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-27T04:59:28.629Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-27T04:59:28.629Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-27T04:59:28.786Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11851912749687614174/Definitions/service-BasicNetwork-template.yml
2022-12-27T04:59:29.429Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T04:59:29.430Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-27T04:59:29.430Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-27T04:59:29.430Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.432Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.432Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-27T04:59:29.432Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.432Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.433Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-27T04:59:29.433Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-27T04:59:29.433Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:59:29.433Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.435Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.435Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.435Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.435Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.436Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.436Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.436Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.436Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:cf8224a0-def3-404d-a684-8a98647a0b2b
Model Version:NULL
Model InvariantUuid:7f8c0135-2801-413b-b2bc-cb230659d380
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cc7feac7-83f2-4a7c-816f-a40c60865614
Model UUID:d7e7e7ee-f4ad-42c3-9670-64b5c92ee344
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:60eebcb8-7c33-4574-945b-82b9027b87f3
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-27T04:59:29.440Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 863d2a08-34a1-44e7-a6ec-7d93ff091470
2022-12-27T04:59:29.441Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||No resources found for Service: cf8224a0-def3-404d-a684-8a98647a0b2b
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-27T04:59:29.446Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||
2022-12-27T04:59:29.447Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-27T04:59:29.448Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||No resources found for Service: cf8224a0-def3-404d-a684-8a98647a0b2b
2022-12-27T04:59:29.448Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cf8224a0-def3-404d-a684-8a98647a0b2b
2022-12-27T04:59:29.448Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-27T04:59:29.448Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.451Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@303481b6, org.onap.sdc.toscaparser.api.parameters.Input@3f54a6b, org.onap.sdc.toscaparser.api.parameters.Input@43998cad, org.onap.sdc.toscaparser.api.parameters.Input@1d19ffb, org.onap.sdc.toscaparser.api.parameters.Input@15fc9746]
2022-12-27T04:59:29.452Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.452Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cf8224a0-def3-404d-a684-8a98647a0b2b: Generic NeutronNet
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.454Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.486Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.486Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.487Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.487Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.487Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T04:59:29.487Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.487Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.522Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-27T04:59:29.523Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.523Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.523Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:59:29.523Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:59:29.525Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:59:29.525Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117169523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T04:59:29.625Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:59:29.627Z||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-27T04:59:29.627Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:29.641Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T04:59:29.641Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:59:30.526Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd2af113-7d1a-440f-9a2b-ecf038550bc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:59:30.536Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd2af113-7d1a-440f-9a2b-ecf038550bc4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:59:30.541Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T04:59:30.541Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:30.544Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T05:00:00.544Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd2af113-7d1a-440f-9a2b-ecf038550bc4 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-27T05:00:00.549Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd2af113-7d1a-440f-9a2b-ecf038550bc4 and serviceModelVersionId: cf8224a0-def3-404d-a684-8a98647a0b2b
2022-12-27T05:00:00.549Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f8c0135-2801-413b-b2bc-cb230659d380
2022-12-27T05:00:00.551Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?depth=0
2022-12-27T05:00:00.556Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T05:00:00.617Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?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-27T05:00:00.619Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?depth=0|INFO|500||Invoke
2022-12-27T05:00:00.640Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-27T05:00:00.951Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?depth=0|INFO|500||InvokeReturn
2022-12-27T05:00:00.951Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 04:59:59 GMT], content-length=[0], vertex-id=[208896], x-aai-txid=[2-aai-resources-221227-04:59:59:227-3343], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T05:00:00.952Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-27T05:00:00.952Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T05:00:00.953Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T05:00:00.955Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T05:00:00.956Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd2af113-7d1a-440f-9a2b-ecf038550bc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T05:00:00.956Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T05:00:00.956Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:00.958Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:00.958Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117200956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:00:01.058Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:01.059Z||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-27T05:00:01.059Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:01.099Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:01.099Z||pool-39-thread-1|||||INFO|500||cambria reply ok (40 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-27T05:00:24.512Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:00:24.513Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|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-27T05:00:24.513Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:00:24.515Z||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-27T05:00:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:24.672Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:24.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:00:24.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117164512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:00:24.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:00:25.206Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:25.207Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-27T05:00:25.207Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c0ce416-98eb-4482-ba4f-681a664985c9","serviceName":"Demo_pNF_TUV4zMVh9M1wUGDfTfVj","serviceVersion":"1.0","serviceUUID":"1055bbd9-5b76-4585-8fb2-c25782eff081","serviceDescription":"catalog service description","serviceInvariantUUID":"f1c9159d-732b-4792-a625-4c6ae7935d5f","resources":[{"resourceInstanceName":"pNF 78d32620-727c 0","resourceName":"pNF 78d32620-727c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0cbad936-c118-4900-91ea-adb040c5ccc3","resourceInvariantUUID":"1cc419b4-1456-4666-a096-8f9b7191ac51","resourceCustomizationUUID":"2a8d310e-a394-4544-93af-6ff94970adb6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vf-license-model.xml","artifactChecksum":"NzY1YzUwM2MxNTk3MzRjYmE4MzkxZDA4ZTdhNjIzNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b32a16c4-ab79-4275-a79d-158810bbab50","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/pNF.csar","artifactChecksum":"YjkyZWUzYzEzZDkzZGY3MzM3YmY1ZDVlM2E0NjJmNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c841c15a-3721-4a0a-b2e5-239c80bc3624","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa8d22dd-f811-457d-a832-7ea71afcfc6b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vendor-license-model.xml","artifactChecksum":"YTI2Y2ExNGQ1ZTMzOTJmYTBiZGU4ZWUyY2RhNzY5NGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"34b0128a-c971-43e1-aeab-07475e29a7de","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"310754b4-b54e-4246-a72f-59878401f069","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cd18adc-1fbd-4b8c-badd-032dd7f3ff32","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml","artifactChecksum":"NDI3NmVmNjcxYTlkMmUzMjJhMGEwMTA2ODljNjYyYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26a6c7f5-9fcd-450c-9ed0-bd538806ec04","artifactVersion":"1"},{"artifactName":"service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar","artifactChecksum":"M2JlZjlhYWRlMWY2ZmY3ZGNjZjgzNDdhYWI4Yzg4MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"010ec56f-a2b1-4c90-8ed1-acaf5a461426","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T05:00:25.210Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:25.210Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:25.212Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:25.212Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:00:25.312Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:25.313Z||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-27T05:00:25.313Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:25.325Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:25.326Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:26.213Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:26.214Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:26.215Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:26.215Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:00:26.316Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:26.318Z||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-27T05:00:26.318Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:26.331Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:26.332Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:27.216Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:27.217Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:27.218Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:27.218Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:00:27.319Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:00:27.319Z||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-27T05:00:27.320Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:27.362Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:27.363Z||pool-42-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:28.219Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:28.220Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:28.222Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:28.222Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:00:28.322Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:28.323Z||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-27T05:00:28.323Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:28.343Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:28.344Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:00:29.222Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:29.223Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:29.225Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:29.225Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:00:29.325Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:00:29.326Z||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-27T05:00:29.327Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:29.339Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:29.340Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:30.226Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:30.227Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:30.229Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:30.229Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:00:30.329Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:30.329Z||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-27T05:00:30.330Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:30.343Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:30.344Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:31.229Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:31.230Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:31.232Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:31.232Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:00:31.332Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:31.333Z||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-27T05:00:31.334Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:31.352Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:31.353Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:32.232Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:32.233Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:32.235Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:32.235Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:00:32.335Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:00:32.336Z||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-27T05:00:32.336Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:32.368Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:32.369Z||pool-47-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:33.237Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "serviceName": "Demo_pNF_TUV4zMVh9M1wUGDfTfVj",
  "serviceVersion": "1.0",
  "serviceUUID": "1055bbd9-5b76-4585-8fb2-c25782eff081",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f1c9159d-732b-4792-a625-4c6ae7935d5f",
  "resources": [
    {
      "resourceInstanceName": "pNF 78d32620-727c 0",
      "resourceCustomizationUUID": "2a8d310e-a394-4544-93af-6ff94970adb6",
      "resourceName": "pNF 78d32620-727c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0cbad936-c118-4900-91ea-adb040c5ccc3",
      "resourceInvariantUUID": "1cc419b4-1456-4666-a096-8f9b7191ac51",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
      "artifactChecksum": "M2JlZjlhYWRlMWY2ZmY3ZGNjZjgzNDdhYWI4Yzg4MTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "010ec56f-a2b1-4c90-8ed1-acaf5a461426"
    }
  ],
  "workloadContext": "Production"
}
2022-12-27T05:00:33.237Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T05:00:33.237Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1055bbd9-5b76-4585-8fb2-c25782eff081 ASDC
2022-12-27T05:00:33.237Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4c0ce416-98eb-4482-ba4f-681a664985c9
ServiceName:Demo_pNF_TUV4zMVh9M1wUGDfTfVj
ServiceVersion:1.0
ServiceUUID:1055bbd9-5b76-4585-8fb2-c25782eff081
ServiceInvariantUUID:f1c9159d-732b-4792-a625-4c6ae7935d5f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
ArtifactUUID:010ec56f-a2b1-4c90-8ed1-acaf5a461426
ArtifactChecksum:M2JlZjlhYWRlMWY2ZmY3ZGNjZjgzNDdhYWI4Yzg4MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 78d32620-727c 0
ResourceCustomizationUUID:2a8d310e-a394-4544-93af-6ff94970adb6
ResourceInvariantUUID:1cc419b4-1456-4666-a096-8f9b7191ac51
ResourceName:pNF 78d32620-727c
ResourceType:PNF
ResourceUUID:0cbad936-c118-4900-91ea-adb040c5ccc3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-27T05:00:33.237Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1055bbd9-5b76-4585-8fb2-c25782eff081 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-27T05:00:33.256Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:00:33.257Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T05:00:33.257Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T05:00:33.257Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 010ec56f-a2b1-4c90-8ed1-acaf5a461426 from URL: /sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:33.257Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-27T05:00:33.257Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:33.634Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-27T05:00:33.639Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar 010ec56f-a2b1-4c90-8ed1-acaf5a461426 87790
2022-12-27T05:00:33.640Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar ASDC sendASDCNotification
2022-12-27T05:00:33.640Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:33.640Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:00:33.640Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:33.642Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:33.642Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117233639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:00:33.742Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:33.743Z||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-27T05:00:33.744Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:33.808Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:33.809Z||pool-48-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:34.643Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:00:34.644Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T05:00:34.644Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 010ec56f-a2b1-4c90-8ed1-acaf5a461426, URL: /sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar to file: /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:34.645Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:34.646Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:34.646Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:34.753Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP937430803284351070/Definitions/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml
2022-12-27T05:00:35.476Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T05:00:35.477Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-27T05:00:35.477Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.477Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-27T05:00:35.477Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||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-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.478Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.478Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||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-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.478Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||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-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.478Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||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-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.479Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 78d32620-727c 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-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.479Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||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-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.479Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-27T05:00:35.480Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:00:35.480Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.480Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Node template pNF 78d32620-727c 0 is matching search criteria
2022-12-27T05:00:35.480Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-27T05:00:35.481Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 78d32620-727c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:00:35.481Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:00:35.482Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.482Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Node template pNF 78d32620-727c 0 is matching search criteria
2022-12-27T05:00:35.482Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-27T05:00:35.482Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 78d32620-727c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:00:35.483Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:00:35.483Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.483Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:00:35.483Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.484Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:00:35.484Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.484Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:00:35.485Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.485Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:00:35.485Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.486Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TUV4zMVh9M1wUGDfTfVj
Description:catalog service description
Model UUID:1055bbd9-5b76-4585-8fb2-c25782eff081
Model Version:NULL
Model InvariantUuid:f1c9159d-732b-4792-a625-4c6ae7935d5f
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-27T05:00:35.493Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0cbad936-c118-4900-91ea-adb040c5ccc3
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-27T05:00:35.496Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||pNF 78d32620-727c 0
2022-12-27T05:00:35.496Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0cbad936-c118-4900-91ea-adb040c5ccc3
2022-12-27T05:00:35.496Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 1055bbd9-5b76-4585-8fb2-c25782eff081
2022-12-27T05:00:35.496Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1055bbd9-5b76-4585-8fb2-c25782eff081
2022-12-27T05:00:35.497Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 78d32620-727c 0 0cbad936-c118-4900-91ea-adb040c5ccc3 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-27T05:00:35.499Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79e18e18, org.onap.sdc.toscaparser.api.parameters.Input@13c13f61, org.onap.sdc.toscaparser.api.parameters.Input@17ffa79f, org.onap.sdc.toscaparser.api.parameters.Input@5086f8ef, org.onap.sdc.toscaparser.api.parameters.Input@25e22da9]
2022-12-27T05:00:35.500Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:00:35.500Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.500Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1055bbd9-5b76-4585-8fb2-c25782eff081: pNF 78d32620-727c
2022-12-27T05:00:35.501Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Processing PNF resource: 0cbad936-c118-4900-91ea-adb040c5ccc3
2022-12-27T05:00:35.501Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:00:35.501Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.501Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Resource customization UUID: 2a8d310e-a394-4544-93af-6ff94970adb6 is the same as notified resource customizationUUID: 2a8d310e-a394-4544-93af-6ff94970adb6
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-27T05:00:35.555Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 78d32620-727c 0cbad936-c118-4900-91ea-adb040c5ccc3 0 ASDC deployResourceStructure
2022-12-27T05:00:35.556Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar ASDC sendASDCNotification
2022-12-27T05:00:35.556Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.557Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:00:35.557Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:35.559Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:35.559Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117235556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:00:35.659Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:35.660Z||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-27T05:00:35.660Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:35.673Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:00:35.673Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:36.560Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c0ce416-98eb-4482-ba4f-681a664985c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:00:36.568Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c0ce416-98eb-4482-ba4f-681a664985c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:00:36.569Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:00:36.569Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T05:00:36.570Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T05:01:06.570Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c0ce416-98eb-4482-ba4f-681a664985c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:01:06.578Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c0ce416-98eb-4482-ba4f-681a664985c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:01:06.582Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:01:06.583Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T05:01:06.583Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T05:01:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:01:24.515Z||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-27T05:01:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:01:24.573Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:01:24.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117164512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:01:24.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117167622,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:01:24.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:01:24.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117169523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:01:24.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:01:24.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117173708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117176116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "cds",
  "timestamp": 1672117175661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117176116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "cds",
  "timestamp": 1672117175661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117173708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117173708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117176116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "cds",
  "timestamp": 1672117175661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117173708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117176116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "cds",
  "timestamp": 1672117175661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117173708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117176116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "cds",
  "timestamp": 1672117175661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117173708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:01:24.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117176116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "cds",
  "timestamp": 1672117175661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117183052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117173708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117176116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "cds",
  "timestamp": 1672117175661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117183052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117173708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117176116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:01:24.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "cds",
  "timestamp": 1672117175661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:01:24.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117183052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117186339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:01:24.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:01:24.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117187019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:01:24.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:01:24.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "cds",
  "timestamp": 1672117186615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:01:24.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:01:24.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "aai-ml",
  "timestamp": 1672117185795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117183052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "cds",
  "timestamp": 1672117187626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-27T05:01:24.609Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c0ce416-98eb-4482-ba4f-681a664985c9
2022-12-27T05:01:24.609Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c0ce416-98eb-4482-ba4f-681a664985c9 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-27T05:01:24.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117188234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T05:01:24.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:01:24.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "aai-ml",
  "timestamp": 1672117185795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117183052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117188225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:01:24.621Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:01:24.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117189240,
  "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-27T05:01:24.625Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4c0ce416-98eb-4482-ba4f-681a664985c9
2022-12-27T05:01:24.625Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c0ce416-98eb-4482-ba4f-681a664985c9 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-27T05:01:24.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "aai-ml",
  "timestamp": 1672117185795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117183052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117189233,
  "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-27T05:01:24.644Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c0ce416-98eb-4482-ba4f-681a664985c9
2022-12-27T05:01:24.644Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c0ce416-98eb-4482-ba4f-681a664985c9 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-27T05:01:24.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "aai-ml",
  "timestamp": 1672117185795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117183052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "aai-ml",
  "timestamp": 1672117185795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117183052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:01:24.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "aai-ml",
  "timestamp": 1672117185795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "aai-ml",
  "timestamp": 1672117185795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "aai-ml",
  "timestamp": 1672117185795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:01:24.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "aai-ml",
  "timestamp": 1672117194598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:01:24.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:01:24.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117200956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:01:24.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:01:24.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "aai-ml",
  "timestamp": 1672117201854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:01:24.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:01:24.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "aai-ml",
  "timestamp": 1672117202858,
  "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-27T05:01:24.660Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4c0ce416-98eb-4482-ba4f-681a664985c9
2022-12-27T05:01:24.660Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c0ce416-98eb-4482-ba4f-681a664985c9 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-27T05:01:24.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117213708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117206116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "aai-ml",
  "timestamp": 1672117215795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117213708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117206116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "aai-ml",
  "timestamp": 1672117215795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117213708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117206116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "aai-ml",
  "timestamp": 1672117215795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117213708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117206116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "aai-ml",
  "timestamp": 1672117215795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117206116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117213708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "aai-ml",
  "timestamp": 1672117215795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117206116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117213708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "cds",
  "timestamp": 1672117220660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "aai-ml",
  "timestamp": 1672117215795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117213708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117206116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "cds",
  "timestamp": 1672117220660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "aai-ml",
  "timestamp": 1672117215795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:01:24.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117223117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:01:24.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:01:24.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "cds",
  "timestamp": 1672117220660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:24.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:01:24.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117223052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:01:24.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:01:36.583Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c0ce416-98eb-4482-ba4f-681a664985c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:01:36.590Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c0ce416-98eb-4482-ba4f-681a664985c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:01:36.592Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:01:36.592Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T05:01:36.592Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T05:01:36.592Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T05:01:36.592Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:01:36.592Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:01:36.592Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:01:36.592Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:01:36.592Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:01:36.592Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||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-27T05:01:36.595Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T05:02:06.596Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c0ce416-98eb-4482-ba4f-681a664985c9 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-27T05:02:06.603Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c0ce416-98eb-4482-ba4f-681a664985c9 and serviceModelVersionId: 1055bbd9-5b76-4585-8fb2-c25782eff081
2022-12-27T05:02:06.603Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f1c9159d-732b-4792-a625-4c6ae7935d5f
2022-12-27T05:02:06.604Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f1c9159d-732b-4792-a625-4c6ae7935d5f/model-vers/model-ver/1055bbd9-5b76-4585-8fb2-c25782eff081?depth=0
2022-12-27T05:02:06.607Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T05:02:06.653Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1c9159d-732b-4792-a625-4c6ae7935d5f/model-vers/model-ver/1055bbd9-5b76-4585-8fb2-c25782eff081?depth=0|INFO|500||Invoke
2022-12-27T05:02:06.654Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1c9159d-732b-4792-a625-4c6ae7935d5f/model-vers/model-ver/1055bbd9-5b76-4585-8fb2-c25782eff081?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1c9159d-732b-4792-a625-4c6ae7935d5f/model-vers/model-ver/1055bbd9-5b76-4585-8fb2-c25782eff081?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4c0ce416-98eb-4482-ba4f-681a664985c9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a7918d2-7b97-4640-887b-7bf425a39e36], X-ECOMP-RequestID=[4c0ce416-98eb-4482-ba4f-681a664985c9], X-TransactionId=[], X-ONAP-RequestID=[4c0ce416-98eb-4482-ba4f-681a664985c9], Content-Type=[application/merge-patch+json]}
2022-12-27T05:02:06.674Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1c9159d-732b-4792-a625-4c6ae7935d5f/model-vers/model-ver/1055bbd9-5b76-4585-8fb2-c25782eff081?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-27T05:02:07.059Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1c9159d-732b-4792-a625-4c6ae7935d5f/model-vers/model-ver/1055bbd9-5b76-4585-8fb2-c25782eff081?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/f1c9159d-732b-4792-a625-4c6ae7935d5f/model-vers/model-ver/1055bbd9-5b76-4585-8fb2-c25782eff081?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 05:02:05 GMT], content-length=[0], vertex-id=[200760], x-aai-txid=[1-aai-resources-221227-05:02:05:263-39124], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T05:02:07.059Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1c9159d-732b-4792-a625-4c6ae7935d5f/model-vers/model-ver/1055bbd9-5b76-4585-8fb2-c25782eff081?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-27T05:02:07.060Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1c9159d-732b-4792-a625-4c6ae7935d5f/model-vers/model-ver/1055bbd9-5b76-4585-8fb2-c25782eff081?depth=0|INFO|500||InvokeReturn
2022-12-27T05:02:07.060Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T05:02:07.060Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||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-27T05:02:07.064Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||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-27T05:02:07.065Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c0ce416-98eb-4482-ba4f-681a664985c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T05:02:07.065Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T05:02:07.065Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:07.067Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:07.067Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117327065,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:02:07.167Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:07.168Z||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-27T05:02:07.168Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:07.206Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:07.207Z||pool-50-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-27T05:02:08.075Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-27T05:02:08.076Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"16284209-ee85-43c0-ac24-dda968a07c36","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"74472242-3a6f-4e4b-9d14-af3d24c2e5ca","serviceDescription":"service","serviceInvariantUUID":"e59f7e5f-af6b-4b08-9c51-ea5f7336a407","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1d59863b-c667-4e59-8a16-5f8edecbf64e","resourceInvariantUUID":"c2c9d588-bac0-46f6-a096-673b9176360d","resourceCustomizationUUID":"3db190fb-dc43-4d8c-a729-7cbe6a353214","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":"NGJiMjFhMmE1OGY2M2Y2NGNmOGIwNmEyNWNmMzc0Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b913995-4681-4873-8c61-fc774d01ba2f","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":"MzkyMTliYTkxOTY4MGQxNDlkNzM2NjliZmFjZjY3MTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ed7586f-8e34-4fa0-a0c8-5afc47a1305f","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":"67330c6f-dd91-4b0f-bb51-7ce3b1bd002c","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":"190b9ca0-10bb-408e-880f-d5c2f420dec2","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":"99f925cb-931e-4a1d-ac79-37dc6c35cef5","artifactVersion":"2","generatedFromUUID":"67330c6f-dd91-4b0f-bb51-7ce3b1bd002c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTU2NmRjZTE2NDIxMGI2ZDI4YzAxOGU4NmM3NDc5MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c64e426-e256-49b2-a088-4a282a23efb4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDVhMzZhM2JlNTRlZTQ5ZWYzZDAwMGYwNTRkNmNlZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fbf23907-7e87-4e2f-94f9-5e1dcb1f12a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T05:02:08.076Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:02:08.076Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:08.078Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:08.078Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:02:08.178Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:08.179Z||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-27T05:02:08.180Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:08.192Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:08.193Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:09.078Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:02:09.079Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:09.081Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:09.081Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:02:09.181Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:09.182Z||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-27T05:02:09.182Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:09.196Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:09.196Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:10.082Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:02:10.082Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:10.084Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:10.084Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:02:10.186Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-27T05:02:10.187Z||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-27T05:02:10.187Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:10.212Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:10.213Z||pool-53-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:11.085Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:02:11.086Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:11.088Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:11.088Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:02:11.188Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:11.189Z||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-27T05:02:11.189Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:11.201Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:11.201Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:02:12.088Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:02:12.089Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:12.091Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:12.091Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-27T05:02:12.191Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:12.192Z||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-27T05:02:12.193Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:12.207Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:12.207Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:13.092Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:02:13.093Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:13.095Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:13.095Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:02:13.195Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:13.196Z||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-27T05:02:13.196Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:13.212Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:13.213Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:14.096Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:02:14.096Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:14.098Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:14.098Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:02:14.198Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:14.199Z||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-27T05:02:14.199Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:14.222Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:14.222Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:15.100Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "74472242-3a6f-4e4b-9d14-af3d24c2e5ca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e59f7e5f-af6b-4b08-9c51-ea5f7336a407",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3db190fb-dc43-4d8c-a729-7cbe6a353214",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1d59863b-c667-4e59-8a16-5f8edecbf64e",
      "resourceInvariantUUID": "c2c9d588-bac0-46f6-a096-673b9176360d",
      "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": "MzkyMTliYTkxOTY4MGQxNDlkNzM2NjliZmFjZjY3MTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ed7586f-8e34-4fa0-a0c8-5afc47a1305f",
          "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": "67330c6f-dd91-4b0f-bb51-7ce3b1bd002c",
          "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": "99f925cb-931e-4a1d-ac79-37dc6c35cef5",
            "generatedFromUUID": "67330c6f-dd91-4b0f-bb51-7ce3b1bd002c"
          },
          "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": "99f925cb-931e-4a1d-ac79-37dc6c35cef5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDVhMzZhM2JlNTRlZTQ5ZWYzZDAwMGYwNTRkNmNlZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fbf23907-7e87-4e2f-94f9-5e1dcb1f12a9"
    }
  ],
  "workloadContext": "Production"
}
2022-12-27T05:02:15.100Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T05:02:15.100Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74472242-3a6f-4e4b-9d14-af3d24c2e5ca ASDC
2022-12-27T05:02:15.101Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:16284209-ee85-43c0-ac24-dda968a07c36
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:74472242-3a6f-4e4b-9d14-af3d24c2e5ca
ServiceInvariantUUID:e59f7e5f-af6b-4b08-9c51-ea5f7336a407
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:fbf23907-7e87-4e2f-94f9-5e1dcb1f12a9
ArtifactChecksum:NDVhMzZhM2JlNTRlZTQ5ZWYzZDAwMGYwNTRkNmNlZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3db190fb-dc43-4d8c-a729-7cbe6a353214
ResourceInvariantUUID:c2c9d588-bac0-46f6-a096-673b9176360d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1d59863b-c667-4e59-8a16-5f8edecbf64e
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:5ed7586f-8e34-4fa0-a0c8-5afc47a1305f
ArtifactChecksum:MzkyMTliYTkxOTY4MGQxNDlkNzM2NjliZmFjZjY3MTA=
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:67330c6f-dd91-4b0f-bb51-7ce3b1bd002c
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:99f925cb-931e-4a1d-ac79-37dc6c35cef5
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:99f925cb-931e-4a1d-ac79-37dc6c35cef5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-27T05:02:15.101Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74472242-3a6f-4e4b-9d14-af3d24c2e5ca ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-27T05:02:15.139Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:02:15.140Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T05:02:15.140Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T05:02:15.140Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fbf23907-7e87-4e2f-94f9-5e1dcb1f12a9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-27T05:02:15.153Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-27T05:02:15.153Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-27T05:02:15.422Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-27T05:02:15.429Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fbf23907-7e87-4e2f-94f9-5e1dcb1f12a9 74818
2022-12-27T05:02:15.429Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:15.429Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:15.430Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:02:15.430Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:15.432Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:15.432Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117335429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:02:15.533Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:15.533Z||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-27T05:02:15.534Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:15.597Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:15.597Z||pool-58-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:16.433Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:02:16.434Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T05:02:16.434Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fbf23907-7e87-4e2f-94f9-5e1dcb1f12a9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-27T05:02:16.435Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-27T05:02:16.435Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-27T05:02:16.435Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-27T05:02:16.606Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4628742998485716246/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-27T05:02:17.693Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T05:02:17.694Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-27T05:02:17.694Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-27T05:02:17.694Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-27T05:02:17.694Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:17.694Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:17.694Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:17.694Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:17.694Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:17.694Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:17.695Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:17.695Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-27T05:02:17.695Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.695Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:17.695Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-27T05:02:17.695Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-27T05:02:17.695Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:02:17.696Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.696Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:17.696Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-27T05:02:17.696Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-27T05:02:17.696Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:02:17.696Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.696Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:17.697Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.697Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-27T05:02:17.697Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-27T05:02:17.697Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-27T05:02:17.697Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-27T05:02:17.697Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-27T05:02:17.697Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-27T05:02:17.698Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.698Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T05:02:17.698Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.698Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-27T05:02:17.698Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:02:17.698Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.699Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-27T05:02:17.699Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:02:17.699Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.699Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-27T05:02:17.699Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:02:17.699Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.699Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-27T05:02:17.700Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-27T05:02:17.700Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-27T05:02:17.700Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c0e1710b-0187-47c6-ba74-09b4c7b5d910
2022-12-27T05:02:17.700Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.700Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:17.700Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.700Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:17.701Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.701Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:17.701Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:17.701Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:17.701Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:74472242-3a6f-4e4b-9d14-af3d24c2e5ca
Model Version:NULL
Model InvariantUuid:e59f7e5f-af6b-4b08-9c51-ea5f7336a407
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:81ba7cba-4345-4945-b16e-e0ac740543b8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c2c9d588-bac0-46f6-a096-673b9176360d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3db190fb-dc43-4d8c-a729-7cbe6a353214
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:731c3fb2-c27d-4c06-ba86-06f54a30ded5
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:99136d50-f64d-4905-afec-af175a6499ae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c0e1710b-0187-47c6-ba74-09b4c7b5d910
ModelInvariantUuid:11cda389-96a5-47c5-80cd-c3ff2c50f2cc
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6d90b0b3-c7ed-4c35-ae3b-4ee9c7748226
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:54cfae29-d754-44ef-be9c-750e0fa5f629
ModelInvariantUuid:10a28d97-4a86-4fd8-80d2-58e65d7a26ab
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:07c4e0ac-882f-4674-bd0e-39ca406efddb
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-27T05:02:17.704Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 1d59863b-c667-4e59-8a16-5f8edecbf64e
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-27T05:02:17.707Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-12-27T05:02:17.707Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1d59863b-c667-4e59-8a16-5f8edecbf64e
2022-12-27T05:02:17.707Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ed7586f-8e34-4fa0-a0c8-5afc47a1305f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-27T05:02:17.708Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-27T05:02:17.708Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:17.869Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-27T05:02:17.870Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 5ed7586f-8e34-4fa0-a0c8-5afc47a1305f 787
2022-12-27T05:02:17.870Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:17.870Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:17.870Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:02:17.870Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:17.872Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:17.872Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117337870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:02:17.972Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:17.973Z||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-27T05:02:17.973Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:18.007Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:18.008Z||pool-59-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:18.874Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "731c3fb2-c27d-4c06-ba86-06f54a30ded5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "99136d50-f64d-4905-afec-af175a6499ae",
    "vfModuleModelCustomizationUUID": "0df07418-8ec6-4b52-8006-1cc1e8f87183",
    "isBase": true,
    "artifacts": [
      "67330c6f-dd91-4b0f-bb51-7ce3b1bd002c",
      "99f925cb-931e-4a1d-ac79-37dc6c35cef5"
    ],
    "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-27T05:02:18.911Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:99136d50-f64d-4905-afec-af175a6499ae
VfModuleModelInvariantUUID:731c3fb2-c27d-4c06-ba86-06f54a30ded5
VfModuleModelDescription:NULL
Artifacts UUID List:{
67330c6f-dd91-4b0f-bb51-7ce3b1bd002c
,
99f925cb-931e-4a1d-ac79-37dc6c35cef5

}
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-27T05:02:18.914Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "731c3fb2-c27d-4c06-ba86-06f54a30ded5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "99136d50-f64d-4905-afec-af175a6499ae",
    "vfModuleModelCustomizationUUID": "0df07418-8ec6-4b52-8006-1cc1e8f87183",
    "isBase": true,
    "artifacts": [
      "67330c6f-dd91-4b0f-bb51-7ce3b1bd002c",
      "99f925cb-931e-4a1d-ac79-37dc6c35cef5"
    ],
    "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-27T05:02:18.915Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:99136d50-f64d-4905-afec-af175a6499ae
VfModuleModelInvariantUUID:731c3fb2-c27d-4c06-ba86-06f54a30ded5
VfModuleModelDescription:NULL
Artifacts UUID List:{
67330c6f-dd91-4b0f-bb51-7ce3b1bd002c
,
99f925cb-931e-4a1d-ac79-37dc6c35cef5

}
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-27T05:02:18.915Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 67330c6f-dd91-4b0f-bb51-7ce3b1bd002c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-27T05:02:18.915Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-27T05:02:18.915Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:19.025Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-27T05:02:19.025Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 67330c6f-dd91-4b0f-bb51-7ce3b1bd002c 5033
2022-12-27T05:02:19.026Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:19.026Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:19.026Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:02:19.026Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:19.029Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:19.029Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117339026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:02:19.129Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:19.130Z||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-27T05:02:19.130Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:19.156Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:19.157Z||pool-60-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:20.029Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 99f925cb-931e-4a1d-ac79-37dc6c35cef5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-27T05:02:20.030Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-27T05:02:20.030Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:20.114Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-27T05:02:20.114Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 99f925cb-931e-4a1d-ac79-37dc6c35cef5 903
2022-12-27T05:02:20.115Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:20.115Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:20.115Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:02:20.115Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:20.117Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:20.117Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117340115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:02:20.217Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:02:20.218Z||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-27T05:02:20.218Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:20.233Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:20.233Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:21.118Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 74472242-3a6f-4e4b-9d14-af3d24c2e5ca
2022-12-27T05:02:21.119Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1d59863b-c667-4e59-8a16-5f8edecbf64e 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-27T05:02:21.135Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58e4760e, org.onap.sdc.toscaparser.api.parameters.Input@46471546, org.onap.sdc.toscaparser.api.parameters.Input@359c9c53, org.onap.sdc.toscaparser.api.parameters.Input@1230b225, org.onap.sdc.toscaparser.api.parameters.Input@691ff26b]
2022-12-27T05:02:21.137Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.137Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:21.138Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-27T05:02:21.138Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3db190fb-dc43-4d8c-a729-7cbe6a353214
2022-12-27T05:02:21.138Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3db190fb-dc43-4d8c-a729-7cbe6a353214 matches Tosca VF Customization UUID: 3db190fb-dc43-4d8c-a729-7cbe6a353214
2022-12-27T05:02:21.138Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3db190fb-dc43-4d8c-a729-7cbe6a353214  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-27T05:02:21.147Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.147Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:21.148Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3db190fb-dc43-4d8c-a729-7cbe6a353214: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-27T05:02:21.148Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51156ce6
2022-12-27T05:02:21.149Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.149Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T05:02:21.150Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0df07418-8ec6-4b52-8006-1cc1e8f87183
2022-12-27T05:02:21.150Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0df07418-8ec6-4b52-8006-1cc1e8f87183
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-27T05:02:21.152Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.155Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-27T05:02:21.156Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:02:21.156Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.157Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-27T05:02:21.157Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:02:21.158Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.158Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-27T05:02:21.159Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-27T05:02:21.159Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-27T05:02:21.159Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c0e1710b-0187-47c6-ba74-09b4c7b5d910
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-27T05:02:21.162Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.162Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-27T05:02:21.166Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:02:21.167Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.167Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-27T05:02:21.167Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3db190fb-dc43-4d8c-a729-7cbe6a353214
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-27T05:02:21.170Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.170Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:21.171Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 74472242-3a6f-4e4b-9d14-af3d24c2e5ca: basic_vm
2022-12-27T05:02:21.171Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.171Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:21.172Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.172Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:21.172Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.173Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:21.173Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.173Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:21.174Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:02:21.174Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:02:21.174Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:21.256Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1d59863b-c667-4e59-8a16-5f8edecbf64e 1 ASDC deployResourceStructure
2022-12-27T05:02:21.256Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:21.257Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:21.257Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:02:21.257Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:21.262Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:21.262Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117341256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:02:21.359Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-27T05:02:21.360Z||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-27T05:02:21.360Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:21.380Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:21.380Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:02:22.263Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:22.264Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:22.264Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:02:22.265Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:22.267Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:22.267Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117342263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T05:02:22.367Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-27T05:02:22.368Z||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-27T05:02:22.368Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:22.388Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:22.388Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:02:23.272Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:23.273Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:23.273Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:02:23.274Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:23.276Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:23.276Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117343272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-27T05:02:23.376Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:23.377Z||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-27T05:02:23.377Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:23.395Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:23.395Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:24.282Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:24.283Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:02:24.283Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:02:24.283Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:02:24.286Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:02:24.286Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117344282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:02:24.386Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:02:24.387Z||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-27T05:02:24.387Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:24.433Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:24.433Z||pool-65-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:02:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:02:24.518Z||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-27T05:02:24.518Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:02:24.630Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:02:24.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:02:24.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "aai-ml",
  "timestamp": 1672117223663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:02:24.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:02:25.287Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16284209-ee85-43c0-ac24-dda968a07c36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:02:25.299Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16284209-ee85-43c0-ac24-dda968a07c36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:02:25.300Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:02:25.300Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T05:02:25.301Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T05:02:55.302Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16284209-ee85-43c0-ac24-dda968a07c36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:02:55.312Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16284209-ee85-43c0-ac24-dda968a07c36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:02:55.314Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:02:55.314Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T05:02:55.314Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T05:03:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:03:24.517Z||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-27T05:03:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:03:24.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:03:24.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "cds",
  "timestamp": 1672117220660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117223052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "cds",
  "timestamp": 1672117220660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117225426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:03:24.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117223052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "cds",
  "timestamp": 1672117220660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117226429,
  "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-27T05:03:24.582Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16284209-ee85-43c0-ac24-dda968a07c36
2022-12-27T05:03:24.582Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16284209-ee85-43c0-ac24-dda968a07c36 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-27T05:03:24.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117223052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "cds",
  "timestamp": 1672117220660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117223052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "cds",
  "timestamp": 1672117228557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117223052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "cds",
  "timestamp": 1672117229581,
  "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=?
2022-12-27T05:03:24.600Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16284209-ee85-43c0-ac24-dda968a07c36
2022-12-27T05:03:24.603Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16284209-ee85-43c0-ac24-dda968a07c36 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-27T05:03:24.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117223052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117230846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.616Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117232145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.618Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117233639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117233558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117233708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117234579,
  "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-27T05:03:24.624Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16284209-ee85-43c0-ac24-dda968a07c36
2022-12-27T05:03:24.624Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16284209-ee85-43c0-ac24-dda968a07c36 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-27T05:03:24.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117233708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117235556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:03:24.634Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "aai-ml",
  "timestamp": 1672117234933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:03:24.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117235581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:03:24.636Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117233708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "aai-ml",
  "timestamp": 1672117235937,
  "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-27T05:03:24.639Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16284209-ee85-43c0-ac24-dda968a07c36
2022-12-27T05:03:24.639Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16284209-ee85-43c0-ac24-dda968a07c36 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-27T05:03:24.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "cds",
  "timestamp": 1672117235661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117233708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117236115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "cds",
  "timestamp": 1672117235661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117233708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117236115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "cds",
  "timestamp": 1672117235661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117233708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117236115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "cds",
  "timestamp": 1672117235661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117233708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117236115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "cds",
  "timestamp": 1672117235661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117233708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117236115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "cds",
  "timestamp": 1672117235661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672117233708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117236115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "cds",
  "timestamp": 1672117235661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117236115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "cds",
  "timestamp": 1672117235661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117243052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117236115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "cds",
  "timestamp": 1672117235661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117243052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117236115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "cds",
  "timestamp": 1672117245564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.667Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117243052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117245963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "cds",
  "timestamp": 1672117246575,
  "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-27T05:03:24.682Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35991cb2-eeb7-4d30-81d8-518fe55d0800
2022-12-27T05:03:24.682Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35991cb2-eeb7-4d30-81d8-518fe55d0800 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-27T05:03:24.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117245795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117243052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117245795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117243052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117248158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:03:24.694Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117245795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117243052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672117249162,
  "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-27T05:03:24.699Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35991cb2-eeb7-4d30-81d8-518fe55d0800
2022-12-27T05:03:24.699Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35991cb2-eeb7-4d30-81d8-518fe55d0800 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-27T05:03:24.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117245795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117243052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117245795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117243052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117245795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117243052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117245795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117252798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117245795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:03:24.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117253964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117245795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:03:24.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:03:24.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117255058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117255573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:03:24.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117257190,
  "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-27T05:03:24.720Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35991cb2-eeb7-4d30-81d8-518fe55d0800
2022-12-27T05:03:24.720Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35991cb2-eeb7-4d30-81d8-518fe55d0800 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-27T05:03:24.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672117258197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:03:24.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117265176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:03:24.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:03:24.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T05:03:24.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "aai-ml",
  "timestamp": 1672117266180,
  "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-27T05:03:24.730Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35991cb2-eeb7-4d30-81d8-518fe55d0800
2022-12-27T05:03:24.730Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35991cb2-eeb7-4d30-81d8-518fe55d0800 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-27T05:03:25.315Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16284209-ee85-43c0-ac24-dda968a07c36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:03:25.323Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16284209-ee85-43c0-ac24-dda968a07c36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:03:25.326Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:03:25.326Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T05:03:25.326Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T05:03:25.326Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T05:03:25.326Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:03:25.327Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:03:25.327Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:03:25.327Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:03:25.327Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:03:25.327Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:03:25.330Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T05:03:55.330Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16284209-ee85-43c0-ac24-dda968a07c36 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-27T05:03:55.336Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16284209-ee85-43c0-ac24-dda968a07c36 and serviceModelVersionId: 74472242-3a6f-4e4b-9d14-af3d24c2e5ca
2022-12-27T05:03:55.336Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e59f7e5f-af6b-4b08-9c51-ea5f7336a407
2022-12-27T05:03:55.338Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e59f7e5f-af6b-4b08-9c51-ea5f7336a407/model-vers/model-ver/74472242-3a6f-4e4b-9d14-af3d24c2e5ca?depth=0
2022-12-27T05:03:55.346Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T05:03:55.404Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e59f7e5f-af6b-4b08-9c51-ea5f7336a407/model-vers/model-ver/74472242-3a6f-4e4b-9d14-af3d24c2e5ca?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-27T05:03:55.410Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e59f7e5f-af6b-4b08-9c51-ea5f7336a407/model-vers/model-ver/74472242-3a6f-4e4b-9d14-af3d24c2e5ca?depth=0|INFO|500||Invoke
2022-12-27T05:03:55.434Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e59f7e5f-af6b-4b08-9c51-ea5f7336a407/model-vers/model-ver/74472242-3a6f-4e4b-9d14-af3d24c2e5ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-27T05:03:55.577Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e59f7e5f-af6b-4b08-9c51-ea5f7336a407/model-vers/model-ver/74472242-3a6f-4e4b-9d14-af3d24c2e5ca?depth=0|INFO|500||InvokeReturn
2022-12-27T05:03:55.578Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e59f7e5f-af6b-4b08-9c51-ea5f7336a407/model-vers/model-ver/74472242-3a6f-4e4b-9d14-af3d24c2e5ca?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 05:03:54 GMT], content-length=[0], vertex-id=[249984], x-aai-txid=[1-aai-resources-221227-05:03:54:022-91247], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T05:03:55.579Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-27T05:03:55.579Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T05:03:55.579Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:03:55.583Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||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-27T05:03:55.583Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16284209-ee85-43c0-ac24-dda968a07c36 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T05:03:55.583Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T05:03:55.584Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:03:55.586Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:03:55.586Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117435583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:03:55.686Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:03:55.687Z||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-27T05:03:55.687Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:03:55.705Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:03:55.705Z||pool-66-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-27T05:03:56.594Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:03:56.595Z||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-27T05:03:56.595Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:01.273Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:01.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-27T05:04:01.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"35991cb2-eeb7-4d30-81d8-518fe55d0800","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2ec83760-701d-404c-b16c-845e02d3a5e8","serviceDescription":"service","serviceInvariantUUID":"429020aa-5ca8-40ce-a361-89109a97181a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"54a50d6a-a280-4f28-bc42-2f4f2cba4001","resourceInvariantUUID":"5299fe98-6543-4a03-a073-d0f5f5142e98","resourceCustomizationUUID":"9a11d2ee-8b87-4fab-9024-937c0527593a","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":"ZGViNDJhYzQ4NjA2YTBmNTU1MGFmMjk3MWJlMWU2M2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6826b7e-2a95-4345-91c6-e80e8449e1ad","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":"91f27afd-1c0d-4c1a-aef4-93c4d7c674d6","artifactVersion":"2","generatedFromUUID":"6ee8f3c6-36f9-45c3-9b61-8cb0ba71b199"},{"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":"6ee8f3c6-36f9-45c3-9b61-8cb0ba71b199","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":"MzM1OTJhNWVkOWJiZGYxMGIyYzljOTgyYTcxNDQyMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"351b2d3d-acce-4474-913e-c064bc03fe5e","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":"37caf229-82c8-41d6-aebb-9cd55b884fb7","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":"c12fc4e2-dea9-4c32-a93d-a8f9e0f4cb4b","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":"3c0c56b4-a4e9-4ec6-b1ed-e701f3213ed5","artifactVersion":"2","generatedFromUUID":"37caf229-82c8-41d6-aebb-9cd55b884fb7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MzIwY2U0NjhjZDAxZTAzNjAzMDJjNzc2NTY2MzZlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23d8cc8e-6429-435c-9290-84e29472dc5f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGMzMDcyNTA0N2FiZTMyMDEyYjQ5ZmRjYjc4Y2IzZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b11c0e48-dbf2-4403-9d18-005bea197e8f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T05:04:01.277Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:04:01.277Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:01.279Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:01.279Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:04:01.380Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:01.381Z||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-27T05:04:01.381Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:01.395Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:01.395Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:02.280Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:04:02.281Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:02.283Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:02.283Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-27T05:04:02.384Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:02.385Z||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-27T05:04:02.385Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:02.398Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:02.399Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:03.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:04:03.285Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:03.287Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:03.287Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-27T05:04:03.387Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:03.388Z||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-27T05:04:03.388Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:03.402Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:03.403Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:04.288Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:04:04.289Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:04.291Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:04.291Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:04:04.391Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:04:04.392Z||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-27T05:04:04.392Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:04.406Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:04.406Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:05.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:04:05.293Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:05.295Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:05.295Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:04:05.395Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:05.397Z||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-27T05:04:05.397Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:05.425Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:05.425Z||pool-71-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:04:06.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:04:06.297Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:06.299Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:06.299Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:04:06.399Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:06.400Z||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-27T05:04:06.400Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:06.411Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:06.412Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:07.300Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:04:07.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:07.303Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:07.303Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-27T05:04:07.403Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:07.404Z||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-27T05:04:07.404Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:07.419Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:07.419Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:08.304Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:04:08.305Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:08.307Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:08.307Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:04:08.407Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:08.408Z||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-27T05:04:08.408Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:08.420Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:08.420Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:04:09.308Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:04:09.308Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:09.310Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:09.311Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:04:09.411Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:09.411Z||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-27T05:04:09.412Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:09.438Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:09.438Z||pool-75-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:10.313Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "2ec83760-701d-404c-b16c-845e02d3a5e8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "429020aa-5ca8-40ce-a361-89109a97181a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9a11d2ee-8b87-4fab-9024-937c0527593a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "54a50d6a-a280-4f28-bc42-2f4f2cba4001",
      "resourceInvariantUUID": "5299fe98-6543-4a03-a073-d0f5f5142e98",
      "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": "91f27afd-1c0d-4c1a-aef4-93c4d7c674d6",
          "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": "6ee8f3c6-36f9-45c3-9b61-8cb0ba71b199",
          "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": "MzM1OTJhNWVkOWJiZGYxMGIyYzljOTgyYTcxNDQyMzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "351b2d3d-acce-4474-913e-c064bc03fe5e",
          "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": "37caf229-82c8-41d6-aebb-9cd55b884fb7",
          "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": "3c0c56b4-a4e9-4ec6-b1ed-e701f3213ed5",
            "generatedFromUUID": "37caf229-82c8-41d6-aebb-9cd55b884fb7"
          },
          "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": "3c0c56b4-a4e9-4ec6-b1ed-e701f3213ed5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OGMzMDcyNTA0N2FiZTMyMDEyYjQ5ZmRjYjc4Y2IzZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b11c0e48-dbf2-4403-9d18-005bea197e8f"
    }
  ],
  "workloadContext": "Production"
}
2022-12-27T05:04:10.313Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T05:04:10.313Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2ec83760-701d-404c-b16c-845e02d3a5e8 ASDC
2022-12-27T05:04:10.314Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:35991cb2-eeb7-4d30-81d8-518fe55d0800
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2ec83760-701d-404c-b16c-845e02d3a5e8
ServiceInvariantUUID:429020aa-5ca8-40ce-a361-89109a97181a
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:b11c0e48-dbf2-4403-9d18-005bea197e8f
ArtifactChecksum:OGMzMDcyNTA0N2FiZTMyMDEyYjQ5ZmRjYjc4Y2IzZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9a11d2ee-8b87-4fab-9024-937c0527593a
ResourceInvariantUUID:5299fe98-6543-4a03-a073-d0f5f5142e98
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:54a50d6a-a280-4f28-bc42-2f4f2cba4001
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:91f27afd-1c0d-4c1a-aef4-93c4d7c674d6
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:6ee8f3c6-36f9-45c3-9b61-8cb0ba71b199
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:351b2d3d-acce-4474-913e-c064bc03fe5e
ArtifactChecksum:MzM1OTJhNWVkOWJiZGYxMGIyYzljOTgyYTcxNDQyMzg=
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:37caf229-82c8-41d6-aebb-9cd55b884fb7
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:3c0c56b4-a4e9-4ec6-b1ed-e701f3213ed5
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:3c0c56b4-a4e9-4ec6-b1ed-e701f3213ed5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-27T05:04:10.315Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ec83760-701d-404c-b16c-845e02d3a5e8 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-27T05:04:10.356Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:04:10.357Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-27T05:04:10.357Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-27T05:04:10.357Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b11c0e48-dbf2-4403-9d18-005bea197e8f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-27T05:04:10.357Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-27T05:04:10.358Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-27T05:04:10.621Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-27T05:04:10.626Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b11c0e48-dbf2-4403-9d18-005bea197e8f 73676
2022-12-27T05:04:10.626Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-27T05:04:10.627Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-27T05:04:10.627Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:04:10.628Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:10.630Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:10.630Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117450626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:04:10.730Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:04:10.731Z||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-27T05:04:10.732Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:10.759Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:10.760Z||pool-76-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:11.631Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:04:11.632Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-27T05:04:11.633Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b11c0e48-dbf2-4403-9d18-005bea197e8f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-27T05:04:11.669Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-27T05:04:11.670Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-27T05:04:11.670Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-27T05:04:11.933Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4404818595394756446/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-27T05:04:13.210Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T05:04:13.211Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-27T05:04:13.211Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-27T05:04:13.211Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-27T05:04:13.211Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-27T05:04:13.211Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-27T05:04:13.211Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-27T05:04:13.211Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-27T05:04:13.211Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-27T05:04:13.212Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.212Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:13.212Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-27T05:04:13.212Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-27T05:04:13.212Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:04:13.213Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.213Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:13.213Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-27T05:04:13.213Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-27T05:04:13.213Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:04:13.213Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.214Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:13.214Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.214Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-27T05:04:13.214Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-27T05:04:13.214Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-27T05:04:13.214Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-27T05:04:13.215Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.215Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T05:04:13.215Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.215Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-27T05:04:13.215Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:04:13.215Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.216Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-27T05:04:13.216Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:04:13.216Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.216Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-27T05:04:13.216Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:04:13.216Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.217Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-27T05:04:13.217Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-27T05:04:13.217Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9c3a34d8-276e-4f9b-b9f1-c8c9c5e34a88
2022-12-27T05:04:13.217Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.217Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:13.217Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.217Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:13.218Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.218Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:13.218Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:13.218Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:13.218Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2ec83760-701d-404c-b16c-845e02d3a5e8
Model Version:NULL
Model InvariantUuid:429020aa-5ca8-40ce-a361-89109a97181a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:ba02ae01-b510-4b89-bab0-e02f42ba8da1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5299fe98-6543-4a03-a073-d0f5f5142e98
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9a11d2ee-8b87-4fab-9024-937c0527593a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2d6db040-669d-4471-8495-cba7d4a12c91
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:0fd9eb7f-2097-4868-ba3a-de1d800ed0ae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9c3a34d8-276e-4f9b-b9f1-c8c9c5e34a88
ModelInvariantUuid:9e8a9e25-abed-416d-bfe5-8649f858fcd4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:c5a136ca-3fa1-47b0-a9c4-5d6b05503ffc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6baed547-4834-4e55-8e31-4b296a2e456a
ModelInvariantUuid:19496011-b2bb-4837-ae95-bfe1b36fc6c1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e8ba598d-fd4a-4350-9445-884a8eb46873
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-27T05:04:13.222Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 54a50d6a-a280-4f28-bc42-2f4f2cba4001
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-27T05:04:13.224Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-12-27T05:04:13.225Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 54a50d6a-a280-4f28-bc42-2f4f2cba4001
2022-12-27T05:04:13.225Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 91f27afd-1c0d-4c1a-aef4-93c4d7c674d6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-27T05:04:13.225Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-27T05:04:13.225Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-27T05:04:13.299Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-27T05:04:13.299Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 91f27afd-1c0d-4c1a-aef4-93c4d7c674d6 12
2022-12-27T05:04:13.299Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-27T05:04:13.299Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-27T05:04:13.300Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:04:13.300Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:13.301Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:13.302Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117453299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:04:13.402Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:13.403Z||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-27T05:04:13.403Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:13.415Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:13.416Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:14.303Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ee8f3c6-36f9-45c3-9b61-8cb0ba71b199 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-27T05:04:14.303Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-27T05:04:14.303Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-27T05:04:14.454Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-27T05:04:14.455Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6ee8f3c6-36f9-45c3-9b61-8cb0ba71b199 2688
2022-12-27T05:04:14.455Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-27T05:04:14.456Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-27T05:04:14.456Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:04:14.456Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:14.458Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:14.458Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117454455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:04:14.558Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:14.559Z||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-27T05:04:14.559Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:14.570Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:14.570Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:04:15.460Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 351b2d3d-acce-4474-913e-c064bc03fe5e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-27T05:04:15.460Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-27T05:04:15.460Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-27T05:04:15.560Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-27T05:04:15.560Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 351b2d3d-acce-4474-913e-c064bc03fe5e 828
2022-12-27T05:04:15.561Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-27T05:04:15.561Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-27T05:04:15.561Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:04:15.561Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:15.563Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:15.563Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117455561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:04:15.663Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:15.664Z||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-27T05:04:15.664Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:15.676Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:15.676Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:16.564Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2d6db040-669d-4471-8495-cba7d4a12c91",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0fd9eb7f-2097-4868-ba3a-de1d800ed0ae",
    "vfModuleModelCustomizationUUID": "4a77e29b-dd51-4d86-8c85-e68bbc35a924",
    "isBase": true,
    "artifacts": [
      "6ee8f3c6-36f9-45c3-9b61-8cb0ba71b199",
      "37caf229-82c8-41d6-aebb-9cd55b884fb7",
      "3c0c56b4-a4e9-4ec6-b1ed-e701f3213ed5"
    ],
    "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-27T05:04:16.568Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0fd9eb7f-2097-4868-ba3a-de1d800ed0ae
VfModuleModelInvariantUUID:2d6db040-669d-4471-8495-cba7d4a12c91
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ee8f3c6-36f9-45c3-9b61-8cb0ba71b199
,
37caf229-82c8-41d6-aebb-9cd55b884fb7
,
3c0c56b4-a4e9-4ec6-b1ed-e701f3213ed5

}
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-27T05:04:16.571Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2d6db040-669d-4471-8495-cba7d4a12c91",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0fd9eb7f-2097-4868-ba3a-de1d800ed0ae",
    "vfModuleModelCustomizationUUID": "4a77e29b-dd51-4d86-8c85-e68bbc35a924",
    "isBase": true,
    "artifacts": [
      "6ee8f3c6-36f9-45c3-9b61-8cb0ba71b199",
      "37caf229-82c8-41d6-aebb-9cd55b884fb7",
      "3c0c56b4-a4e9-4ec6-b1ed-e701f3213ed5"
    ],
    "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-27T05:04:16.571Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0fd9eb7f-2097-4868-ba3a-de1d800ed0ae
VfModuleModelInvariantUUID:2d6db040-669d-4471-8495-cba7d4a12c91
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ee8f3c6-36f9-45c3-9b61-8cb0ba71b199
,
37caf229-82c8-41d6-aebb-9cd55b884fb7
,
3c0c56b4-a4e9-4ec6-b1ed-e701f3213ed5

}
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-27T05:04:16.571Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 37caf229-82c8-41d6-aebb-9cd55b884fb7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-27T05:04:16.572Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-27T05:04:16.572Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-27T05:04:16.698Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-27T05:04:16.699Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 37caf229-82c8-41d6-aebb-9cd55b884fb7 1164
2022-12-27T05:04:16.699Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-27T05:04:16.699Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-27T05:04:16.699Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:04:16.699Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:16.701Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:16.701Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117456699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:04:16.801Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:16.802Z||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-27T05:04:16.802Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:16.815Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:16.815Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:17.702Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3c0c56b4-a4e9-4ec6-b1ed-e701f3213ed5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-27T05:04:17.702Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-27T05:04:17.703Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-27T05:04:17.757Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-27T05:04:17.758Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3c0c56b4-a4e9-4ec6-b1ed-e701f3213ed5 200
2022-12-27T05:04:17.758Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-27T05:04:17.758Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-27T05:04:17.758Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:04:17.759Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:17.761Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:17.761Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117457758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:04:17.861Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:17.862Z||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-27T05:04:17.862Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:17.874Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:17.874Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:04:18.761Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2ec83760-701d-404c-b16c-845e02d3a5e8
2022-12-27T05:04:18.762Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 54a50d6a-a280-4f28-bc42-2f4f2cba4001 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-27T05:04:18.774Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-27T05:04:18.779Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61a95ced, org.onap.sdc.toscaparser.api.parameters.Input@78de6402, org.onap.sdc.toscaparser.api.parameters.Input@75a0e698, org.onap.sdc.toscaparser.api.parameters.Input@6efc7591, org.onap.sdc.toscaparser.api.parameters.Input@45190297]
2022-12-27T05:04:18.780Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.780Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:18.780Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-12-27T05:04:18.781Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9a11d2ee-8b87-4fab-9024-937c0527593a
2022-12-27T05:04:18.781Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9a11d2ee-8b87-4fab-9024-937c0527593a matches Tosca VF Customization UUID: 9a11d2ee-8b87-4fab-9024-937c0527593a
2022-12-27T05:04:18.781Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9a11d2ee-8b87-4fab-9024-937c0527593a  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-27T05:04:18.782Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.782Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:18.783Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9a11d2ee-8b87-4fab-9024-937c0527593a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-27T05:04:18.783Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@315791dc
2022-12-27T05:04:18.783Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.783Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T05:04:18.783Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4a77e29b-dd51-4d86-8c85-e68bbc35a924
2022-12-27T05:04:18.783Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4a77e29b-dd51-4d86-8c85-e68bbc35a924
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-27T05:04:18.785Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.785Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-27T05:04:18.785Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:04:18.785Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.786Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-27T05:04:18.786Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:04:18.786Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.786Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-27T05:04:18.786Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-27T05:04:18.786Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9c3a34d8-276e-4f9b-b9f1-c8c9c5e34a88
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-27T05:04:18.787Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.788Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-27T05:04:18.788Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:04:18.788Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.788Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-27T05:04:18.788Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9a11d2ee-8b87-4fab-9024-937c0527593a
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-27T05:04:18.790Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.790Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:18.790Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2ec83760-701d-404c-b16c-845e02d3a5e8: basic_cnf
2022-12-27T05:04:18.790Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.790Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:18.791Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.791Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:18.791Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.791Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:18.791Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.791Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:18.791Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:04:18.792Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:04:18.792Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-27T05:04:18.834Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 54a50d6a-a280-4f28-bc42-2f4f2cba4001 1 ASDC deployResourceStructure
2022-12-27T05:04:18.835Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-27T05:04:18.835Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-12-27T05:04:18.836Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-27T05:04:18.836Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:18.838Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:18.838Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117458835,
  "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-27T05:04:18.938Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:18.940Z||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-27T05:04:18.940Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:18.963Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:18.963Z||pool-82-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:04:19.839Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-27T05:04:19.839Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-27T05:04:19.840Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-27T05:04:19.841Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:19.843Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:19.843Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117459839,
  "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-27T05:04:19.943Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:04:19.944Z||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-27T05:04:19.945Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:19.998Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:19.998Z||pool-83-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:20.844Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-27T05:04:20.845Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-27T05:04:20.845Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:04:20.845Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:20.847Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:20.847Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117460844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:04:20.947Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:20.948Z||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-27T05:04:20.948Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:20.962Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:20.963Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:21.848Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-27T05:04:21.849Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-27T05:04:21.849Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:04:21.849Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:21.851Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:21.851Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117461847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T05:04:21.952Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-27T05:04:21.953Z||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-27T05:04:21.953Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:21.968Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:21.968Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:22.853Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-27T05:04:22.853Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-27T05:04:22.853Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:04:22.853Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:22.855Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:22.855Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117462853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-27T05:04:22.955Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:22.957Z||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-27T05:04:22.958Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:22.978Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:22.979Z||pool-86-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:04:23.856Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-27T05:04:23.856Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-27T05:04:23.857Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:04:23.857Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:23.859Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:23.859Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117463856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:04:23.959Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:23.961Z||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-27T05:04:23.961Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:23.977Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:23.978Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:04:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:04:24.516Z||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-27T05:04:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:24.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117327065,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:04:24.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:04:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:04:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:04:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:04:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:04:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:04:24.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:04:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:04:24.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:04:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-27T05:04:24.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:04:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:04:24.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:04:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117224512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:04:24.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:04:24.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117335429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:04:24.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:04:24.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117337870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:04:24.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:04:24.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117339026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:04:24.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:04:24.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117340115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:04:24.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:04:24.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117341256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:04:24.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:04:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117342263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T05:04:24.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:04:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117343272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-27T05:04:24.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:04:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:04:24.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117344282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:04:24.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:04:24.860Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35991cb2-eeb7-4d30-81d8-518fe55d0800
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:04:24.869Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35991cb2-eeb7-4d30-81d8-518fe55d0800
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:04:24.871Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:04:24.871Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T05:04:24.871Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T05:04:24.871Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T05:04:24.872Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:04:24.872Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:04:24.872Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:04:24.872Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:04:24.872Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:04:24.873Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-27T05:04:24.875Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T05:04:54.875Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35991cb2-eeb7-4d30-81d8-518fe55d0800 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-27T05:04:54.880Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35991cb2-eeb7-4d30-81d8-518fe55d0800 and serviceModelVersionId: 2ec83760-701d-404c-b16c-845e02d3a5e8
2022-12-27T05:04:54.880Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 429020aa-5ca8-40ce-a361-89109a97181a
2022-12-27T05:04:54.881Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/429020aa-5ca8-40ce-a361-89109a97181a/model-vers/model-ver/2ec83760-701d-404c-b16c-845e02d3a5e8?depth=0
2022-12-27T05:04:54.885Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T05:04:54.926Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429020aa-5ca8-40ce-a361-89109a97181a/model-vers/model-ver/2ec83760-701d-404c-b16c-845e02d3a5e8?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-27T05:04:54.928Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429020aa-5ca8-40ce-a361-89109a97181a/model-vers/model-ver/2ec83760-701d-404c-b16c-845e02d3a5e8?depth=0|INFO|500||Invoke
2022-12-27T05:04:54.946Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429020aa-5ca8-40ce-a361-89109a97181a/model-vers/model-ver/2ec83760-701d-404c-b16c-845e02d3a5e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-27T05:04:55.145Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429020aa-5ca8-40ce-a361-89109a97181a/model-vers/model-ver/2ec83760-701d-404c-b16c-845e02d3a5e8?depth=0|INFO|500||InvokeReturn
2022-12-27T05:04:55.146Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429020aa-5ca8-40ce-a361-89109a97181a/model-vers/model-ver/2ec83760-701d-404c-b16c-845e02d3a5e8?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 05:04:53 GMT], content-length=[0], vertex-id=[241664], x-aai-txid=[2-aai-resources-221227-05:04:53:532-16141], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T05:04:55.146Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-12-27T05:04:55.147Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T05:04:55.147Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-27T05:04:55.152Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-27T05:04:55.152Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35991cb2-eeb7-4d30-81d8-518fe55d0800 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T05:04:55.152Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T05:04:55.153Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:04:55.154Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:04:55.154Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117495152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:04:55.254Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:04:55.255Z||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-27T05:04:55.255Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:04:55.274Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:04:55.275Z||pool-88-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-27T05:04:56.167Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:04:56.168Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:04:56.168Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:05:05.722Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:05:05.723Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:05:05.723Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:05:05.723Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:05:15.309Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:05:15.309Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:05:15.310Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:05:15.310Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:05:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:05:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:05:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:05:24.716Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:05:24.717Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.717Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16284209-ee85-43c0-ac24-dda968a07c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117435583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:05:24.718Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.718Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.718Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:05:24.718Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:05:24.718Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.718Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-27T05:05:24.719Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:05:24.719Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.719Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-27T05:05:24.719Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:05:24.719Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.719Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:05:24.719Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:05:24.720Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.720Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:05:24.720Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:05:24.720Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.720Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:05:24.720Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:05:24.720Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.721Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-27T05:05:24.721Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:05:24.721Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.721Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:05:24.721Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:05:24.721Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.721Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117436594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:05:24.722Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:05:24.722Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.722Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117450626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:05:24.722Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.722Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.722Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117453299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:05:24.722Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.722Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.723Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117454455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:05:24.723Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.723Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.723Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117455561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:05:24.723Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.723Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.723Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117456699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:05:24.724Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.724Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.724Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117457758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:05:24.724Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.724Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.724Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117458835,
  "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-27T05:05:24.724Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.724Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.725Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117459839,
  "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-27T05:05:24.725Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.725Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.725Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117460844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:05:24.725Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.725Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.725Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117461847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T05:05:24.726Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.726Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.726Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117462853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-27T05:05:24.726Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.726Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T05:05:24.726Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117463856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:05:24.726Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:05:24.912Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:05:24.913Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:05:24.913Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:05:24.913Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:05:34.476Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:06:24.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:06:24.513Z||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-27T05:06:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:06:24.514Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:06:24.515Z||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-27T05:06:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:06:25.053Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:06:25.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-27T05:06:25.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35991cb2-eeb7-4d30-81d8-518fe55d0800",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672117495152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:06:25.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:06:34.092Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:07:24.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:07:24.513Z||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-27T05:07:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:07:24.514Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:07:24.515Z||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-27T05:07:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:07:34.080Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:07:34.100Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:08:24.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:08:24.513Z||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-27T05:08:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:08:24.514Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:08:24.515Z||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-27T05:08:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:08:34.062Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:08:34.091Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:09:24.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:09:24.513Z||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-27T05:09:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:09:24.514Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:09:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T05:09:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:09:34.074Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:09:34.076Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:10:24.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:10:24.513Z||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-27T05:10:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:10:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:10:24.515Z||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-27T05:10:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:10:34.060Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:10:34.095Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:11:24.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:11:24.513Z||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-27T05:11:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:11:24.514Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:11:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:11:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:11:34.080Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:11:34.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:12:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:12:24.517Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:12:24.517Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:12:24.517Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:12:24.517Z||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-27T05:12:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:12:34.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:12:34.093Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:13:24.512Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:13:24.513Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:13:24.514Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:13:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:13:24.515Z||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-27T05:13:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:13:34.065Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:13:34.072Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:14:24.512Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:14:24.513Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:14:24.513Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:14:24.514Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:14:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T05:14:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:14:34.062Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:14:34.076Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:15:24.512Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:15:24.513Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:15:24.513Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:15:24.515Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:15:24.515Z||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-27T05:15:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:15:34.088Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:15:34.105Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:16:24.512Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:16:24.513Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:16:24.513Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:16:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:16:24.515Z||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-27T05:16:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:16:34.062Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:16:34.078Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:17:24.512Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:17:24.513Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:17:24.513Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:17:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:17:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:17:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:17:34.088Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:17:34.101Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:18:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:18:24.513Z||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-27T05:18:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:18:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:18:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:18:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:18:34.067Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:18:34.071Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:19:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:19:24.513Z||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-27T05:19:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:19:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:19:24.515Z||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-27T05:19:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:19:34.071Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:19:34.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:20:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:20:24.513Z||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-27T05:20:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:20:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:20:24.516Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T05:20:24.516Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:20:34.064Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:20:34.076Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:21:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:21:24.513Z||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-27T05:21:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:21:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:21:24.515Z||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-27T05:21:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:21:34.072Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:21:34.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:22:24.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:22:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:22:24.515Z||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-27T05:22:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:22:24.516Z||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-27T05:22:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:22:34.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:22:34.072Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:23:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:23:24.514Z||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-27T05:23:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:23:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:23:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:23:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:23:34.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:23:34.078Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:24:24.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:24:24.513Z||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-27T05:24:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:24:24.515Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:24:24.516Z||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-27T05:24:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:24:34.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:24:34.069Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:25:24.513Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:25:24.513Z||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-27T05:25:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:25:24.514Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:25:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T05:25:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:25:34.062Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:25:34.064Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:24.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:26:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:26:24.515Z||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-27T05:26:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:24.515Z||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-27T05:26:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:25.171Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:25.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"673169f7-eacc-4678-aca2-536e52169a1d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"625558e5-59f4-4143-9cf0-106cf876697c","serviceDescription":"service","serviceInvariantUUID":"1682c15b-c27f-4e6d-b993-2d706f286a87","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b147e84-130a-4a8c-bb61-0decbb53b24b","resourceInvariantUUID":"c07c1af5-3ead-4995-8387-64ee1eb677c5","resourceCustomizationUUID":"7f28f6e6-f8a1-4120-a281-ec4d61d8dcd5","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":"OTFhMDgwOGVkNThjNGUxMmNmOTY5YTExYmEyMGFiN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f9a9c50-3269-406e-9999-af431e1eb9c8","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":"YWVkOGE0ZWVhZmRjNGQxMTdkMzE4ZTcwYTUxYzE1MjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0ab1b69b-a387-4239-83d1-7ce0a2c9166f","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":"f1526896-2344-4f07-9ab3-d18b425725e5","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":"5f414880-9e98-408b-a40b-57d6f095a1da","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":"28ab643c-6613-49b8-b49c-3cdb5bd5f093","artifactVersion":"2","generatedFromUUID":"7dcc851d-abce-46cd-b487-066039c745b0"},{"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":"20956323-ff45-40bc-b9f5-189513dc5b05","artifactVersion":"2","generatedFromUUID":"f1526896-2344-4f07-9ab3-d18b425725e5"},{"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":"7dcc851d-abce-46cd-b487-066039c745b0","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":"94d8e9dc-6e5c-4efe-818f-5bfab28be792","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":"ZGMzM2U3OTRhOWU2MjZkNWM0MzllN2YwZWYxNWE3NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8bfbd4f-024e-4d7d-b9ec-ea40173b1e2f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YWUyMDc4ZTE4MWZkYjIxZDYyYTdiODFhYWQ2MzRlOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89a6de1f-b4f4-44b9-a3e3-c11ab82b0a9f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T05:26:25.177Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:26:25.178Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:25.183Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:25.183Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.196Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:25.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118765659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118763052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118766116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118765659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118763052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:26:25.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118766116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118765659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118763052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:26:25.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118766116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118765659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118763052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118766116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118765659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118763052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118766116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118765659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118763052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-27T05:26:25.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118766116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118773708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118765659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118763052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-27T05:26:25.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118766116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118773708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118765659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118763052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118766116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118773708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118765659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118763052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118775795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118766116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118773708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118765659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:26:25.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118775795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118763052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:26:25.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118766116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:26:25.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118773708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118775795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118773708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118779194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:25.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:26:25.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118779211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:25.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:26:25.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118779550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:25.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:26:25.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118775795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118773708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118780286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:25.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:26:25.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118775795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118773708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118781459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:25.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:26:25.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118775795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118773708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118781681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:26:25.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:26:25.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "cds",
  "timestamp": 1672118782481,
  "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-27T05:26:25.241Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 673169f7-eacc-4678-aca2-536e52169a1d
2022-12-27T05:26:25.242Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 673169f7-eacc-4678-aca2-536e52169a1d 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-27T05:26:25.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118782567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:25.248Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:26:25.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118775795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118782685,
  "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-27T05:26:25.252Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 673169f7-eacc-4678-aca2-536e52169a1d
2022-12-27T05:26:25.252Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 673169f7-eacc-4678-aca2-536e52169a1d 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-27T05:26:25.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118773708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118775795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:25.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:26:25.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:26:25.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118783631,
  "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-27T05:26:25.261Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 673169f7-eacc-4678-aca2-536e52169a1d
2022-12-27T05:26:25.261Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 673169f7-eacc-4678-aca2-536e52169a1d 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-27T05:26:25.283Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:25.284Z||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-27T05:26:25.284Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:25.303Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:25.304Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:26.183Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:26:26.184Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:26.187Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:26.187Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:26:26.287Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:26:26.288Z||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-27T05:26:26.289Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:26.301Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:26.301Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:27.188Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:26:27.189Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:27.191Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:27.191Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:26:27.291Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:27.293Z||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-27T05:26:27.294Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:27.309Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:27.309Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:28.192Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:26:28.193Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:28.195Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:28.195Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:28.295Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:28.296Z||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-27T05:26:28.296Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:28.308Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:28.308Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:29.196Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:26:29.196Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:29.199Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:29.199Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-27T05:26:29.299Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:29.300Z||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-27T05:26:29.300Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:29.363Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:29.363Z||pool-93-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:30.199Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:26:30.200Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:30.202Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:30.202Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-27T05:26:30.302Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:30.303Z||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-27T05:26:30.303Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:30.322Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:30.323Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:31.203Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:26:31.203Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:31.205Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:31.206Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-27T05:26:31.306Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:31.306Z||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-27T05:26:31.307Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:31.322Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:31.322Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:32.206Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:26:32.207Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:32.209Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:32.209Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:32.309Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:32.310Z||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-27T05:26:32.310Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:32.326Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:32.326Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:33.210Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:26:33.210Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:33.212Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:33.212Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:26:33.312Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:33.313Z||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-27T05:26:33.314Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:33.345Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:33.345Z||pool-97-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:34.213Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:26:34.214Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:34.215Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:34.216Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:26:34.316Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:34.317Z||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-27T05:26:34.317Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:34.329Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:34.329Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:35.217Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "625558e5-59f4-4143-9cf0-106cf876697c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1682c15b-c27f-4e6d-b993-2d706f286a87",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "7f28f6e6-f8a1-4120-a281-ec4d61d8dcd5",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8b147e84-130a-4a8c-bb61-0decbb53b24b",
      "resourceInvariantUUID": "c07c1af5-3ead-4995-8387-64ee1eb677c5",
      "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": "YWVkOGE0ZWVhZmRjNGQxMTdkMzE4ZTcwYTUxYzE1MjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0ab1b69b-a387-4239-83d1-7ce0a2c9166f",
          "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": "f1526896-2344-4f07-9ab3-d18b425725e5",
          "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": "20956323-ff45-40bc-b9f5-189513dc5b05",
            "generatedFromUUID": "f1526896-2344-4f07-9ab3-d18b425725e5"
          },
          "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": "28ab643c-6613-49b8-b49c-3cdb5bd5f093",
          "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": "20956323-ff45-40bc-b9f5-189513dc5b05",
          "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": "7dcc851d-abce-46cd-b487-066039c745b0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YWUyMDc4ZTE4MWZkYjIxZDYyYTdiODFhYWQ2MzRlOWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89a6de1f-b4f4-44b9-a3e3-c11ab82b0a9f"
    }
  ],
  "workloadContext": "Production"
}
2022-12-27T05:26:35.217Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T05:26:35.217Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 625558e5-59f4-4143-9cf0-106cf876697c ASDC
2022-12-27T05:26:35.218Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:673169f7-eacc-4678-aca2-536e52169a1d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:625558e5-59f4-4143-9cf0-106cf876697c
ServiceInvariantUUID:1682c15b-c27f-4e6d-b993-2d706f286a87
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:89a6de1f-b4f4-44b9-a3e3-c11ab82b0a9f
ArtifactChecksum:YWUyMDc4ZTE4MWZkYjIxZDYyYTdiODFhYWQ2MzRlOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:7f28f6e6-f8a1-4120-a281-ec4d61d8dcd5
ResourceInvariantUUID:c07c1af5-3ead-4995-8387-64ee1eb677c5
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:8b147e84-130a-4a8c-bb61-0decbb53b24b
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:0ab1b69b-a387-4239-83d1-7ce0a2c9166f
ArtifactChecksum:YWVkOGE0ZWVhZmRjNGQxMTdkMzE4ZTcwYTUxYzE1MjI=
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:f1526896-2344-4f07-9ab3-d18b425725e5
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:20956323-ff45-40bc-b9f5-189513dc5b05
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:28ab643c-6613-49b8-b49c-3cdb5bd5f093
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:20956323-ff45-40bc-b9f5-189513dc5b05
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:7dcc851d-abce-46cd-b487-066039c745b0
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-27T05:26:35.218Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 625558e5-59f4-4143-9cf0-106cf876697c 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-27T05:26:35.263Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:26:35.264Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-27T05:26:35.265Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-27T05:26:35.265Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 89a6de1f-b4f4-44b9-a3e3-c11ab82b0a9f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-27T05:26:35.265Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-27T05:26:35.265Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-27T05:26:35.617Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-27T05:26:35.633Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 89a6de1f-b4f4-44b9-a3e3-c11ab82b0a9f 162981
2022-12-27T05:26:35.633Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:35.633Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:35.633Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:26:35.634Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:35.636Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:35.636Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118795633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:35.736Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:35.737Z||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-27T05:26:35.737Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:35.756Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:35.756Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:36.636Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:26:36.637Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-27T05:26:36.638Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 89a6de1f-b4f4-44b9-a3e3-c11ab82b0a9f, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-27T05:26:36.638Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-27T05:26:36.639Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-27T05:26:36.639Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-27T05:26:36.865Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6011560810257034866/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-27T05:26:38.108Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T05:26:38.108Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-27T05:26:38.109Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-27T05:26:38.109Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-27T05:26:38.109Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-27T05:26:38.109Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:38.109Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:38.109Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:38.109Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-27T05:26:38.109Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.110Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:38.110Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-27T05:26:38.110Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-27T05:26:38.110Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:26:38.110Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.111Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:38.111Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-27T05:26:38.111Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-27T05:26:38.111Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:26:38.111Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.111Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:38.112Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.112Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-27T05:26:38.112Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-27T05:26:38.112Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-27T05:26:38.112Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-27T05:26:38.113Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.113Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T05:26:38.113Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.113Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-27T05:26:38.113Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:26:38.114Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.114Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-27T05:26:38.114Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:26:38.114Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.114Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-27T05:26:38.114Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:26:38.115Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.115Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-27T05:26:38.115Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:26:38.115Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.116Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-27T05:26:38.116Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-27T05:26:38.116Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b53f897-c9da-44c7-bc84-03e2ffbbad96
2022-12-27T05:26:38.116Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.117Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:38.117Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.117Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:38.117Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.117Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:38.117Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:38.117Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:38.118Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:625558e5-59f4-4143-9cf0-106cf876697c
Model Version:NULL
Model InvariantUuid:1682c15b-c27f-4e6d-b993-2d706f286a87
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:d4eb5eb5-5d23-4d0c-a192-ff26e081ac8f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c07c1af5-3ead-4995-8387-64ee1eb677c5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7f28f6e6-f8a1-4120-a281-ec4d61d8dcd5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:743aa1a4-503c-4ca8-8922-b96b1e8a41a1
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:423c3bbb-aaa7-4c81-ba2b-d1a492441eef
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:d98ddc35-0fb6-480c-b9c1-a8327b254f10
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:158c8cb1-4a5c-4b4c-999c-128afc034b7d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b53f897-c9da-44c7-bc84-03e2ffbbad96
ModelInvariantUuid:253631f5-8e71-445f-a39b-464942ceb099
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:584e22ef-a5e1-4eb4-84ba-824f729f55bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:8e30d92b-c647-44cd-b7ad-d3719a3d1e61
ModelInvariantUuid:a68b697a-935b-4db4-a423-88c6f4e52449
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:2da433a8-b14a-4c3d-8e68-c4a9d7221b34
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-27T05:26:38.126Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8b147e84-130a-4a8c-bb61-0decbb53b24b
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-27T05:26:38.130Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-12-27T05:26:38.130Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8b147e84-130a-4a8c-bb61-0decbb53b24b
2022-12-27T05:26:38.130Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0ab1b69b-a387-4239-83d1-7ce0a2c9166f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-27T05:26:38.130Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-27T05:26:38.130Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:38.293Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-27T05:26:38.293Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 0ab1b69b-a387-4239-83d1-7ce0a2c9166f 1565
2022-12-27T05:26:38.294Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:38.294Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:38.294Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:26:38.294Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:38.296Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:38.296Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118798294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:38.396Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:38.397Z||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-27T05:26:38.397Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:38.415Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:38.415Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:39.297Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d98ddc35-0fb6-480c-b9c1-a8327b254f10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "158c8cb1-4a5c-4b4c-999c-128afc034b7d",
    "vfModuleModelCustomizationUUID": "5b1f3670-0644-44b0-b907-9d37a75d4d36",
    "isBase": true,
    "artifacts": [
      "f1526896-2344-4f07-9ab3-d18b425725e5",
      "20956323-ff45-40bc-b9f5-189513dc5b05"
    ],
    "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": "743aa1a4-503c-4ca8-8922-b96b1e8a41a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "423c3bbb-aaa7-4c81-ba2b-d1a492441eef",
    "vfModuleModelCustomizationUUID": "e6dee1fc-d290-416f-a8b5-4fa8df68ef04",
    "isBase": false,
    "artifacts": [
      "7dcc851d-abce-46cd-b487-066039c745b0"
    ],
    "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-27T05:26:39.302Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:158c8cb1-4a5c-4b4c-999c-128afc034b7d
VfModuleModelInvariantUUID:d98ddc35-0fb6-480c-b9c1-a8327b254f10
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1526896-2344-4f07-9ab3-d18b425725e5
,
20956323-ff45-40bc-b9f5-189513dc5b05

}
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:423c3bbb-aaa7-4c81-ba2b-d1a492441eef
VfModuleModelInvariantUUID:743aa1a4-503c-4ca8-8922-b96b1e8a41a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
7dcc851d-abce-46cd-b487-066039c745b0

}
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-27T05:26:39.303Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d98ddc35-0fb6-480c-b9c1-a8327b254f10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "158c8cb1-4a5c-4b4c-999c-128afc034b7d",
    "vfModuleModelCustomizationUUID": "5b1f3670-0644-44b0-b907-9d37a75d4d36",
    "isBase": true,
    "artifacts": [
      "f1526896-2344-4f07-9ab3-d18b425725e5",
      "20956323-ff45-40bc-b9f5-189513dc5b05"
    ],
    "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": "743aa1a4-503c-4ca8-8922-b96b1e8a41a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "423c3bbb-aaa7-4c81-ba2b-d1a492441eef",
    "vfModuleModelCustomizationUUID": "e6dee1fc-d290-416f-a8b5-4fa8df68ef04",
    "isBase": false,
    "artifacts": [
      "7dcc851d-abce-46cd-b487-066039c745b0"
    ],
    "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-27T05:26:39.304Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:158c8cb1-4a5c-4b4c-999c-128afc034b7d
VfModuleModelInvariantUUID:d98ddc35-0fb6-480c-b9c1-a8327b254f10
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1526896-2344-4f07-9ab3-d18b425725e5
,
20956323-ff45-40bc-b9f5-189513dc5b05

}
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:423c3bbb-aaa7-4c81-ba2b-d1a492441eef
VfModuleModelInvariantUUID:743aa1a4-503c-4ca8-8922-b96b1e8a41a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
7dcc851d-abce-46cd-b487-066039c745b0

}
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-27T05:26:39.304Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f1526896-2344-4f07-9ab3-d18b425725e5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-27T05:26:39.304Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-27T05:26:39.304Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:39.479Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-27T05:26:39.480Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f1526896-2344-4f07-9ab3-d18b425725e5 914
2022-12-27T05:26:39.480Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:39.480Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:39.480Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:26:39.480Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:39.482Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:39.482Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118799480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:39.583Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:39.584Z||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-27T05:26:39.585Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:39.614Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:39.615Z||pool-101-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:40.483Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 28ab643c-6613-49b8-b49c-3cdb5bd5f093 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-27T05:26:40.484Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-27T05:26:40.484Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:40.651Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-27T05:26:40.652Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 28ab643c-6613-49b8-b49c-3cdb5bd5f093 12
2022-12-27T05:26:40.652Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:40.652Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:40.652Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:26:40.653Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:40.655Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:40.655Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118800652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:40.756Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:26:40.757Z||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-27T05:26:40.757Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:40.777Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:40.777Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:41.657Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 20956323-ff45-40bc-b9f5-189513dc5b05 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-27T05:26:41.657Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-27T05:26:41.658Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:41.722Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-27T05:26:41.722Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 20956323-ff45-40bc-b9f5-189513dc5b05 96
2022-12-27T05:26:41.723Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:41.723Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:41.723Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:26:41.723Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:41.725Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:41.725Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118801723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:41.825Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:41.826Z||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-27T05:26:41.826Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:41.859Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:41.860Z||pool-103-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:26:42.726Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7dcc851d-abce-46cd-b487-066039c745b0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-27T05:26:42.727Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-27T05:26:42.727Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:42.799Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-27T05:26:42.799Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7dcc851d-abce-46cd-b487-066039c745b0 20206
2022-12-27T05:26:42.800Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:42.800Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:42.800Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:26:42.800Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:42.805Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:42.805Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118802800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:26:42.902Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-27T05:26:42.904Z||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-27T05:26:42.904Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:43.025Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:43.026Z||pool-104-thread-1|||||INFO|500||cambria reply ok (123 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:43.809Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 625558e5-59f4-4143-9cf0-106cf876697c
2022-12-27T05:26:43.809Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8b147e84-130a-4a8c-bb61-0decbb53b24b 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-27T05:26:43.821Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a62b9a3, org.onap.sdc.toscaparser.api.parameters.Input@2f0ff0f0, org.onap.sdc.toscaparser.api.parameters.Input@2a846a6e, org.onap.sdc.toscaparser.api.parameters.Input@639b165b, org.onap.sdc.toscaparser.api.parameters.Input@3ceb142a]
2022-12-27T05:26:43.823Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.823Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:43.823Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-27T05:26:43.823Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7f28f6e6-f8a1-4120-a281-ec4d61d8dcd5
2022-12-27T05:26:43.823Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7f28f6e6-f8a1-4120-a281-ec4d61d8dcd5 matches Tosca VF Customization UUID: 7f28f6e6-f8a1-4120-a281-ec4d61d8dcd5
2022-12-27T05:26:43.824Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7f28f6e6-f8a1-4120-a281-ec4d61d8dcd5  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-27T05:26:43.826Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.826Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:43.826Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7f28f6e6-f8a1-4120-a281-ec4d61d8dcd5: {\"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-27T05:26:43.826Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e7fd0ed
2022-12-27T05:26:43.827Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.827Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T05:26:43.827Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6dee1fc-d290-416f-a8b5-4fa8df68ef04
2022-12-27T05:26:43.827Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6dee1fc-d290-416f-a8b5-4fa8df68ef04
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-27T05:26:43.829Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.829Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-27T05:26:43.830Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:26:43.830Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.830Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-27T05:26:43.830Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:26:43.830Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.830Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-27T05:26:43.831Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7f28f6e6-f8a1-4120-a281-ec4d61d8dcd5
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-27T05:26:43.832Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.833Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:43.833Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 625558e5-59f4-4143-9cf0-106cf876697c: basic_cnf_macro
2022-12-27T05:26:43.833Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.833Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:43.833Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.833Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:43.834Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.834Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:43.834Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.834Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:43.834Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:26:43.834Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:26:43.835Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:43.922Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8b147e84-130a-4a8c-bb61-0decbb53b24b 2 ASDC deployResourceStructure
2022-12-27T05:26:43.923Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:43.923Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:43.923Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:26:43.924Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:43.926Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:43.926Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118803923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:26:44.026Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:44.027Z||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-27T05:26:44.027Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:44.051Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:44.051Z||pool-105-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:26:44.927Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:44.928Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:44.928Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:26:44.928Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:44.930Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:44.930Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118804927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T05:26:45.030Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:45.031Z||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-27T05:26:45.032Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:45.060Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:45.061Z||pool-106-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:45.931Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:45.931Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:45.932Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-27T05:26:45.932Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:45.934Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:45.934Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118805931,
  "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-27T05:26:46.035Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-27T05:26:46.036Z||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-27T05:26:46.036Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:46.054Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:46.055Z||pool-107-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:46.935Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:46.936Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:46.936Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:26:46.936Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:46.938Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:46.938Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118806935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-27T05:26:47.038Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:47.039Z||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-27T05:26:47.039Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:47.105Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:47.106Z||pool-108-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:47.939Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:47.939Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:47.939Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-27T05:26:47.939Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:47.941Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:47.941Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118807939,
  "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-27T05:26:48.042Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:48.042Z||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-27T05:26:48.043Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:48.055Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:48.055Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:26:48.942Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:48.943Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||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-27T05:26:48.943Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:26:48.943Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:26:48.947Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:26:48.947Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118808942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:26:49.047Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:26:49.048Z||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-27T05:26:49.048Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:26:49.067Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:26:49.067Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:26:49.948Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 673169f7-eacc-4678-aca2-536e52169a1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:26:49.957Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 673169f7-eacc-4678-aca2-536e52169a1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:26:49.958Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:26:49.958Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T05:26:49.959Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T05:27:19.959Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 673169f7-eacc-4678-aca2-536e52169a1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:27:19.968Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 673169f7-eacc-4678-aca2-536e52169a1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:27:19.969Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:27:19.969Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T05:27:19.970Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T05:27:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:27:24.515Z||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-27T05:27:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:27:24.697Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:27:24.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:27:24.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:27:24.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:27:49.970Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 673169f7-eacc-4678-aca2-536e52169a1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:27:49.977Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 673169f7-eacc-4678-aca2-536e52169a1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:27:49.979Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:27:49.979Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T05:27:49.980Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T05:28:19.980Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 673169f7-eacc-4678-aca2-536e52169a1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:28:19.988Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 673169f7-eacc-4678-aca2-536e52169a1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:28:19.991Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:28:19.991Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T05:28:19.992Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T05:28:24.516Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:28:24.517Z||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-27T05:28:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:28:25.085Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:28:25.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118775795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118784634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:28:25.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118775795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118786726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118784512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118795633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118798294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118797891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:28:25.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118799480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "aai-ml",
  "timestamp": 1672118798895,
  "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-27T05:28:25.105Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 673169f7-eacc-4678-aca2-536e52169a1d
2022-12-27T05:28:25.105Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 673169f7-eacc-4678-aca2-536e52169a1d 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-27T05:28:25.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118800652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118801723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118802800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118803923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:28:25.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118804927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T05:28:25.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118805931,
  "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-27T05:28:25.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118806935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-27T05:28:25.117Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118807939,
  "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-27T05:28:25.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118808942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:28:25.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118803052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "aai-ml",
  "timestamp": 1672118805795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "cds",
  "timestamp": 1672118810661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118803052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "aai-ml",
  "timestamp": 1672118805795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "cds",
  "timestamp": 1672118810661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118813708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118803052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "aai-ml",
  "timestamp": 1672118805795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "cds",
  "timestamp": 1672118810661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118813708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118803052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "aai-ml",
  "timestamp": 1672118805795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "cds",
  "timestamp": 1672118810661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118813708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118803052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "cds",
  "timestamp": 1672118810661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "aai-ml",
  "timestamp": 1672118805795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118813708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118803052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "aai-ml",
  "timestamp": 1672118805795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "cds",
  "timestamp": 1672118810661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118813708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118803052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "aai-ml",
  "timestamp": 1672118805795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "cds",
  "timestamp": 1672118810661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118813708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118803052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "aai-ml",
  "timestamp": 1672118805795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "cds",
  "timestamp": 1672118810661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118813708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118820544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "aai-ml",
  "timestamp": 1672118820501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "cds",
  "timestamp": 1672118820860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118813708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118821630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "cds",
  "timestamp": 1672118822245,
  "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-27T05:28:25.162Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee47d214-79a6-430a-8c12-813642f59825
2022-12-27T05:28:25.162Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee47d214-79a6-430a-8c12-813642f59825 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-27T05:28:25.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118822720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118823749,
  "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-27T05:28:25.171Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee47d214-79a6-430a-8c12-813642f59825
2022-12-27T05:28:25.171Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee47d214-79a6-430a-8c12-813642f59825 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-27T05:28:25.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118824753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:28:25.177Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118826116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118826116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118826116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118826116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118826116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "aai-ml",
  "timestamp": 1672118830826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:28:25.181Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118826116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "aai-ml",
  "timestamp": 1672118831830,
  "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-27T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee47d214-79a6-430a-8c12-813642f59825
2022-12-27T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee47d214-79a6-430a-8c12-813642f59825 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-27T05:28:25.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118826116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:28:25.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118826116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:28:25.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:28:25.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118835229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:28:25.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118837554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:28:25.194Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:28:25.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:28:25.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118838559,
  "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-27T05:28:25.197Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee47d214-79a6-430a-8c12-813642f59825
2022-12-27T05:28:25.197Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee47d214-79a6-430a-8c12-813642f59825 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-27T05:28:49.992Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 673169f7-eacc-4678-aca2-536e52169a1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:28:50.004Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 673169f7-eacc-4678-aca2-536e52169a1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:28:50.006Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:28:50.006Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T05:28:50.006Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T05:28:50.007Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T05:28:50.007Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:28:50.007Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:28:50.007Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:28:50.007Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:28:50.008Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:28:50.008Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-27T05:28:50.011Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T05:29:20.011Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 673169f7-eacc-4678-aca2-536e52169a1d 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-27T05:29:20.017Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 673169f7-eacc-4678-aca2-536e52169a1d and serviceModelVersionId: 625558e5-59f4-4143-9cf0-106cf876697c
2022-12-27T05:29:20.018Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1682c15b-c27f-4e6d-b993-2d706f286a87
2022-12-27T05:29:20.019Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1682c15b-c27f-4e6d-b993-2d706f286a87/model-vers/model-ver/625558e5-59f4-4143-9cf0-106cf876697c?depth=0
2022-12-27T05:29:20.024Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T05:29:20.072Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1682c15b-c27f-4e6d-b993-2d706f286a87/model-vers/model-ver/625558e5-59f4-4143-9cf0-106cf876697c?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-27T05:29:20.074Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1682c15b-c27f-4e6d-b993-2d706f286a87/model-vers/model-ver/625558e5-59f4-4143-9cf0-106cf876697c?depth=0|INFO|500||Invoke
2022-12-27T05:29:20.095Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1682c15b-c27f-4e6d-b993-2d706f286a87/model-vers/model-ver/625558e5-59f4-4143-9cf0-106cf876697c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-27T05:29:20.294Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1682c15b-c27f-4e6d-b993-2d706f286a87/model-vers/model-ver/625558e5-59f4-4143-9cf0-106cf876697c?depth=0|INFO|500||InvokeReturn
2022-12-27T05:29:20.294Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1682c15b-c27f-4e6d-b993-2d706f286a87/model-vers/model-ver/625558e5-59f4-4143-9cf0-106cf876697c?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 05:29:18 GMT], content-length=[0], vertex-id=[221288], x-aai-txid=[0-aai-resources-221227-05:29:18:686-8950], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T05:29:20.295Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-27T05:29:20.295Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T05:29:20.295Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-27T05:29:20.301Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-27T05:29:20.301Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 673169f7-eacc-4678-aca2-536e52169a1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T05:29:20.301Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T05:29:20.302Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:20.304Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:20.304Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118960301,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:29:20.404Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:20.405Z||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-27T05:29:20.405Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:20.443Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:20.443Z||pool-111-thread-1|||||INFO|500||cambria reply ok (38 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-27T05:29:21.315Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:29:21.315Z|673169f7-eacc-4678-aca2-536e52169a1d|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-27T05:29:21.315Z|673169f7-eacc-4678-aca2-536e52169a1d|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:29:24.515Z||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-27T05:29:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:25.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:25.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118913708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118916116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "cds",
  "timestamp": 1672118915669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118923052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118913708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118916116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "cds",
  "timestamp": 1672118915669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118923052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118916116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118913708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "cds",
  "timestamp": 1672118915669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118923052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118916116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118913708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "cds",
  "timestamp": 1672118915669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118925795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118923052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118916116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118913708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "cds",
  "timestamp": 1672118915669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118925795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118923052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118916116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118913708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "cds",
  "timestamp": 1672118915669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118925795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118923052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118916116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118913708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "cds",
  "timestamp": 1672118915669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118925795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118923052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118913708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118916116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "cds",
  "timestamp": 1672118915669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118925795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118923052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118913708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118916116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:29:25.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "cds",
  "timestamp": 1672118915669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:29:25.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118925795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672118923052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:29:25.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118932803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:29:25.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:29:25.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118932132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:29:25.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:29:25.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "cds",
  "timestamp": 1672118932399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:29:25.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:29:25.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118925795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118933845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T05:29:25.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:29:25.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "cds",
  "timestamp": 1672118933904,
  "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-27T05:29:25.237Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac4ba773-e255-42eb-b332-16cdc13ab019
2022-12-27T05:29:25.237Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4ba773-e255-42eb-b332-16cdc13ab019 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-27T05:29:25.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118925795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118933924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:29:25.243Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:29:25.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672118934849,
  "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-27T05:29:25.245Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ac4ba773-e255-42eb-b332-16cdc13ab019
2022-12-27T05:29:25.245Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4ba773-e255-42eb-b332-16cdc13ab019 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-27T05:29:25.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118925795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:29:25.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:29:25.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672118934928,
  "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-27T05:29:25.255Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac4ba773-e255-42eb-b332-16cdc13ab019
2022-12-27T05:29:25.255Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4ba773-e255-42eb-b332-16cdc13ab019 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-27T05:29:25.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118935723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:29:25.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:29:25.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118942789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:29:25.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:29:25.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "aai-ml",
  "timestamp": 1672118943792,
  "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-27T05:29:25.263Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac4ba773-e255-42eb-b332-16cdc13ab019
2022-12-27T05:29:25.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4ba773-e255-42eb-b332-16cdc13ab019 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-27T05:29:25.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "673169f7-eacc-4678-aca2-536e52169a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118960301,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:29:25.268Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:29:25.775Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:25.776Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-27T05:29:25.776Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee47d214-79a6-430a-8c12-813642f59825","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"913a63fc-4c82-4454-9fb9-06c12f066f81","serviceDescription":"service","serviceInvariantUUID":"f1aa4b0a-2d32-4bdd-9542-1ebe6a568947","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c57856e9-a2aa-456d-8411-93fa32f3ca07","resourceInvariantUUID":"ce509037-3bd2-49ba-985e-a11a642c41a5","resourceCustomizationUUID":"4959c5e6-e661-4c72-ad89-88cdc7013f06","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":"ODBlOTM0MGExMjlhYTdhZjkzYTFiZGFjOWI5NmNkZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bccfded-6a45-4fa3-814c-32a51be360e3","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":"YTg5MzQxYjIxNTA1YWFjZmMzZjU1YjcwMzMyMjdhYWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"27cb23c2-a612-4d10-92cb-aacd013b53fa","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":"4cb0951c-9fad-4b55-be8d-12efe2fcbdd7","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":"b5290e33-612f-4f4c-9ac6-d86795dd4824","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":"eaca4b68-f0c0-42c3-9107-7041c1484391","artifactVersion":"2","generatedFromUUID":"4cb0951c-9fad-4b55-be8d-12efe2fcbdd7"},{"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":"ZTE3M2U4NmYxY2RkYjJjYjgzZTIyZTAzZTE4MWYzOTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9ebc366-16ec-4c92-ad6e-a85297ec6b0a","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":"OGQxYThiMmQ5OWNkYTU5ZjNhNjg0ZDI2NzgwNDNjNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f669b152-9579-4bb3-8431-8f3cf0f5f01b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjY5MGMzNWE4OWYzYTUyYTRkMmVhMjUwMGE4NWMxYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bdfd76e-7b0c-4670-8eb1-5389b6869a04","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T05:29:25.778Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:29:25.778Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:25.780Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:25.780Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:25.880Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:25.881Z||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-27T05:29:25.881Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:25.896Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:25.896Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:26.781Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:29:26.781Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:26.784Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:26.784Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:29:26.884Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:26.885Z||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-27T05:29:26.886Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:26.902Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:26.902Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:27.785Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:29:27.786Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:27.787Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:27.787Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:29:27.888Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:27.889Z||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-27T05:29:27.889Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:27.903Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:27.903Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:28.788Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:29:28.789Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:28.791Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:28.791Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:28.893Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-27T05:29:28.893Z||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-27T05:29:28.893Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:28.906Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:28.906Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:29.791Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:29:29.792Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:29.794Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:29.794Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-27T05:29:29.894Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:29.895Z||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-27T05:29:29.895Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:29.908Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:29.908Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:29:30.795Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:29:30.795Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:30.797Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:30.797Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:30.897Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:29:30.898Z||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-27T05:29:30.898Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:30.917Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:30.918Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:31.798Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:29:31.799Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:31.801Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:31.801Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:29:31.901Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:31.901Z||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-27T05:29:31.902Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:31.914Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:31.914Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:32.801Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:29:32.802Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:32.804Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:32.804Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:29:32.904Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:32.905Z||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-27T05:29:32.905Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:32.924Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:32.925Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:33.805Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "913a63fc-4c82-4454-9fb9-06c12f066f81",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f1aa4b0a-2d32-4bdd-9542-1ebe6a568947",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4959c5e6-e661-4c72-ad89-88cdc7013f06",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c57856e9-a2aa-456d-8411-93fa32f3ca07",
      "resourceInvariantUUID": "ce509037-3bd2-49ba-985e-a11a642c41a5",
      "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": "YTg5MzQxYjIxNTA1YWFjZmMzZjU1YjcwMzMyMjdhYWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "27cb23c2-a612-4d10-92cb-aacd013b53fa",
          "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": "4cb0951c-9fad-4b55-be8d-12efe2fcbdd7",
          "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": "eaca4b68-f0c0-42c3-9107-7041c1484391",
            "generatedFromUUID": "4cb0951c-9fad-4b55-be8d-12efe2fcbdd7"
          },
          "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": "eaca4b68-f0c0-42c3-9107-7041c1484391",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjY5MGMzNWE4OWYzYTUyYTRkMmVhMjUwMGE4NWMxYjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0bdfd76e-7b0c-4670-8eb1-5389b6869a04"
    }
  ],
  "workloadContext": "Production"
}
2022-12-27T05:29:33.806Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T05:29:33.806Z|673169f7-eacc-4678-aca2-536e52169a1d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 913a63fc-4c82-4454-9fb9-06c12f066f81 ASDC
2022-12-27T05:29:33.806Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ee47d214-79a6-430a-8c12-813642f59825
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:913a63fc-4c82-4454-9fb9-06c12f066f81
ServiceInvariantUUID:f1aa4b0a-2d32-4bdd-9542-1ebe6a568947
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:0bdfd76e-7b0c-4670-8eb1-5389b6869a04
ArtifactChecksum:YjY5MGMzNWE4OWYzYTUyYTRkMmVhMjUwMGE4NWMxYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4959c5e6-e661-4c72-ad89-88cdc7013f06
ResourceInvariantUUID:ce509037-3bd2-49ba-985e-a11a642c41a5
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c57856e9-a2aa-456d-8411-93fa32f3ca07
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:27cb23c2-a612-4d10-92cb-aacd013b53fa
ArtifactChecksum:YTg5MzQxYjIxNTA1YWFjZmMzZjU1YjcwMzMyMjdhYWU=
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:4cb0951c-9fad-4b55-be8d-12efe2fcbdd7
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:eaca4b68-f0c0-42c3-9107-7041c1484391
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:eaca4b68-f0c0-42c3-9107-7041c1484391
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-27T05:29:33.806Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 913a63fc-4c82-4454-9fb9-06c12f066f81 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-27T05:29:33.836Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:29:33.836Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-27T05:29:33.836Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-27T05:29:33.837Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0bdfd76e-7b0c-4670-8eb1-5389b6869a04 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-27T05:29:33.837Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-27T05:29:33.837Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-27T05:29:33.921Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-27T05:29:33.925Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0bdfd76e-7b0c-4670-8eb1-5389b6869a04 82633
2022-12-27T05:29:33.925Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:33.926Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:33.926Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:29:33.926Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:33.929Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:33.929Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118973925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:29:34.030Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:34.031Z||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-27T05:29:34.031Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:34.041Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:34.042Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:34.931Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:29:34.932Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-27T05:29:34.932Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0bdfd76e-7b0c-4670-8eb1-5389b6869a04, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-27T05:29:34.932Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-27T05:29:34.933Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-27T05:29:34.933Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-27T05:29:35.033Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2229904029766531589/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-27T05:29:36.110Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T05:29:36.110Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-27T05:29:36.110Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-27T05:29:36.110Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-27T05:29:36.110Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:36.111Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-27T05:29:36.111Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:36.111Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-27T05:29:36.111Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-27T05:29:36.111Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-27T05:29:36.111Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:36.112Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-27T05:29:36.112Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.112Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:36.112Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-27T05:29:36.112Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-27T05:29:36.113Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:29:36.113Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.113Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:36.113Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-27T05:29:36.113Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-27T05:29:36.113Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:29:36.114Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.114Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:36.114Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.114Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-27T05:29:36.115Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-27T05:29:36.115Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-27T05:29:36.116Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-27T05:29:36.116Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-27T05:29:36.116Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-27T05:29:36.116Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.116Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T05:29:36.117Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.117Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-27T05:29:36.117Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:29:36.117Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.118Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-27T05:29:36.118Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:29:36.118Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.118Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-27T05:29:36.118Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:29:36.118Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.119Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-27T05:29:36.119Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-27T05:29:36.119Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-27T05:29:36.119Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=81617dbc-44a9-4183-81a4-d2c5ff92c391
2022-12-27T05:29:36.119Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.119Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:36.120Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.120Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:36.120Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.120Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:36.120Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:36.121Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:36.121Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:913a63fc-4c82-4454-9fb9-06c12f066f81
Model Version:NULL
Model InvariantUuid:f1aa4b0a-2d32-4bdd-9542-1ebe6a568947
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:1ce780d0-3acc-4a60-88e6-98cdd522b653
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ce509037-3bd2-49ba-985e-a11a642c41a5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4959c5e6-e661-4c72-ad89-88cdc7013f06
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5ee29b48-2b36-4166-883d-9b73452534c3
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:cbabe36e-b4f1-4949-8fab-ac3bd8a864fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:81617dbc-44a9-4183-81a4-d2c5ff92c391
ModelInvariantUuid:08e3088c-4f13-412b-b12f-56bd1bae81b9
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:68e5a9ea-057b-4d6c-a033-048b617a21e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:20704fde-4ee8-4e26-9470-ed6baeb4fce2
ModelInvariantUuid:97c7c7c2-95c1-48f6-8e98-f39ab119cbb8
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:ea50e286-6ef6-4991-9a4c-19fa8856b490
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-27T05:29:36.127Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c57856e9-a2aa-456d-8411-93fa32f3ca07
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-27T05:29:36.129Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-12-27T05:29:36.129Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c57856e9-a2aa-456d-8411-93fa32f3ca07
2022-12-27T05:29:36.129Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 27cb23c2-a612-4d10-92cb-aacd013b53fa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-27T05:29:36.130Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-27T05:29:36.130Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:36.197Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-27T05:29:36.198Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 27cb23c2-a612-4d10-92cb-aacd013b53fa 792
2022-12-27T05:29:36.198Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:36.198Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:36.198Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:29:36.199Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:36.200Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:36.200Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118976198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:29:36.301Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:36.302Z||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-27T05:29:36.302Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:36.314Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:36.315Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:37.201Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5ee29b48-2b36-4166-883d-9b73452534c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cbabe36e-b4f1-4949-8fab-ac3bd8a864fa",
    "vfModuleModelCustomizationUUID": "4c087a61-fd87-4566-b331-9d7dd811d4bb",
    "isBase": true,
    "artifacts": [
      "4cb0951c-9fad-4b55-be8d-12efe2fcbdd7",
      "eaca4b68-f0c0-42c3-9107-7041c1484391"
    ],
    "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-27T05:29:37.204Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbabe36e-b4f1-4949-8fab-ac3bd8a864fa
VfModuleModelInvariantUUID:5ee29b48-2b36-4166-883d-9b73452534c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cb0951c-9fad-4b55-be8d-12efe2fcbdd7
,
eaca4b68-f0c0-42c3-9107-7041c1484391

}
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-27T05:29:37.206Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5ee29b48-2b36-4166-883d-9b73452534c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cbabe36e-b4f1-4949-8fab-ac3bd8a864fa",
    "vfModuleModelCustomizationUUID": "4c087a61-fd87-4566-b331-9d7dd811d4bb",
    "isBase": true,
    "artifacts": [
      "4cb0951c-9fad-4b55-be8d-12efe2fcbdd7",
      "eaca4b68-f0c0-42c3-9107-7041c1484391"
    ],
    "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-27T05:29:37.206Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbabe36e-b4f1-4949-8fab-ac3bd8a864fa
VfModuleModelInvariantUUID:5ee29b48-2b36-4166-883d-9b73452534c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cb0951c-9fad-4b55-be8d-12efe2fcbdd7
,
eaca4b68-f0c0-42c3-9107-7041c1484391

}
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-27T05:29:37.206Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4cb0951c-9fad-4b55-be8d-12efe2fcbdd7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-27T05:29:37.206Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-27T05:29:37.207Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:37.445Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-27T05:29:37.446Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4cb0951c-9fad-4b55-be8d-12efe2fcbdd7 5033
2022-12-27T05:29:37.446Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:37.446Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:37.446Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:29:37.446Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:37.448Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:37.448Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118977446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:29:37.548Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:37.549Z||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-27T05:29:37.549Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:37.576Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:37.576Z||pool-122-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:38.449Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eaca4b68-f0c0-42c3-9107-7041c1484391 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-27T05:29:38.449Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-27T05:29:38.449Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:38.501Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-27T05:29:38.502Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env eaca4b68-f0c0-42c3-9107-7041c1484391 903
2022-12-27T05:29:38.502Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:38.502Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:38.502Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:29:38.502Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:38.505Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:38.506Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118978502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:29:38.604Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-27T05:29:38.605Z||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-27T05:29:38.605Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:38.615Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:38.615Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:39.506Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 913a63fc-4c82-4454-9fb9-06c12f066f81
2022-12-27T05:29:39.507Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c57856e9-a2aa-456d-8411-93fa32f3ca07 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-27T05:29:39.520Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30782f24, org.onap.sdc.toscaparser.api.parameters.Input@1903a70e, org.onap.sdc.toscaparser.api.parameters.Input@206e4443, org.onap.sdc.toscaparser.api.parameters.Input@4b00add2, org.onap.sdc.toscaparser.api.parameters.Input@3a70aa99]
2022-12-27T05:29:39.522Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.522Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:39.523Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-27T05:29:39.523Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4959c5e6-e661-4c72-ad89-88cdc7013f06
2022-12-27T05:29:39.523Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4959c5e6-e661-4c72-ad89-88cdc7013f06 matches Tosca VF Customization UUID: 4959c5e6-e661-4c72-ad89-88cdc7013f06
2022-12-27T05:29:39.523Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4959c5e6-e661-4c72-ad89-88cdc7013f06  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-27T05:29:39.525Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.525Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:39.526Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4959c5e6-e661-4c72-ad89-88cdc7013f06: {\"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-27T05:29:39.526Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22f108bd
2022-12-27T05:29:39.526Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.526Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T05:29:39.526Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c087a61-fd87-4566-b331-9d7dd811d4bb
2022-12-27T05:29:39.527Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c087a61-fd87-4566-b331-9d7dd811d4bb
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-27T05:29:39.529Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.529Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-27T05:29:39.529Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:29:39.530Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.530Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-27T05:29:39.530Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:29:39.531Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.531Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-27T05:29:39.531Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-27T05:29:39.532Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-27T05:29:39.532Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=81617dbc-44a9-4183-81a4-d2c5ff92c391
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-27T05:29:39.534Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.535Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-27T05:29:39.535Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T05:29:39.535Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.535Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-27T05:29:39.535Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4959c5e6-e661-4c72-ad89-88cdc7013f06
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-27T05:29:39.537Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.538Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:39.538Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 913a63fc-4c82-4454-9fb9-06c12f066f81: basic_vm_macro
2022-12-27T05:29:39.538Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.538Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:39.538Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.538Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:39.539Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.539Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:39.539Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.539Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:39.539Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:29:39.539Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:29:39.539Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:39.639Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c57856e9-a2aa-456d-8411-93fa32f3ca07 1 ASDC deployResourceStructure
2022-12-27T05:29:39.640Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:39.640Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:39.640Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:29:39.640Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:39.643Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:39.643Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118979640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:29:39.743Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:39.744Z||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-27T05:29:39.744Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:39.758Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:39.759Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:29:40.644Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:40.644Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:40.644Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:29:40.644Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:40.646Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:40.646Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118980644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T05:29:40.746Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:40.748Z||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-27T05:29:40.749Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:40.759Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:40.759Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:41.647Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:41.647Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:41.648Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:29:41.648Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:41.650Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:41.650Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118981647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-27T05:29:41.750Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:29:41.751Z||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-27T05:29:41.751Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:41.766Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:41.767Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:29:42.650Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:42.651Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||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-27T05:29:42.651Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:29:42.651Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:29:42.653Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:29:42.653Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118982650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:29:42.754Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-27T05:29:42.756Z||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-27T05:29:42.756Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:29:42.768Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:29:42.768Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:29:43.654Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee47d214-79a6-430a-8c12-813642f59825
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:29:43.662Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee47d214-79a6-430a-8c12-813642f59825
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:29:43.663Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:29:43.663Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T05:29:43.663Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T05:29:43.663Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T05:29:43.664Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:29:43.664Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:29:43.664Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:29:43.664Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:29:43.664Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:29:43.664Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-27T05:29:43.666Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T05:30:13.667Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee47d214-79a6-430a-8c12-813642f59825 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-27T05:30:13.674Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee47d214-79a6-430a-8c12-813642f59825 and serviceModelVersionId: 913a63fc-4c82-4454-9fb9-06c12f066f81
2022-12-27T05:30:13.674Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f1aa4b0a-2d32-4bdd-9542-1ebe6a568947
2022-12-27T05:30:13.675Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f1aa4b0a-2d32-4bdd-9542-1ebe6a568947/model-vers/model-ver/913a63fc-4c82-4454-9fb9-06c12f066f81?depth=0
2022-12-27T05:30:13.681Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T05:30:13.724Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1aa4b0a-2d32-4bdd-9542-1ebe6a568947/model-vers/model-ver/913a63fc-4c82-4454-9fb9-06c12f066f81?depth=0|INFO|500||Invoke
2022-12-27T05:30:13.724Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1aa4b0a-2d32-4bdd-9542-1ebe6a568947/model-vers/model-ver/913a63fc-4c82-4454-9fb9-06c12f066f81?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1aa4b0a-2d32-4bdd-9542-1ebe6a568947/model-vers/model-ver/913a63fc-4c82-4454-9fb9-06c12f066f81?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ee47d214-79a6-430a-8c12-813642f59825], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca21925e-a0e0-4adb-88f7-da16d0bfefcc], X-ECOMP-RequestID=[ee47d214-79a6-430a-8c12-813642f59825], X-TransactionId=[], X-ONAP-RequestID=[ee47d214-79a6-430a-8c12-813642f59825], Content-Type=[application/merge-patch+json]}
2022-12-27T05:30:13.744Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1aa4b0a-2d32-4bdd-9542-1ebe6a568947/model-vers/model-ver/913a63fc-4c82-4454-9fb9-06c12f066f81?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-27T05:30:13.887Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1aa4b0a-2d32-4bdd-9542-1ebe6a568947/model-vers/model-ver/913a63fc-4c82-4454-9fb9-06c12f066f81?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/f1aa4b0a-2d32-4bdd-9542-1ebe6a568947/model-vers/model-ver/913a63fc-4c82-4454-9fb9-06c12f066f81?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 05:30:12 GMT], content-length=[0], vertex-id=[278528], x-aai-txid=[1-aai-resources-221227-05:30:12:327-95154], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T05:30:13.887Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1aa4b0a-2d32-4bdd-9542-1ebe6a568947/model-vers/model-ver/913a63fc-4c82-4454-9fb9-06c12f066f81?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-27T05:30:13.888Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1aa4b0a-2d32-4bdd-9542-1ebe6a568947/model-vers/model-ver/913a63fc-4c82-4454-9fb9-06c12f066f81?depth=0|INFO|500||InvokeReturn
2022-12-27T05:30:13.888Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T05:30:13.888Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-27T05:30:13.892Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-27T05:30:13.892Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee47d214-79a6-430a-8c12-813642f59825 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T05:30:13.892Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T05:30:13.893Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:13.895Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:13.895Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672119013892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:30:13.995Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:30:13.996Z||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-27T05:30:13.996Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:14.014Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:14.014Z||pool-128-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-27T05:30:14.903Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-27T05:30:14.903Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac4ba773-e255-42eb-b332-16cdc13ab019","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4e71a35d-2d5b-413f-9428-aa3b98fb5cc8","serviceDescription":"service","serviceInvariantUUID":"3df05a20-2dfb-43ac-b1b9-46614d20ab4a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"537f7925-de5d-48e1-b8ce-9c4ba7df301a","resourceInvariantUUID":"aaaddcbd-c9d0-404a-9c13-d7a6e6a16303","resourceCustomizationUUID":"a9360ccb-1b57-4086-9e34-f7daa2bbc381","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":"ZjAzMDM1OTBhYjhiODRmZGE3YWUwOGEyMWJlZTI3YzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0afe4d9d-aec6-4a2f-addd-ed218453514a","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":"3d162c32-819a-481e-a386-47aefe78de8a","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":"37d8e8bd-218d-4e77-96af-2732146d4ac9","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":"NzhkYTMxYWNlZGZjNzNkNTk5YzkyMzljYzFhNzhjODI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"28491b65-87b2-4995-b2b2-c95262153446","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":"dd20a1c8-ee5e-4911-bb0d-7274a1fd0e40","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":"f5dd5f6b-471c-48d0-858d-e8d41592933c","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":"c5e2e26b-8e55-4720-bba0-1d23fa0e8f15","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":"NTMyMWY0ZTUyOWIzOWE4M2Q3YTYwMGIwYjllZWFiYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1dd22595-3d0c-40aa-8360-90a8300dfe01","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTE0YmY3ZWY2YWM5OWJmODdhNGM2OTE0MzZkNWYxZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2bcfbd67-48ee-4207-8c73-3524361e75ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T05:30:14.904Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:30:14.904Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:14.905Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:14.905Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:15.006Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-27T05:30:15.007Z||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-27T05:30:15.007Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:15.019Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:15.020Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:30:15.906Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:30:15.907Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:15.908Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:15.908Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:16.009Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:30:16.010Z||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-27T05:30:16.010Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:16.025Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:16.025Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:30:16.913Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:30:16.918Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:16.920Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:16.920Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:17.021Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-27T05:30:17.021Z||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-27T05:30:17.022Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:17.046Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:17.047Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:30:17.921Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:30:17.921Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:17.923Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:17.923Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:18.023Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:30:18.024Z||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-27T05:30:18.024Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:18.036Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:18.037Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:30:18.923Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:30:18.926Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:18.928Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:18.928Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:19.028Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:30:19.029Z||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-27T05:30:19.029Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:19.046Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:19.047Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:30:19.929Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:30:19.929Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:19.932Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:19.932Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:20.033Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-27T05:30:20.034Z||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-27T05:30:20.034Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:20.054Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:20.055Z||pool-134-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:30:20.932Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:30:20.933Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:20.935Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:20.935Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:21.035Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:30:21.035Z||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-27T05:30:21.036Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:21.049Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:21.049Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:30:21.935Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:30:21.936Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:21.937Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:21.938Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:22.038Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:30:22.039Z||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-27T05:30:22.039Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:22.058Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:22.059Z||pool-136-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:30:22.938Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:30:22.940Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:22.942Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:22.942Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:30:23.042Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:30:23.043Z||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-27T05:30:23.043Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:23.083Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:23.084Z||pool-137-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:30:23.943Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4e71a35d-2d5b-413f-9428-aa3b98fb5cc8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3df05a20-2dfb-43ac-b1b9-46614d20ab4a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "a9360ccb-1b57-4086-9e34-f7daa2bbc381",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "537f7925-de5d-48e1-b8ce-9c4ba7df301a",
      "resourceInvariantUUID": "aaaddcbd-c9d0-404a-9c13-d7a6e6a16303",
      "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": "ZTE0YmY3ZWY2YWM5OWJmODdhNGM2OTE0MzZkNWYxZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2bcfbd67-48ee-4207-8c73-3524361e75ee"
    }
  ],
  "workloadContext": "Production"
}
2022-12-27T05:30:23.943Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T05:30:23.944Z|ee47d214-79a6-430a-8c12-813642f59825|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4e71a35d-2d5b-413f-9428-aa3b98fb5cc8 ASDC
2022-12-27T05:30:23.944Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ac4ba773-e255-42eb-b332-16cdc13ab019
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:4e71a35d-2d5b-413f-9428-aa3b98fb5cc8
ServiceInvariantUUID:3df05a20-2dfb-43ac-b1b9-46614d20ab4a
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:2bcfbd67-48ee-4207-8c73-3524361e75ee
ArtifactChecksum:ZTE0YmY3ZWY2YWM5OWJmODdhNGM2OTE0MzZkNWYxZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:a9360ccb-1b57-4086-9e34-f7daa2bbc381
ResourceInvariantUUID:aaaddcbd-c9d0-404a-9c13-d7a6e6a16303
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:537f7925-de5d-48e1-b8ce-9c4ba7df301a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-27T05:30:23.945Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e71a35d-2d5b-413f-9428-aa3b98fb5cc8 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-27T05:30:23.963Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:30:23.963Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-27T05:30:23.964Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-27T05:30:23.964Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2bcfbd67-48ee-4207-8c73-3524361e75ee from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-27T05:30:23.964Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-27T05:30:23.964Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-27T05:30:24.175Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-27T05:30:24.182Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2bcfbd67-48ee-4207-8c73-3524361e75ee 110858
2022-12-27T05:30:24.182Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||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-27T05:30:24.182Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||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-27T05:30:24.182Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:30:24.183Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:24.184Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:24.184Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672119024182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:30:24.285Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:30:24.286Z||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-27T05:30:24.286Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:24.300Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:24.300Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:30:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:30:24.515Z||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-27T05:30:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:25.185Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:30:25.186Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-27T05:30:25.186Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2bcfbd67-48ee-4207-8c73-3524361e75ee, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-27T05:30:25.187Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-27T05:30:25.187Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-27T05:30:25.187Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-27T05:30:25.229Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:25.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-27T05:30:25.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-27T05:30:25.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-27T05:30:25.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118973925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118976198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118977446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:30:25.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118978502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118979640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118980644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118981647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118982650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee47d214-79a6-430a-8c12-813642f59825",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672119013892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-27T05:30:25.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672118961315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-27T05:30:25.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-27T05:30:25.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-27T05:30:25.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672119024182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-27T05:30:25.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:30:25.285Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16062916294004852769/Definitions/service-TestPnfMacro-template.yml
2022-12-27T05:30:26.074Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T05:30:26.075Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-27T05:30:26.075Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-27T05:30:26.075Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-27T05:30:26.075Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-27T05:30:26.075Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-27T05:30:26.075Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||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-27T05:30:26.075Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-27T05:30:26.076Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-27T05:30:26.076Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-27T05:30:26.076Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-27T05:30:26.076Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-27T05:30:26.076Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:30:26.076Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:30:26.076Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-27T05:30:26.076Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-27T05:30:26.077Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:30:26.077Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:30:26.077Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:30:26.077Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-27T05:30:26.077Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-27T05:30:26.077Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:30:26.077Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:30:26.078Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:30:26.078Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:30:26.078Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:30:26.078Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:30:26.078Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:30:26.078Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:30:26.078Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:30:26.078Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:30:26.079Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:30:26.079Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:4e71a35d-2d5b-413f-9428-aa3b98fb5cc8
Model Version:NULL
Model InvariantUuid:3df05a20-2dfb-43ac-b1b9-46614d20ab4a
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-27T05:30:26.084Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 537f7925-de5d-48e1-b8ce-9c4ba7df301a
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-27T05:30:26.087Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-12-27T05:30:26.087Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 537f7925-de5d-48e1-b8ce-9c4ba7df301a
2022-12-27T05:30:26.087Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 4e71a35d-2d5b-413f-9428-aa3b98fb5cc8
2022-12-27T05:30:26.087Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4e71a35d-2d5b-413f-9428-aa3b98fb5cc8
2022-12-27T05:30:26.088Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 537f7925-de5d-48e1-b8ce-9c4ba7df301a 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-27T05:30:26.093Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4681b40, org.onap.sdc.toscaparser.api.parameters.Input@23a1c4e4, org.onap.sdc.toscaparser.api.parameters.Input@3838f0fe, org.onap.sdc.toscaparser.api.parameters.Input@754e2eff, org.onap.sdc.toscaparser.api.parameters.Input@31b8890d]
2022-12-27T05:30:26.094Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:30:26.094Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:30:26.095Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4e71a35d-2d5b-413f-9428-aa3b98fb5cc8: test-pnf
2022-12-27T05:30:26.095Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||Processing PNF resource: 537f7925-de5d-48e1-b8ce-9c4ba7df301a
2022-12-27T05:30:26.095Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-27T05:30:26.095Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:30:26.096Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||Resource customization UUID: a9360ccb-1b57-4086-9e34-f7daa2bbc381 is the same as notified resource customizationUUID: a9360ccb-1b57-4086-9e34-f7daa2bbc381
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-27T05:30:26.135Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 537f7925-de5d-48e1-b8ce-9c4ba7df301a 0 ASDC deployResourceStructure
2022-12-27T05:30:26.135Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||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-27T05:30:26.136Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||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-27T05:30:26.136Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T05:30:26.136Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:26.138Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:26.138Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672119026135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:30:26.238Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:30:26.239Z||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-27T05:30:26.239Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:26.287Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:26.287Z||pool-139-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:30:27.139Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4ba773-e255-42eb-b332-16cdc13ab019
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:30:27.145Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4ba773-e255-42eb-b332-16cdc13ab019
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:30:27.147Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T05:30:27.147Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T05:30:27.148Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T05:30:27.148Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T05:30:27.148Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:30:27.148Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:30:27.148Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:30:27.148Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:30:27.148Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-27T05:30:27.149Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-27T05:30:27.151Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T05:30:57.151Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac4ba773-e255-42eb-b332-16cdc13ab019 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-27T05:30:57.155Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac4ba773-e255-42eb-b332-16cdc13ab019 and serviceModelVersionId: 4e71a35d-2d5b-413f-9428-aa3b98fb5cc8
2022-12-27T05:30:57.155Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3df05a20-2dfb-43ac-b1b9-46614d20ab4a
2022-12-27T05:30:57.156Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3df05a20-2dfb-43ac-b1b9-46614d20ab4a/model-vers/model-ver/4e71a35d-2d5b-413f-9428-aa3b98fb5cc8?depth=0
2022-12-27T05:30:57.159Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T05:30:57.192Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df05a20-2dfb-43ac-b1b9-46614d20ab4a/model-vers/model-ver/4e71a35d-2d5b-413f-9428-aa3b98fb5cc8?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-27T05:30:57.193Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df05a20-2dfb-43ac-b1b9-46614d20ab4a/model-vers/model-ver/4e71a35d-2d5b-413f-9428-aa3b98fb5cc8?depth=0|INFO|500||Invoke
2022-12-27T05:30:57.213Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df05a20-2dfb-43ac-b1b9-46614d20ab4a/model-vers/model-ver/4e71a35d-2d5b-413f-9428-aa3b98fb5cc8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-27T05:30:57.537Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df05a20-2dfb-43ac-b1b9-46614d20ab4a/model-vers/model-ver/4e71a35d-2d5b-413f-9428-aa3b98fb5cc8?depth=0|INFO|500||InvokeReturn
2022-12-27T05:30:57.538Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df05a20-2dfb-43ac-b1b9-46614d20ab4a/model-vers/model-ver/4e71a35d-2d5b-413f-9428-aa3b98fb5cc8?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 05:30:55 GMT], content-length=[0], vertex-id=[250040], x-aai-txid=[2-aai-resources-221227-05:30:55:811-61200], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T05:30:57.538Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-27T05:30:57.538Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T05:30:57.538Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-27T05:30:57.543Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-27T05:30:57.543Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac4ba773-e255-42eb-b332-16cdc13ab019 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T05:30:57.544Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T05:30:57.544Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:30:57.546Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:30:57.546Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672119057544,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:30:57.646Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:30:57.648Z||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-27T05:30:57.648Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:30:57.684Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:30:57.685Z||pool-140-thread-1|||||INFO|500||cambria reply ok (38 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-27T05:30:58.553Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:30:58.554Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:30:58.554Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:31:08.105Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:31:08.106Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:31:08.106Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:31:08.107Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:31:17.655Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:31:17.656Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:31:17.657Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:31:17.657Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:31:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:31:24.516Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T05:31:24.516Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:31:25.159Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:31:25.161Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-27T05:31:25.161Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672119026135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-27T05:31:25.162Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:31:25.163Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-27T05:31:25.163Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4ba773-e255-42eb-b332-16cdc13ab019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672119057544,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:31:25.163Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T05:31:27.298Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:31:27.298Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:31:27.299Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:31:27.299Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:31:36.930Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:32:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:32:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:32:24.516Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:32:24.516Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:32:24.516Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:32:24.516Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:32:34.102Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:32:34.107Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:33:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:33:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:33:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:33:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:33:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:33:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:33:34.105Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:33:34.107Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:34:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:34:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:34:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:34:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:34:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:34:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:34:34.077Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:34:34.088Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:35:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:35:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:35:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:35:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:35:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:35:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:35:34.066Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:35:34.083Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:36:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:36:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:36:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:36:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:36:24.515Z||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-27T05:36:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:36:34.082Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:36:34.085Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:37:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:37:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:37:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:37:24.514Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:37:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T05:37:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:37:34.092Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:37:34.093Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:38:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:38:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:38:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:38:24.514Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:38:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T05:38:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:38:34.103Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:38:34.131Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:39:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:39:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:39:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:39:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:39:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:39:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:39:34.063Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:39:34.067Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:40:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:40:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:40:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:40:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:40:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:40:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:40:34.076Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:40:34.114Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:41:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:41:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:41:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:41:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:41:24.515Z||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-27T05:41:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:41:34.101Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:41:34.101Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:42:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:42:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:42:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:42:24.514Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:42:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T05:42:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:42:34.071Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:42:34.071Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:43:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:43:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:43:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:43:24.514Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:43:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T05:43:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:43:34.076Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:43:34.077Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:44:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:44:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:44:24.518Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:44:24.518Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:44:24.518Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:44:24.518Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:44:34.081Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:44:34.086Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:45:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:45:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:45:24.515Z||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-27T05:45:24.515Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:45:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:45:24.515Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:45:34.099Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:45:34.113Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:46:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:46:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:46:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:46:24.515Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:46:24.515Z||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-27T05:46:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:46:34.068Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:46:34.072Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:47:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:47:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:47:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:47:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:47:24.515Z||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-27T05:47:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:47:34.070Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:47:34.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:48:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:48:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:48:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:48:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:48:24.516Z||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-27T05:48:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:48:34.064Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:48:34.065Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:49:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:49:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:49:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:49:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:49:24.515Z||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-27T05:49:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:49:34.060Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:49:34.064Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:50:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:50:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:50:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:50:24.514Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:50:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:50:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:50:34.066Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:50:34.070Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:51:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:51:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:51:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:51:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:51:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T05:51:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:51:34.056Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:51:34.062Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:52:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:52:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:52:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:52:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:52:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:52:24.516Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:52:34.069Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:52:34.096Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:53:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:53:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:53:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:53:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:53:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T05:53:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:53:34.054Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:53:34.068Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:54:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:54:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:54:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:54:24.514Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:54:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T05:54:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:54:34.073Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:54:34.103Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:55:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:55:24.514Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:55:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T05:55:24.515Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:55:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:55:24.515Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:55:34.062Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:55:34.086Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:56:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:56:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:56:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:56:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:56:24.515Z||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-27T05:56:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:56:34.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:56:34.167Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:57:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:57:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:57:24.515Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:57:24.515Z||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-27T05:57:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:57:24.515Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:57:34.068Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:57:34.072Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:58:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:58:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:58:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:58:24.515Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:58:24.515Z||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-27T05:58:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:58:34.085Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:58:34.094Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:59:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:59:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T05:59:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:59:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:59:24.517Z||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-27T05:59:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:59:34.129Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T05:59:34.170Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:00:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:00:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:00:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:00:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:00:24.515Z||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-27T06:00:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:00:34.070Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:00:34.070Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:01:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:01:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:01:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:01:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:01:24.516Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T06:01:24.517Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:01:34.061Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:01:34.094Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:02:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:02:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:02:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:02:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:02:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T06:02:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:02:34.068Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:02:34.070Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:03:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:03:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:03:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:03:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:03:24.515Z||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-27T06:03:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:03:34.066Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:03:34.092Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:04:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:04:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:04:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:04:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:04:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T06:04:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:04:34.099Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:04:34.124Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:05:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:05:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:05:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:05:24.514Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:05:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T06:05:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:05:34.073Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:05:34.105Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:06:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:06:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:06:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:06:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:06:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T06:06:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:06:34.084Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:06:34.089Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:07:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:07:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:07:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:07:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:07:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T06:07:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:07:34.087Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:07:34.145Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:08:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:08:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:08:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:08:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:08:24.515Z||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-27T06:08:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:08:34.066Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:08:34.067Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:09:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:09:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:09:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:09:24.514Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:09:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T06:09:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:09:34.070Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:09:34.074Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:10:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:10:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:10:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:10:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:10:24.515Z||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-27T06:10:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:10:34.084Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:10:34.093Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:11:24.512Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:11:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T06:11:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:11:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:11:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T06:11:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:11:34.072Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:11:34.072Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:12:24.512Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:12:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T06:12:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:12:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:12:24.515Z||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-27T06:12:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:12:34.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:12:34.079Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:13:24.512Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:13:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T06:13:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:13:24.515Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:13:24.515Z||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-27T06:13:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:13:34.152Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:13:34.187Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:14:24.512Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:14:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T06:14:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:14:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:14:24.515Z||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-27T06:14:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:14:34.065Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:14:34.109Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:15:24.512Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:15:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T06:15:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:15:24.514Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:15:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T06:15:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:15:34.100Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:15:34.127Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:16:24.512Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:16:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T06:16:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:16:24.514Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:16:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T06:16:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:16:34.130Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:16:34.159Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:17:24.512Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:17:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T06:17:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:17:24.514Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:17:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T06:17:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:17:34.095Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:17:34.099Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:18:24.512Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:18:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T06:18:24.513Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:18:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:18:24.515Z||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-27T06:18:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:18:34.088Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:18:34.090Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:19:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:19:24.513Z||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-27T06:19:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:19:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:19:24.516Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T06:19:24.516Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:19:34.078Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:19:34.080Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:20:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:20:24.513Z||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-27T06:20:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:20:24.514Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:20:24.515Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:20:24.515Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:20:34.113Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:20:34.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:21:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:21:24.513Z||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-27T06:21:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:21:24.514Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:21:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T06:21:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:21:34.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:21:34.130Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:22:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:22:24.514Z||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-27T06:22:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:22:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:22:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T06:22:24.516Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:22:34.082Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:22:34.100Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:23:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:23:24.513Z||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-27T06:23:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:23:24.514Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:23:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T06:23:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:23:34.062Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:23:34.063Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:24:24.515Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:24:24.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:24:24.517Z||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-27T06:24:24.517Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:24:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:24:24.517Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:24:34.133Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:24:34.135Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:25:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:25:24.514Z||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-27T06:25:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:25:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:25:24.518Z||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-27T06:25:24.518Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:25:34.065Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:25:34.089Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:26:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:26:24.513Z||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-27T06:26:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:26:24.515Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:26:24.515Z||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-27T06:26:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:26:34.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:26:34.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:27:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:27:24.513Z||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-27T06:27:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:27:24.514Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:27:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T06:27:24.516Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:27:34.129Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:27:34.165Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:28:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:28:24.513Z||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-27T06:28:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:28:24.514Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:28:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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-27T06:28:24.515Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:28:34.118Z|35991cb2-eeb7-4d30-81d8-518fe55d0800|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:28:34.120Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:29:24.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:29:24.513Z||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-27T06:29:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:29:24.514Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:29:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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-27T06:29:24.515Z|16284209-ee85-43c0-ac24-dda968a07c36|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:29:34.071Z|16284209-ee85-43c0-ac24-dda968a07c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:29:34.072Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:30:24.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:30:24.513Z||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-27T06:30:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:30:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:30:24.515Z||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-27T06:30:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:30:34.109Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:30:34.116Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:31:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:31:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:31:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:31:24.514Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:31:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T06:31:24.515Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:31:34.106Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:31:34.152Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:32:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:32:24.514Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:32:24.516Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T06:32:24.516Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:32:24.516Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:32:24.516Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:32:34.099Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:32:34.134Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:33:24.512Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:33:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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-27T06:33:24.513Z|ac4ba773-e255-42eb-b332-16cdc13ab019|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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:33:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T06:33:24.515Z||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-27T06:33:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T06:33:34.109Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-27T06:33:34.223Z|ac4ba773-e255-42eb-b332-16cdc13ab019|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK