Results

By type

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

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

2022-11-22T05:15:45.033Z||main|||||INFO|500||The following profiles are active: basic
2022-11-22T05:16:00.464Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-22T05:16:00.465Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-22T05:16:00.579Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-22T05:16:05.238Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-22T05:16:05.811Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-22T05:16:06.393Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-22T05:16:06.405Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-22T05:16:06.595Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-22T05:16:06.978Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-22T05:16:08.050Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-22T05:16:10.647Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-22T05:16:13.509Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-22T05:16:13.589Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-22T05:16:14.693Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-22T05:16:15.212Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-22T05:16:16.890Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-22T05:16:18.499Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-22T05:16:18.526Z||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$$4f705321.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-22T05:16:18.527Z||main|||||WARN|500||The sdc end point is not alive
2022-11-22T05:16:22.390Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-22T05:16:25.465Z||main|||||WARN|500||---
2022-11-22T05:16:25.465Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-22T05:16:25.465Z||main|||||WARN|500||---
2022-11-22T05:16:25.971Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-22T05:16:31.784Z||main|||||INFO|500||Started Application in 50.769 seconds (JVM running for 53.687)
2022-11-22T05:16:31.818Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T05:16:31.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T05:16:31.844Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T05:16:31.869Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T05:16:31.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2740134-ff17-4f39-ac00-d0040ee7b224 url= /sdc/v1/artifactTypes
2022-11-22T05:16:31.935Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T05:16:32.234Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-22T05:16:32.263Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-22T05:16:32.287Z||scheduling-1|||||DEBUG|500||create keys
2022-11-22T05:16:32.295Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-22T05:16:32.327Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:16:32.346Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 79b95413-d2f6-4931-b313-08965a2204fb url= /sdc/v1/registerForDistribution
2022-11-22T05:16:32.434Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 79b95413-d2f6-4931-b313-08965a2204fb url= /sdc/v1/registerForDistribution
2022-11-22T05:16:32.435Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-22T05:16:32.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:16:32.452Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-22T05:16:32.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:16:32.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:16:32.468Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:16:32.469Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:16:32.473Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:16:42.893Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:16:42.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:17:32.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:17:32.444Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:17:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:17:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:17:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:17:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:17:41.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:17:41.999Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:18:32.443Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:18:32.445Z||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-11-22T05:18:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:18:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:18:32.445Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:18:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:18:41.991Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:18:41.993Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:19:32.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:19:32.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:19:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:19:32.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:19:32.453Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:19:32.454Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:19:42.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:19:42.024Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:20:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:20:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:20:32.446Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:20:32.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:20:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:20:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:20:42.013Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:20:42.024Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:21:32.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:21:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:21:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:21:32.445Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:21:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:21:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:21:41.997Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:21:42.000Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:22:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:22:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:22:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:22:32.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:22:32.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:22:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:22:42.015Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:22:42.024Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:23:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:23:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:23:32.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:23:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:23:32.450Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:23:32.450Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:23:41.998Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:23:41.998Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:24:32.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:24:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:24:32.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:24:32.449Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:24:32.450Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:24:32.450Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:24:41.995Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:24:42.027Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:25:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:25:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:25:32.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:25:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:25:32.454Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:25:32.454Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:25:41.993Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:25:41.995Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:26:28.065Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-22T05:26:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:26:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:26:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:26:32.446Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:26:32.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:26:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:26:41.993Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:26:42.000Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:27:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:27:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:27:32.445Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:27:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:27:32.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:27:32.451Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:27:42.007Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:27:42.013Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:28:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:28:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:28:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:28:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:28:32.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:28:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:28:41.993Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:28:41.996Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:29:32.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:29:32.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:29:32.452Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:29:32.452Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:29:32.453Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:29:32.453Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:29:42.039Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:29:42.041Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:30:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:30:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:30:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:30:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:30:32.445Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:30:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:30:42.013Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:30:42.013Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:31:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:31:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:31:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:31:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:31:32.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:31:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:31:41.992Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:31:42.002Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:32:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:32:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:32:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:32:32.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:32:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:32:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:32:42.026Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:32:42.033Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:33:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:33:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:33:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:33:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:33:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:33:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:33:41.995Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:33:42.000Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:34:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:34:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:34:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:34:32.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:34:32.449Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:34:32.449Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:34:42.018Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:34:42.034Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:35:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:35:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:35:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:35:32.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:35:32.449Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:35:32.449Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:35:41.999Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:35:42.011Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:36:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:36:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:36:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:36:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:36:32.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:36:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:36:42.012Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:36:42.014Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:37:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:37:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:37:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:37:32.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:37:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:37:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:37:42.011Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:37:42.015Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:38:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:38:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:38:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:38:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:38:32.445Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:38:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:38:41.988Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:38:41.992Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:39:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:39:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:39:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:39:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:39:32.446Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:39:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:39:42.032Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:39:42.032Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:40:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:40:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:40:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:40:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:40:32.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:40:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:40:42.041Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:40:42.042Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:41:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:41:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:41:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:41:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:41:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:41:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:41:42.025Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:41:42.029Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:42:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:42:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:42:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:42:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:42:32.446Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:42:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:42:41.998Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:42:42.003Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:43:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:43:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:43:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:43:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:43:32.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:43:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:43:42.020Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:43:42.072Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:44:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:44:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:44:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:44:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:44:32.446Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:44:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:44:42.021Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:44:42.023Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:45:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:45:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:45:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:45:32.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:45:32.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:45:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:45:42.005Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:45:42.009Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:46:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:46:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:46:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:46:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:46:32.447Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:46:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:46:42.012Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:46:42.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:47:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:47:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:47:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:47:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:47:32.446Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:47:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:47:42.007Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:47:42.010Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:48:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:48:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:48:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:48:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:48:32.446Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:48:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:48:42.007Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:48:42.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:49:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:49:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:49:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:49:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:49:32.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:49:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:49:42.014Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:49:42.017Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:50:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:50:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:50:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:50:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:50:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:50:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:50:42.009Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:50:42.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:51:32.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:51:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:51:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:51:32.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:51:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:51:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:51:42.032Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:51:42.053Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:52:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:52:32.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:52:32.446Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:52:32.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:52:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:52:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:52:42.017Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:52:42.052Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:53:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:53:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:53:32.445Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:53:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:53:32.451Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:53:32.451Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:53:42.014Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:53:42.021Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:54:32.443Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:54:32.444Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:54:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:54:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:54:32.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:54:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:54:41.992Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:54:41.993Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:55:32.443Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:55:32.444Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:55:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:55:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:55:32.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:55:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:55:41.988Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:55:41.989Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:56:32.443Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:56:32.444Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:56:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:56:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:56:32.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:56:32.450Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:56:42.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:56:42.001Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:57:32.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:57:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:57:32.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:57:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:57:32.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:57:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:57:41.998Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:57:42.037Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:58:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:58:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:58:32.446Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:58:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:58:32.452Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:58:32.453Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:58:41.998Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:58:42.006Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:59:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:59:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:59:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:59:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:59:32.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T05:59:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:59:41.996Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T05:59:41.997Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:00:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:00:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:00:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:00:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:00:32.445Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:00:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:00:42.002Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:00:42.004Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:01:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:01:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:01:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:01:32.445Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:01:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:01:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:01:41.991Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:01:41.993Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:02:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:02:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:02:32.446Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:02:32.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:02:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:02:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:02:42.016Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:02:42.017Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:03:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:03:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:03:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:03:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:03:32.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:03:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:03:41.988Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:03:41.988Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:04:32.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:04:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:04:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:04:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:04:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:04:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:04:42.016Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:04:42.019Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:05:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:05:32.444Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:05:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:05:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:05:32.445Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:05:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:05:42.014Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:05:42.019Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:06:32.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:06:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:06:32.446Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:06:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:37.637Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:37.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-22T06:06:37.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8434843d-bd28-44fe-b602-93d098c04b79","serviceName":"vFW 2022-11-22 06-05-41","serviceVersion":"1.0","serviceUUID":"c85dff8d-17f8-4626-bdd1-52236fb5650d","serviceDescription":"catalog service description","serviceInvariantUUID":"c71dcc8d-52aa-401d-b25a-376b14effeeb","resources":[{"resourceInstanceName":"vFW 903cef79-daf9 0","resourceName":"vFW 903cef79-daf9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9442a657-2dce-49f2-8d80-7a9cc37e52ce","resourceInvariantUUID":"075c3770-a18a-4f53-a579-9c515571cac7","resourceCustomizationUUID":"c52629eb-d6bd-4c00-96aa-8990e4ed9bef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml","artifactChecksum":"ZGI3MGViZWVhOTQ4Zjk3YTgxYTI0ZjRkMTJiMDMyZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a95110e1-e780-4e60-8b1e-3c457a431e75","artifactVersion":"1"},{"artifactName":"vfw903cef79daf90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json","artifactChecksum":"OWI3MWY3ODllODRkMmZlOGYyOWZiNWUwNjk1YjJlZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"091ec950-3b60-4745-9bd7-719b598cb74c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml","artifactChecksum":"ODhlZDE4NzRjY2Q0MjRmMjJkY2UzZGQyMGFkYjA0YWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"65bc802e-9ca9-4688-93e6-84ff87e0963c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f626463c-9d4b-4a31-81fd-0c9c369788f5","artifactVersion":"2","generatedFromUUID":"ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221122060541-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml","artifactChecksum":"MTE5NGI3Y2M5YTk1N2IwNmRjNDVlODFhYjQxYThiMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"abef760f-05c0-488d-b396-5c59f4a3f7a0","artifactVersion":"1"},{"artifactName":"service-Vfw20221122060541-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar","artifactChecksum":"NzE4NjY3YWY3N2NiZmZhM2ZiM2E1M2I1NDQ1NTE0ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"992c82d5-c3a0-468c-af36-253e845fae87","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:06:37.678Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:37.689Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:37.704Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:37.704Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:06:37.804Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-22T06:06:37.809Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:37.810Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:37.826Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:37.827Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:06:38.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:38.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:06:38.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097191564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:06:38.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:06:38.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:06:38.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "cds",
  "timestamp": 1669097190918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:06:38.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:06:38.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:06:38.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:06:38.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:06:38.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:06:38.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097196134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:06:38.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:06:38.712Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:38.713Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:38.714Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:38.715Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:06:38.815Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:38.816Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:38.817Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:38.827Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:38.828Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:39.715Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:39.716Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:39.719Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:39.719Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:06:39.819Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:06:39.820Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:39.821Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:39.841Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:39.842Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:40.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:40.721Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:40.724Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:40.724Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:06:40.823Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-22T06:06:40.824Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:40.825Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:40.836Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:40.837Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:41.725Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:41.726Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:41.729Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:41.730Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-22T06:06:41.830Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:41.832Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:41.834Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:41.846Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:41.847Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:42.730Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:42.731Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:42.734Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:42.734Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:06:42.834Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:42.835Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:42.835Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:42.844Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:42.845Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:43.734Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:43.739Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:43.742Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:43.742Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:06:43.849Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-11-22T06:06:43.850Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:43.850Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:43.860Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:43.860Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:44.745Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "serviceName": "vFW 2022-11-22 06-05-41",
  "serviceVersion": "1.0",
  "serviceUUID": "c85dff8d-17f8-4626-bdd1-52236fb5650d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c71dcc8d-52aa-401d-b25a-376b14effeeb",
  "resources": [
    {
      "resourceInstanceName": "vFW 903cef79-daf9 0",
      "resourceCustomizationUUID": "c52629eb-d6bd-4c00-96aa-8990e4ed9bef",
      "resourceName": "vFW 903cef79-daf9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9442a657-2dce-49f2-8d80-7a9cc37e52ce",
      "resourceInvariantUUID": "075c3770-a18a-4f53-a579-9c515571cac7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw903cef79daf90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
          "artifactChecksum": "OWI3MWY3ODllODRkMmZlOGYyOWZiNWUwNjk1YjJlZWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "091ec950-3b60-4745-9bd7-719b598cb74c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f626463c-9d4b-4a31-81fd-0c9c369788f5",
            "generatedFromUUID": "ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f626463c-9d4b-4a31-81fd-0c9c369788f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221122060541-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
      "artifactChecksum": "NzE4NjY3YWY3N2NiZmZhM2ZiM2E1M2I1NDQ1NTE0ZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "992c82d5-c3a0-468c-af36-253e845fae87"
    }
  ],
  "workloadContext": "Production"
}
2022-11-22T06:06:44.747Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:06:44.748Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c85dff8d-17f8-4626-bdd1-52236fb5650d ASDC
2022-11-22T06:06:44.926Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8434843d-bd28-44fe-b602-93d098c04b79
ServiceName:vFW 2022-11-22 06-05-41
ServiceVersion:1.0
ServiceUUID:c85dff8d-17f8-4626-bdd1-52236fb5650d
ServiceInvariantUUID:c71dcc8d-52aa-401d-b25a-376b14effeeb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221122060541-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar
ArtifactUUID:992c82d5-c3a0-468c-af36-253e845fae87
ArtifactChecksum:NzE4NjY3YWY3N2NiZmZhM2ZiM2E1M2I1NDQ1NTE0ZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 903cef79-daf9 0
ResourceCustomizationUUID:c52629eb-d6bd-4c00-96aa-8990e4ed9bef
ResourceInvariantUUID:075c3770-a18a-4f53-a579-9c515571cac7
ResourceName:vFW 903cef79-daf9
ResourceType:VF
ResourceUUID:9442a657-2dce-49f2-8d80-7a9cc37e52ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw903cef79daf90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json
ArtifactUUID:091ec950-3b60-4745-9bd7-719b598cb74c
ArtifactChecksum:OWI3MWY3ODllODRkMmZlOGYyOWZiNWUwNjk1YjJlZWQ=
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/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml
ArtifactUUID:ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b
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/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
ArtifactUUID:f626463c-9d4b-4a31-81fd-0c9c369788f5
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/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
ArtifactUUID:f626463c-9d4b-4a31-81fd-0c9c369788f5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-22T06:06:44.927Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c85dff8d-17f8-4626-bdd1-52236fb5650d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:06:45.213Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:06:45.214Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:06:45.216Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:06:45.216Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 992c82d5-c3a0-468c-af36-253e845fae87 from URL: /sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:45.216Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:06:45.218Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:45.318Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:06:45.336Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar 992c82d5-c3a0-468c-af36-253e845fae87 100711
2022-11-22T06:06:45.338Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar ASDC sendASDCNotification
2022-11-22T06:06:45.338Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:45.340Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:06:45.341Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:45.346Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:45.346Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097205336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:06:45.445Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:06:45.446Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:45.446Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:45.461Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:45.461Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:46.347Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:06:46.348Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:06:46.348Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 992c82d5-c3a0-468c-af36-253e845fae87, URL: /sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar to file: /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:46.349Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221122060541-csar.csar
2022-11-22T06:06:46.462Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:46.462Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:47.327Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17757488513421761390/Definitions/service-Vfw20221122060541-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-11-22T06:06:50.103Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 903cef79-daf9 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-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:06:50.117Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.119Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.123Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:50.123Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:06:50.125Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:06:50.127Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.127Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.127Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:50.127Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:06:50.127Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:06:50.128Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.128Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.131Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.132Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:50.132Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:50.132Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:50.132Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T06:06:50.135Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.135Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:06:50.136Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.136Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:50.137Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:50.137Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.137Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:50.137Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:50.137Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.138Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:50.138Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:50.138Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.138Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:50.138Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.140Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T06:06:50.140Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.140Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T06:06:50.140Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.140Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff562ff0-3a12-425f-b25e-706605f20c51
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.142Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T06:06:50.142Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.142Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-22T06:06:50.142Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T06:06:50.142Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.143Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T06:06:50.143Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.143Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3913379e-54dd-49dd-89a2-24c6af54d534
2022-11-22T06:06:50.143Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.143Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c1b925a-d939-462e-a462-8edab364f619
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.147Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.147Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:50.147Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.147Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-22 06-05-41
Description:catalog service description
Model UUID:c85dff8d-17f8-4626-bdd1-52236fb5650d
Model Version:NULL
Model InvariantUuid:c71dcc8d-52aa-401d-b25a-376b14effeeb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 903cef79-daf9
Model UUID:abe32abe-0b5c-4688-8689-f5dc43c193e3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:075c3770-a18a-4f53-a579-9c515571cac7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c52629eb-d6bd-4c00-96aa-8990e4ed9bef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:59373e02-05ce-4f12-8d1c-19d0f5a15a86
ModelName:Vfw903cef79Daf9..base_vfw..module-0
ModelUuid:844af318-3812-4948-8c3b-ac528c951b04
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ff562ff0-3a12-425f-b25e-706605f20c51
ModelInvariantUuid:72fe5450-7335-42a2-a50b-94365f531fe5
ModelName:vFW 903cef79-daf9-nodes.vfwCvfc
ModelUuid:ff5e1c92-8862-4473-8b79-eebfafd66b4c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9c543693-44a6-4713-b2da-d0c353b9eeab
ModelInvariantUuid:92861f09-3552-46cf-abf3-f8075f96b038
ModelName:Vfw903cef79Daf9.compute.nodes.heat.vfw
ModelUuid:048f6231-ca35-4bb6-82e0-3814d32c0f8f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3913379e-54dd-49dd-89a2-24c6af54d534
ModelInvariantUuid:3cd9c97e-c065-4c78-b967-a47877b2bede
ModelName:vFW 903cef79-daf9-nodes.vsnCvfc
ModelUuid:e2557085-5159-4716-8f75-c84830a197ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:77d51473-5efe-43f9-8e90-0d75dbb230e4
ModelInvariantUuid:edb57d64-7acd-4e04-8a27-3be2fdd4f03f
ModelName:Vfw903cef79Daf9.compute.nodes.heat.vsn
ModelUuid:ca6b56dc-0669-45c1-860b-1ac15036c8e8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5c1b925a-d939-462e-a462-8edab364f619
ModelInvariantUuid:86d3bf4a-d178-44c0-8cb6-ce80460fb28f
ModelName:vFW 903cef79-daf9-nodes.vpgCvfc
ModelUuid:dc87aead-0ac0-4c6d-a540-6beb873823fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:27c0dfb6-1e74-430b-ab8e-c3dcb8bd8b48
ModelInvariantUuid:ba4705b6-a3ac-4d2f-ab69-212770673e58
ModelName:Vfw903cef79Daf9.compute.nodes.heat.vpg
ModelUuid:6d68aec4-0d9d-4fb8-b779-013d19f4d73e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-22T06:06:50.172Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9442a657-2dce-49f2-8d80-7a9cc37e52ce
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:06:50.274Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||vFW 903cef79-daf9 0
2022-11-22T06:06:50.281Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9442a657-2dce-49f2-8d80-7a9cc37e52ce
2022-11-22T06:06:50.281Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 091ec950-3b60-4745-9bd7-719b598cb74c from URL: /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json
2022-11-22T06:06:50.281Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:06:50.282Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json
2022-11-22T06:06:50.356Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:06:50.357Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json 091ec950-3b60-4745-9bd7-719b598cb74c 785
2022-11-22T06:06:50.357Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json ASDC sendASDCNotification
2022-11-22T06:06:50.357Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json
2022-11-22T06:06:50.357Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:06:50.358Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:50.360Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:50.361Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097210357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:06:50.461Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:50.462Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:50.462Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:50.472Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:50.472Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:51.366Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw903cef79Daf9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "59373e02-05ce-4f12-8d1c-19d0f5a15a86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "844af318-3812-4948-8c3b-ac528c951b04",
    "vfModuleModelCustomizationUUID": "331ca16a-9f87-4021-99c2-ce05e880f8fe",
    "isBase": true,
    "artifacts": [
      "ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b",
      "f626463c-9d4b-4a31-81fd-0c9c369788f5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:06:51.381Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw903cef79Daf9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:844af318-3812-4948-8c3b-ac528c951b04
VfModuleModelInvariantUUID:59373e02-05ce-4f12-8d1c-19d0f5a15a86
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b
,
f626463c-9d4b-4a31-81fd-0c9c369788f5

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

isBase:true


}

2022-11-22T06:06:51.383Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw903cef79Daf9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "59373e02-05ce-4f12-8d1c-19d0f5a15a86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "844af318-3812-4948-8c3b-ac528c951b04",
    "vfModuleModelCustomizationUUID": "331ca16a-9f87-4021-99c2-ce05e880f8fe",
    "isBase": true,
    "artifacts": [
      "ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b",
      "f626463c-9d4b-4a31-81fd-0c9c369788f5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:06:51.384Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw903cef79Daf9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:844af318-3812-4948-8c3b-ac528c951b04
VfModuleModelInvariantUUID:59373e02-05ce-4f12-8d1c-19d0f5a15a86
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b
,
f626463c-9d4b-4a31-81fd-0c9c369788f5

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

isBase:true


}

2022-11-22T06:06:51.384Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b from URL: /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml
2022-11-22T06:06:51.384Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:06:51.384Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml
2022-11-22T06:06:51.435Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:06:51.436Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b 20368
2022-11-22T06:06:51.437Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-22T06:06:51.437Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml
2022-11-22T06:06:51.437Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:06:51.437Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:51.440Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:51.440Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097211437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:06:51.541Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:06:51.542Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:51.542Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:51.551Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:51.552Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:52.441Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f626463c-9d4b-4a31-81fd-0c9c369788f5 from URL: /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
2022-11-22T06:06:52.442Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:06:52.442Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
2022-11-22T06:06:52.489Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:06:52.489Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env f626463c-9d4b-4a31-81fd-0c9c369788f5 2098
2022-11-22T06:06:52.489Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-22T06:06:52.490Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
2022-11-22T06:06:52.490Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:06:52.490Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:52.495Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:52.495Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097212489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:06:52.593Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-22T06:06:52.594Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:52.594Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:52.605Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:52.605Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:53.500Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c85dff8d-17f8-4626-bdd1-52236fb5650d
2022-11-22T06:06:53.501Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 903cef79-daf9 0 9442a657-2dce-49f2-8d80-7a9cc37e52ce 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-11-22T06:06:53.543Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17ab22f6, org.onap.sdc.toscaparser.api.parameters.Input@6a65dd90, org.onap.sdc.toscaparser.api.parameters.Input@bf4ca4f, org.onap.sdc.toscaparser.api.parameters.Input@287eebbc, org.onap.sdc.toscaparser.api.parameters.Input@668cd0d7]
2022-11-22T06:06:53.547Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.548Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.548Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-11-22T06:06:53.548Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c52629eb-d6bd-4c00-96aa-8990e4ed9bef
2022-11-22T06:06:53.549Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c52629eb-d6bd-4c00-96aa-8990e4ed9bef matches Tosca VF Customization UUID: c52629eb-d6bd-4c00-96aa-8990e4ed9bef
2022-11-22T06:06:53.549Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c52629eb-d6bd-4c00-96aa-8990e4ed9bef  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-22T06:06:53.557Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.558Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.559Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c52629eb-d6bd-4c00-96aa-8990e4ed9bef: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-22T06:06:53.560Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59b24c4f
2022-11-22T06:06:53.560Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.561Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:06:53.561Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 331ca16a-9f87-4021-99c2-ce05e880f8fe
2022-11-22T06:06:53.563Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 331ca16a-9f87-4021-99c2-ce05e880f8fe
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-22T06:06:53.570Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.570Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.571Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:53.571Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.572Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.572Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:53.573Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.573Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:53.573Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:53.573Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:53.574Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-22T06:06:53.574Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T06:06:53.574Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T06:06:53.574Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.575Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.575Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T06:06:53.575Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.576Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T06:06:53.576Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.576Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff562ff0-3a12-425f-b25e-706605f20c51
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-22T06:06:53.585Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.585Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.586Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:53.586Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.586Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:53.586Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:53.587Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:53.587Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T06:06:53.587Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.588Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.588Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T06:06:53.588Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.589Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-22T06:06:53.589Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T06:06:53.589Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.589Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T06:06:53.590Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.590Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3913379e-54dd-49dd-89a2-24c6af54d534
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-22T06:06:53.592Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.592Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.593Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:53.595Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.596Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:53.596Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:53.596Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:53.597Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T06:06:53.597Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.597Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.597Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T06:06:53.598Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.598Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T06:06:53.598Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T06:06:53.598Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.599Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.599Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-22T06:06:53.599Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c1b925a-d939-462e-a462-8edab364f619
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-22T06:06:53.601Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.602Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.602Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:53.602Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.603Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.603Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=c52629eb-d6bd-4c00-96aa-8990e4ed9bef
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:06:53.605Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.605Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.606Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c85dff8d-17f8-4626-bdd1-52236fb5650d: vFW 903cef79-daf9
2022-11-22T06:06:53.606Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.606Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.607Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.607Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.607Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.607Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.608Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.608Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.608Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:06:53.609Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.609Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-11-22 06-05-41 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:06:53.895Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 903cef79-daf9 9442a657-2dce-49f2-8d80-7a9cc37e52ce 1 ASDC deployResourceStructure
2022-11-22T06:06:53.896Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json ASDC sendASDCNotification
2022-11-22T06:06:53.896Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json
2022-11-22T06:06:53.896Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:06:53.897Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:53.900Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:53.900Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097213896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:06:54.000Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:54.001Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:54.001Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:54.012Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:54.013Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:54.905Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-22T06:06:54.905Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml
2022-11-22T06:06:54.906Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:06:54.906Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:54.909Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:54.909Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097214905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:06:55.016Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-11-22T06:06:55.017Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:55.018Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:55.029Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:55.029Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:55.914Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-22T06:06:55.915Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
2022-11-22T06:06:55.915Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:06:55.916Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:55.918Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:55.918Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097215914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:06:56.018Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:56.019Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:56.019Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:56.029Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:56.030Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:56.923Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar ASDC sendASDCNotification
2022-11-22T06:06:56.923Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:56.923Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:06:56.924Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:56.927Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:56.927Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097216923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:06:57.029Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:06:57.030Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:06:57.031Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:57.041Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:06:57.042Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:06:57.928Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:06:57.963Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:06:57.966Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:06:57.966Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:06:57.966Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:07:27.967Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:07:27.978Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:07:27.980Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:07:27.980Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:07:27.980Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:07:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:07:32.446Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:07:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:07:32.588Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:07:32.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:07:32.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "cds",
  "timestamp": 1669097190918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:07:32.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:07:57.981Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:07:58.002Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:07:58.005Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:07:58.005Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:07:58.005Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:08:28.005Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:08:28.017Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:08:28.020Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:08:28.020Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:08:28.021Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:08:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:08:32.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:08:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:08:32.982Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:08:32.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097191564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:08:32.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:32.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:08:32.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:32.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097196134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:32.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "cds",
  "timestamp": 1669097190918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:32.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097191564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:08:32.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:32.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:08:32.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:32.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097196134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:32.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "cds",
  "timestamp": 1669097190918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:32.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097191564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:32.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097196134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "cds",
  "timestamp": 1669097190918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097191564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097196134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "cds",
  "timestamp": 1669097190918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097191564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097196134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "cds",
  "timestamp": 1669097190918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097191564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097192443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097196134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097205296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097205381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "cds",
  "timestamp": 1669097205337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097205336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "aai-ml",
  "timestamp": 1669097205520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "cds",
  "timestamp": 1669097206354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:08:33.032Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8434843d-bd28-44fe-b602-93d098c04b79
2022-11-22T06:08:33.033Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8434843d-bd28-44fe-b602-93d098c04b79 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:08:33.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097206374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097205624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "aai-ml",
  "timestamp": 1669097205520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097207445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097205624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "aai-ml",
  "timestamp": 1669097205520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097205624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097208538,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:08:33.059Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8434843d-bd28-44fe-b602-93d098c04b79
2022-11-22T06:08:33.060Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8434843d-bd28-44fe-b602-93d098c04b79 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:08:33.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "aai-ml",
  "timestamp": 1669097205520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097205624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097209542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "aai-ml",
  "timestamp": 1669097205520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097205624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097210357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "aai-ml",
  "timestamp": 1669097205520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097205624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097211527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:08:33.073Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097211437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "aai-ml",
  "timestamp": 1669097205520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097205624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097212532,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:08:33.081Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8434843d-bd28-44fe-b602-93d098c04b79
2022-11-22T06:08:33.081Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8434843d-bd28-44fe-b602-93d098c04b79 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:08:33.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097212489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "aai-ml",
  "timestamp": 1669097213356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097213896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:08:33.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097214905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:08:33.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097215914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:08:33.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097216923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:08:33.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "cds",
  "timestamp": 1669097220918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097225624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097226134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "cds",
  "timestamp": 1669097220918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097225624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097226134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "cds",
  "timestamp": 1669097220918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097225624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097226134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "aai-ml",
  "timestamp": 1669097229273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:08:33.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "cds",
  "timestamp": 1669097220918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097225624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097226134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "aai-ml",
  "timestamp": 1669097230278,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:08:33.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8434843d-bd28-44fe-b602-93d098c04b79
2022-11-22T06:08:33.115Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8434843d-bd28-44fe-b602-93d098c04b79 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:08:33.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "cds",
  "timestamp": 1669097220918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097225624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097226134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "cds",
  "timestamp": 1669097220918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097225624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097226134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097231564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "cds",
  "timestamp": 1669097220918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669097225624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097226134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097231564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "cds",
  "timestamp": 1669097234156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.158Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097234244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.158Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097231564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097231564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "cds",
  "timestamp": 1669097235244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:08:33.178Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3059a566-f23b-4ff9-a60d-f73c418076f1
2022-11-22T06:08:33.178Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3059a566-f23b-4ff9-a60d-f73c418076f1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:08:33.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097231564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "aai-ml",
  "timestamp": 1669097235520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097236954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:08:33.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097231564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "aai-ml",
  "timestamp": 1669097235520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669097237964,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:08:33.196Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3059a566-f23b-4ff9-a60d-f73c418076f1
2022-11-22T06:08:33.196Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3059a566-f23b-4ff9-a60d-f73c418076f1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:08:33.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097231564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "aai-ml",
  "timestamp": 1669097235520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "aai-ml",
  "timestamp": 1669097235520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097239290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "aai-ml",
  "timestamp": 1669097235520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097240345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "aai-ml",
  "timestamp": 1669097235520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097241398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.208Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "aai-ml",
  "timestamp": 1669097235520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:08:33.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:08:33.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097242420,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:08:33.217Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3059a566-f23b-4ff9-a60d-f73c418076f1
2022-11-22T06:08:33.217Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3059a566-f23b-4ff9-a60d-f73c418076f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:08:33.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "aai-ml",
  "timestamp": 1669097243254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669097243423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "aai-ml",
  "timestamp": 1669097250494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:08:33.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "aai-ml",
  "timestamp": 1669097251499,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:08:33.232Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3059a566-f23b-4ff9-a60d-f73c418076f1
2022-11-22T06:08:33.233Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3059a566-f23b-4ff9-a60d-f73c418076f1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:08:58.021Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:08:58.033Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:08:58.037Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:08:58.037Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T06:08:58.037Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T06:08:58.038Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T06:08:58.038Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:08:58.038Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:08:58.038Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:08:58.038Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:08:58.039Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:08:58.039Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:08:58.045Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T06:09:28.048Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-22T06:09:28.063Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8434843d-bd28-44fe-b602-93d098c04b79 and serviceModelVersionId: c85dff8d-17f8-4626-bdd1-52236fb5650d
2022-11-22T06:09:28.063Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c71dcc8d-52aa-401d-b25a-376b14effeeb
2022-11-22T06:09:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:09:32.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:09:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:41.988Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:09:43.930Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0
2022-11-22T06:09:44.042Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T06:09:44.546Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0|INFO|500||Invoke
2022-11-22T06:09:44.555Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8434843d-bd28-44fe-b602-93d098c04b79], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10cb0f23-329a-4bd8-8adf-21b85752a990], X-ECOMP-RequestID=[8434843d-bd28-44fe-b602-93d098c04b79], X-TransactionId=[], X-ONAP-RequestID=[8434843d-bd28-44fe-b602-93d098c04b79], Content-Type=[application/merge-patch+json]}
2022-11-22T06:09:44.693Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-22T06:09:44.886Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?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/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221122-06:09:44:971-82885], vertex-id=[147640], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:09:44 GMT], Content-Type=[application/json]}
2022-11-22T06:09:44.887Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:09:44.888Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0|INFO|500||InvokeReturn
2022-11-22T06:09:44.892Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:09:44.892Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:09:44.901Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-22T06:09:44.902Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8434843d-bd28-44fe-b602-93d098c04b79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:09:44.904Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:09:44.905Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:44.907Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:44.908Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097384902,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:09:45.007Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:09:45.009Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:09:45.009Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:45.021Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:09:45.022Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:09:45.922Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:09:45.923Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:09:45.923Z|8434843d-bd28-44fe-b602-93d098c04b79|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:50.360Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:09:50.361Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-22T06:09:50.361Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3059a566-f23b-4ff9-a60d-f73c418076f1","serviceName":"basic_onboard_hUyoFl","serviceVersion":"1.0","serviceUUID":"78a18a5a-cc16-43a1-b66b-e0135b39c60f","serviceDescription":"service","serviceInvariantUUID":"bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5","resources":[{"resourceInstanceName":"basic_onboard_hUyoFl 0","resourceName":"basic_onboard_hUyoFl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd223edb-46a6-4ab7-8a1b-bc4c42de343c","resourceInvariantUUID":"2012e032-b3d3-4937-81ef-50761b2694af","resourceCustomizationUUID":"19bcacac-a3ee-453c-b1a8-5442d44e715e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml","artifactChecksum":"MDhiOWNjYzlkODZkZTdjMjM5ODQ1MGYwZWIxNjlkNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8d637cb-99f2-4b14-bcd0-73826f625906","artifactVersion":"1"},{"artifactName":"basic_onboard_huyofl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json","artifactChecksum":"NzU4MjAxNjBiMWE4NTZmNThmMjljMjBkOTM1OGFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d5228a03-2f74-4a7e-97c4-ec21248be248","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5ccd86b-b979-482a-a891-75b26bd7d443","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7cc5515-6b4f-4b7d-88d0-5a71677f191d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87d1442a-5e63-4ec5-983d-6b573473e826","artifactVersion":"2","generatedFromUUID":"f5ccd86b-b979-482a-a891-75b26bd7d443"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHuyofl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml","artifactChecksum":"MGI1ZDFmMzg3ODkzMzk4M2VlMzBiNzI2ZGQ1ZDhkOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c4a7e76-cd26-4724-9f20-49776becad6f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHuyofl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar","artifactChecksum":"YzgxZWQ3ZjA3YWYzNWY4YTBlYzgzZjc3MTM4NDdmMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e6a4450-daf4-4623-9d22-a06f7b3ee17c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:09:50.364Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:50.365Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:50.367Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:50.367Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:09:50.468Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:09:50.469Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:09:50.469Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:50.480Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:09:50.480Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:51.368Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:51.369Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:51.373Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:51.373Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:09:51.473Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:09:51.473Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:09:51.474Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:51.489Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:09:51.489Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:52.374Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:52.375Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:52.381Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:52.382Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:09:52.482Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:09:52.483Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:09:52.483Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:52.493Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:09:52.494Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:09:53.382Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:53.383Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:53.386Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:53.386Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:09:53.486Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:09:53.487Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:09:53.487Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:53.498Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:09:53.499Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:54.387Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:54.388Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:54.390Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:54.390Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-22T06:09:54.492Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-22T06:09:54.493Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:09:54.493Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:54.513Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:09:54.513Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:55.391Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:55.391Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:55.393Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:55.394Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:09:55.496Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:09:55.497Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:09:55.497Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:55.506Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:09:55.507Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:56.394Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:56.395Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:56.398Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:56.398Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:09:56.498Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:09:56.499Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:09:56.499Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:56.509Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:09:56.510Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:09:57.400Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "serviceName": "basic_onboard_hUyoFl",
  "serviceVersion": "1.0",
  "serviceUUID": "78a18a5a-cc16-43a1-b66b-e0135b39c60f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_hUyoFl 0",
      "resourceCustomizationUUID": "19bcacac-a3ee-453c-b1a8-5442d44e715e",
      "resourceName": "basic_onboard_hUyoFl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dd223edb-46a6-4ab7-8a1b-bc4c42de343c",
      "resourceInvariantUUID": "2012e032-b3d3-4937-81ef-50761b2694af",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_huyofl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
          "artifactChecksum": "NzU4MjAxNjBiMWE4NTZmNThmMjljMjBkOTM1OGFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d5228a03-2f74-4a7e-97c4-ec21248be248",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f5ccd86b-b979-482a-a891-75b26bd7d443",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "87d1442a-5e63-4ec5-983d-6b573473e826",
            "generatedFromUUID": "f5ccd86b-b979-482a-a891-75b26bd7d443"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "87d1442a-5e63-4ec5-983d-6b573473e826",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardHuyofl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
      "artifactChecksum": "YzgxZWQ3ZjA3YWYzNWY4YTBlYzgzZjc3MTM4NDdmMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6e6a4450-daf4-4623-9d22-a06f7b3ee17c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-22T06:09:57.400Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:09:57.400Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78a18a5a-cc16-43a1-b66b-e0135b39c60f ASDC
2022-11-22T06:09:57.401Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3059a566-f23b-4ff9-a60d-f73c418076f1
ServiceName:basic_onboard_hUyoFl
ServiceVersion:1.0
ServiceUUID:78a18a5a-cc16-43a1-b66b-e0135b39c60f
ServiceInvariantUUID:bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHuyofl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar
ArtifactUUID:6e6a4450-daf4-4623-9d22-a06f7b3ee17c
ArtifactChecksum:YzgxZWQ3ZjA3YWYzNWY4YTBlYzgzZjc3MTM4NDdmMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hUyoFl 0
ResourceCustomizationUUID:19bcacac-a3ee-453c-b1a8-5442d44e715e
ResourceInvariantUUID:2012e032-b3d3-4937-81ef-50761b2694af
ResourceName:basic_onboard_hUyoFl
ResourceType:VF
ResourceUUID:dd223edb-46a6-4ab7-8a1b-bc4c42de343c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_huyofl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json
ArtifactUUID:d5228a03-2f74-4a7e-97c4-ec21248be248
ArtifactChecksum:NzU4MjAxNjBiMWE4NTZmNThmMjljMjBkOTM1OGFlMzA=
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/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f5ccd86b-b979-482a-a891-75b26bd7d443
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/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
ArtifactUUID:87d1442a-5e63-4ec5-983d-6b573473e826
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/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
ArtifactUUID:87d1442a-5e63-4ec5-983d-6b573473e826
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-22T06:09:57.401Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78a18a5a-cc16-43a1-b66b-e0135b39c60f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:09:57.437Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:09:57.438Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:09:57.438Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:09:57.439Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6e6a4450-daf4-4623-9d22-a06f7b3ee17c from URL: /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:57.439Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:09:57.439Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:57.507Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:09:57.514Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar 6e6a4450-daf4-4623-9d22-a06f7b3ee17c 75306
2022-11-22T06:09:57.514Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar ASDC sendASDCNotification
2022-11-22T06:09:57.514Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:57.514Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:09:57.515Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:57.517Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:57.517Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097397514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:09:57.618Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-22T06:09:57.619Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:09:57.619Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:57.629Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:09:57.629Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:58.522Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:09:58.522Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:09:58.523Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6e6a4450-daf4-4623-9d22-a06f7b3ee17c, URL: /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar to file: /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:58.523Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:58.524Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:58.524Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:58.755Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13525308289295473196/Definitions/service-BasicOnboardHuyofl-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-22T06:09:59.927Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:09:59.928Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:09:59.928Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.928Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-22T06:09:59.929Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.929Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.929Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hUyoFl 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-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.929Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.929Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is not matching search criteria
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:09:59.934Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:09:59.934Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.934Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:09:59.934Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:09:59.934Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is not matching search criteria
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e0a04c33-27f4-4963-9041-0c6a0bdd2fef
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.937Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:09:59.937Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.937Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_hUyoFl
Description:service
Model UUID:78a18a5a-cc16-43a1-b66b-e0135b39c60f
Model Version:NULL
Model InvariantUuid:bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_hUyoFl
Model UUID:f385b7f8-edc5-4f27-bf9d-656b22635666
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2012e032-b3d3-4937-81ef-50761b2694af
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19bcacac-a3ee-453c-b1a8-5442d44e715e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3118a1bc-98f0-4a68-a280-e8b14c66f458
ModelName:BasicOnboardHuyofl..base_ubuntu18..module-0
ModelUuid:12f4ddee-1ba9-4d1e-95b3-a633d042897e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e0a04c33-27f4-4963-9041-0c6a0bdd2fef
ModelInvariantUuid:c9600f0c-6411-4fee-9d42-47ff01573cfd
ModelName:basic_onboard_hUyoFl-nodes.ubuntu18Cvfc
ModelUuid:34d43922-4886-4c24-a064-f7d9fb49b58f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:02a6fa41-fb84-4b9f-afef-a7a09460d9df
ModelInvariantUuid:a91f8674-dbd1-4648-b0d6-2e28f272bf50
ModelName:BasicOnboardHuyofl.compute.nodes.heat.ubuntu18
ModelUuid:5c09f7cc-9911-4741-a8e9-5c5749ffade3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-22T06:09:59.947Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dd223edb-46a6-4ab7-8a1b-bc4c42de343c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:09:59.950Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||basic_onboard_hUyoFl 0
2022-11-22T06:09:59.950Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd223edb-46a6-4ab7-8a1b-bc4c42de343c
2022-11-22T06:09:59.950Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d5228a03-2f74-4a7e-97c4-ec21248be248 from URL: /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json
2022-11-22T06:09:59.950Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:09:59.950Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json
2022-11-22T06:09:59.994Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:09:59.994Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json d5228a03-2f74-4a7e-97c4-ec21248be248 798
2022-11-22T06:09:59.995Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json ASDC sendASDCNotification
2022-11-22T06:09:59.995Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json
2022-11-22T06:09:59.995Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:09:59.995Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:59.997Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:59.997Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097399994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:10:00.097Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:10:00.098Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:10:00.098Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:00.108Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:10:00.108Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:10:01.000Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHuyofl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3118a1bc-98f0-4a68-a280-e8b14c66f458",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "12f4ddee-1ba9-4d1e-95b3-a633d042897e",
    "vfModuleModelCustomizationUUID": "c282efe4-b471-4975-bae8-1c180e7b681a",
    "isBase": true,
    "artifacts": [
      "f5ccd86b-b979-482a-a891-75b26bd7d443",
      "87d1442a-5e63-4ec5-983d-6b573473e826"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:10:01.009Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHuyofl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12f4ddee-1ba9-4d1e-95b3-a633d042897e
VfModuleModelInvariantUUID:3118a1bc-98f0-4a68-a280-e8b14c66f458
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5ccd86b-b979-482a-a891-75b26bd7d443
,
87d1442a-5e63-4ec5-983d-6b573473e826

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

isBase:true


}

2022-11-22T06:10:01.011Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHuyofl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3118a1bc-98f0-4a68-a280-e8b14c66f458",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "12f4ddee-1ba9-4d1e-95b3-a633d042897e",
    "vfModuleModelCustomizationUUID": "c282efe4-b471-4975-bae8-1c180e7b681a",
    "isBase": true,
    "artifacts": [
      "f5ccd86b-b979-482a-a891-75b26bd7d443",
      "87d1442a-5e63-4ec5-983d-6b573473e826"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:10:01.011Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHuyofl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12f4ddee-1ba9-4d1e-95b3-a633d042897e
VfModuleModelInvariantUUID:3118a1bc-98f0-4a68-a280-e8b14c66f458
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5ccd86b-b979-482a-a891-75b26bd7d443
,
87d1442a-5e63-4ec5-983d-6b573473e826

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

isBase:true


}

2022-11-22T06:10:01.012Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f5ccd86b-b979-482a-a891-75b26bd7d443 from URL: /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml
2022-11-22T06:10:01.012Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:10:01.012Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml
2022-11-22T06:10:01.057Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:10:01.058Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml f5ccd86b-b979-482a-a891-75b26bd7d443 5033
2022-11-22T06:10:01.058Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-22T06:10:01.059Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml
2022-11-22T06:10:01.059Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:10:01.060Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:01.062Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:01.063Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097401058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:10:01.163Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:10:01.164Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:10:01.164Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:01.175Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:10:01.176Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:10:02.063Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 87d1442a-5e63-4ec5-983d-6b573473e826 from URL: /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
2022-11-22T06:10:02.064Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:10:02.065Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
2022-11-22T06:10:02.102Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:10:02.102Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env 87d1442a-5e63-4ec5-983d-6b573473e826 909
2022-11-22T06:10:02.103Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-22T06:10:02.103Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
2022-11-22T06:10:02.103Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:10:02.103Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:02.105Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:02.106Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097402103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:10:02.206Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:10:02.207Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:10:02.207Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:02.216Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:10:02.217Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:10:03.107Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 78a18a5a-cc16-43a1-b66b-e0135b39c60f
2022-11-22T06:10:03.108Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hUyoFl 0 dd223edb-46a6-4ab7-8a1b-bc4c42de343c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:10:03.124Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d20720c, org.onap.sdc.toscaparser.api.parameters.Input@16699c0b, org.onap.sdc.toscaparser.api.parameters.Input@6795eaee, org.onap.sdc.toscaparser.api.parameters.Input@7ec50008, org.onap.sdc.toscaparser.api.parameters.Input@70fbbdce]
2022-11-22T06:10:03.126Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.127Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.127Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-11-22T06:10:03.127Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 19bcacac-a3ee-453c-b1a8-5442d44e715e
2022-11-22T06:10:03.127Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 19bcacac-a3ee-453c-b1a8-5442d44e715e matches Tosca VF Customization UUID: 19bcacac-a3ee-453c-b1a8-5442d44e715e
2022-11-22T06:10:03.127Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 19bcacac-a3ee-453c-b1a8-5442d44e715e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-22T06:10:03.130Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.130Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.135Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 19bcacac-a3ee-453c-b1a8-5442d44e715e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-22T06:10:03.135Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34312a33
2022-11-22T06:10:03.135Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.135Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:10:03.136Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c282efe4-b471-4975-bae8-1c180e7b681a
2022-11-22T06:10:03.136Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c282efe4-b471-4975-bae8-1c180e7b681a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-22T06:10:03.139Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.144Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:10:03.144Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:10:03.144Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.144Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:10:03.145Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:10:03.145Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.145Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is not matching search criteria
2022-11-22T06:10:03.145Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-22T06:10:03.146Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T06:10:03.146Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e0a04c33-27f4-4963-9041-0c6a0bdd2fef
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-22T06:10:03.148Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.148Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:10:03.149Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:10:03.149Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.149Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:10:03.149Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=19bcacac-a3ee-453c-b1a8-5442d44e715e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:10:03.151Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.151Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.151Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 78a18a5a-cc16-43a1-b66b-e0135b39c60f: basic_onboard_hUyoFl
2022-11-22T06:10:03.151Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.151Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.152Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.152Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.152Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.158Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.158Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.158Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.158Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:10:03.159Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.159Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_hUyoFl 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:10:03.257Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hUyoFl dd223edb-46a6-4ab7-8a1b-bc4c42de343c 1 ASDC deployResourceStructure
2022-11-22T06:10:03.257Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json ASDC sendASDCNotification
2022-11-22T06:10:03.257Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json
2022-11-22T06:10:03.257Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:10:03.258Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:03.260Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:03.260Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097403257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:10:03.360Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:10:03.361Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:10:03.361Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:03.380Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:10:03.381Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:10:04.261Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-22T06:10:04.262Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml
2022-11-22T06:10:04.262Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:10:04.262Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:04.264Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:04.265Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097404261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:10:04.365Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:10:04.365Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:10:04.366Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:04.375Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:10:04.375Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:10:05.266Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-22T06:10:05.266Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
2022-11-22T06:10:05.266Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:10:05.267Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:05.269Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:05.270Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097405265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:10:05.369Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:10:05.370Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:10:05.371Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:05.381Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:10:05.381Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:10:06.272Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar ASDC sendASDCNotification
2022-11-22T06:10:06.272Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:10:06.272Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:10:06.273Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:06.275Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:06.275Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097406272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:10:06.375Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:10:06.376Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:10:06.376Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:06.386Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:10:06.387Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:10:07.276Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3059a566-f23b-4ff9-a60d-f73c418076f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:10:07.292Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3059a566-f23b-4ff9-a60d-f73c418076f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:10:07.296Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:10:07.296Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:10:07.298Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:10:07.303Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T06:10:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:10:32.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:10:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:33.073Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:10:33.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097384902,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:10:33.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:10:33.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:10:33.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:10:33.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:10:33.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:10:33.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:10:33.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:10:33.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:10:33.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097385922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:10:33.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:10:33.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097397514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:10:33.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097399994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:10:33.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097401058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:10:33.082Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097402103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097403257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097404261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:10:33.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097405265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:10:33.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097406272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:10:33.085Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:37.303Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3059a566-f23b-4ff9-a60d-f73c418076f1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-22T06:10:37.311Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3059a566-f23b-4ff9-a60d-f73c418076f1 and serviceModelVersionId: 78a18a5a-cc16-43a1-b66b-e0135b39c60f
2022-11-22T06:10:37.311Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5
2022-11-22T06:10:37.313Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0
2022-11-22T06:10:37.318Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T06:10:37.380Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0|INFO|500||Invoke
2022-11-22T06:10:37.381Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3059a566-f23b-4ff9-a60d-f73c418076f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32244df3-8477-48c8-9881-d3c415c92841], X-ECOMP-RequestID=[3059a566-f23b-4ff9-a60d-f73c418076f1], X-TransactionId=[], X-ONAP-RequestID=[3059a566-f23b-4ff9-a60d-f73c418076f1], Content-Type=[application/merge-patch+json]}
2022-11-22T06:10:37.412Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-22T06:10:37.505Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?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/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221122-06:10:37:689-85123], vertex-id=[139336], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:10:37 GMT], Content-Type=[application/json]}
2022-11-22T06:10:37.505Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:10:37.506Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0|INFO|500||InvokeReturn
2022-11-22T06:10:37.507Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:10:37.507Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:10:37.512Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-22T06:10:37.512Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3059a566-f23b-4ff9-a60d-f73c418076f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:10:37.513Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:10:37.513Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:37.515Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:37.515Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097437512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:10:37.615Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:10:37.616Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:10:37.616Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:37.635Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:10:37.636Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:10:38.527Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:10:38.528Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:10:38.528Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:48.085Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:10:48.086Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:10:48.086Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:10:48.087Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:57.622Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:10:57.624Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:10:57.625Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:10:57.625Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:11:07.197Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:11:32.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:11:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:11:32.445Z||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-11-22T06:11:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:11:32.445Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:11:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:11:33.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:11:33.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:11:33.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669097437512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:11:33.079Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:11:42.003Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:12:32.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:12:32.444Z||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-11-22T06:12:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:12:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:12:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:12:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:12:42.011Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:12:42.011Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:13:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:13:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:13:32.446Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:13:32.446Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:13:32.446Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:13:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:13:42.013Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:13:42.021Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:14:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:14:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:14:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:14:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:14:32.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:14:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:14:42.029Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:14:42.032Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:15:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:15:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:15:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:15:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:15:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:15:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:15:41.994Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:15:42.001Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:16:32.442Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:16:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:16:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:16:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:16:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:16:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:16:42.006Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:16:42.009Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:17:32.442Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:17:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:17:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:17:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:17:32.445Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:17:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:17:42.014Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:17:42.017Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:18:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:18:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:18:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:18:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:18:32.445Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:18:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:18:42.000Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:18:42.016Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:19:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:19:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:19:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:19:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:19:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:19:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:19:42.020Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:19:42.035Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:20:32.442Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:20:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:20:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:20:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:20:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:20:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:20:41.997Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:20:42.001Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:21:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:21:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:21:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:21:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:21:32.445Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:21:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:21:32.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:21:32.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "aai-ml",
  "timestamp": 1669098045520,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "cds",
  "timestamp": 1669098045924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098045624,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "aai-ml",
  "timestamp": 1669098045520,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:21:32.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098045624,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "cds",
  "timestamp": 1669098045924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:21:32.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "cds",
  "timestamp": 1669098049169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:21:32.590Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:21:32.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "aai-ml",
  "timestamp": 1669098049100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:21:32.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:21:32.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "cds",
  "timestamp": 1669098050176,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:21:32.617Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33499854-752f-460c-aea5-18f823a16bee
2022-11-22T06:21:32.617Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33499854-752f-460c-aea5-18f823a16bee and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:21:32.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098051564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098051564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:21:32.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "aai-ml",
  "timestamp": 1669098053492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:21:32.633Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:21:32.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "aai-ml",
  "timestamp": 1669098054496,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:21:32.639Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33499854-752f-460c-aea5-18f823a16bee
2022-11-22T06:21:32.639Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33499854-752f-460c-aea5-18f823a16bee and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:21:32.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098066134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098066134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098068916,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098070840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:21:32.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:21:32.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098071851,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:21:32.657Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33499854-752f-460c-aea5-18f823a16bee
2022-11-22T06:21:32.657Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33499854-752f-460c-aea5-18f823a16bee and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:21:32.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "cds",
  "timestamp": 1669098075918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "aai-ml",
  "timestamp": 1669098075521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "aai-ml",
  "timestamp": 1669098075521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "cds",
  "timestamp": 1669098075918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098085624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "aai-ml",
  "timestamp": 1669098075521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "cds",
  "timestamp": 1669098075918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098085624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "aai-ml",
  "timestamp": 1669098075521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "cds",
  "timestamp": 1669098075918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098085624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "aai-ml",
  "timestamp": 1669098075521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "cds",
  "timestamp": 1669098075918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098085624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "aai-ml",
  "timestamp": 1669098075521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "cds",
  "timestamp": 1669098075918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098085624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "aai-ml",
  "timestamp": 1669098075521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "cds",
  "timestamp": 1669098075918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098085624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:21:32.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "aai-ml",
  "timestamp": 1669098075521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:21:32.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "cds",
  "timestamp": 1669098075918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:21:32.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098091564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:32.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098085624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:21:33.075Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:21:33.076Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-22T06:21:33.076Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"33499854-752f-460c-aea5-18f823a16bee","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26","serviceDescription":"service","serviceInvariantUUID":"e1b0af84-cdea-4113-9069-4b1f329f5ca1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"628f71fd-d9fe-44ea-9455-b488c8c54d0b","resourceInvariantUUID":"ee15af55-2342-45ce-9aa3-88d5a1c4deaf","resourceCustomizationUUID":"3d669bb3-e702-49e3-a253-7b2fe0a486a3","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":"MzRlMGVjZGM3NmExNzZkNTUwMWUwMDhjMTgxYTRkMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"690feeb8-36bb-44be-8b3a-0f5d6fe58655","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTQ4YmI0OGMyNWQ3NjgwNTYwMzE4ODUxM2E0MTA2Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddafa1f3-c03b-4d70-8004-93ff4af0b072","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:21:33.083Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:21:33.085Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:21:33.089Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:21:33.089Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:21:33.189Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:21:33.190Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:21:33.190Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:21:33.202Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:21:33.203Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:21:34.090Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:21:34.091Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:21:34.093Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:21:34.093Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:21:34.193Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:21:34.194Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:21:34.194Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:21:34.204Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:21:34.205Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:21:35.094Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1b0af84-cdea-4113-9069-4b1f329f5ca1",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3d669bb3-e702-49e3-a253-7b2fe0a486a3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "628f71fd-d9fe-44ea-9455-b488c8c54d0b",
      "resourceInvariantUUID": "ee15af55-2342-45ce-9aa3-88d5a1c4deaf",
      "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": "ZTQ4YmI0OGMyNWQ3NjgwNTYwMzE4ODUxM2E0MTA2Mjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ddafa1f3-c03b-4d70-8004-93ff4af0b072"
    }
  ],
  "workloadContext": "Production"
}
2022-11-22T06:21:35.095Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:21:35.096Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26 ASDC
2022-11-22T06:21:35.097Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:33499854-752f-460c-aea5-18f823a16bee
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26
ServiceInvariantUUID:e1b0af84-cdea-4113-9069-4b1f329f5ca1
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:ddafa1f3-c03b-4d70-8004-93ff4af0b072
ArtifactChecksum:ZTQ4YmI0OGMyNWQ3NjgwNTYwMzE4ODUxM2E0MTA2Mjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3d669bb3-e702-49e3-a253-7b2fe0a486a3
ResourceInvariantUUID:ee15af55-2342-45ce-9aa3-88d5a1c4deaf
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:628f71fd-d9fe-44ea-9455-b488c8c54d0b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-22T06:21:35.097Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:21:35.128Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:21:35.129Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:21:35.130Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:21:35.130Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ddafa1f3-c03b-4d70-8004-93ff4af0b072 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T06:21:35.130Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:21:35.131Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T06:21:35.193Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:21:35.196Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ddafa1f3-c03b-4d70-8004-93ff4af0b072 57658
2022-11-22T06:21:35.196Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-22T06:21:35.196Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T06:21:35.197Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:21:35.197Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:21:35.199Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:21:35.199Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098095196,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:21:35.300Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:21:35.302Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:21:35.303Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:21:35.335Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:21:35.336Z||pool-37-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:21:36.200Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:21:36.202Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:21:36.202Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ddafa1f3-c03b-4d70-8004-93ff4af0b072, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:36.203Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-22T06:21:36.204Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:36.204Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:36.464Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15684971848426128848/Definitions/service-BasicNetwork-template.yml
2022-11-22T06:21:37.028Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:21:37.029Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:21:37.029Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.029Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-22T06:21:37.029Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.030Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.030Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.030Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.030Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.030Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.031Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.031Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.031Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:21:37.031Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:21:37.032Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.032Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-22T06:21:37.032Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:21:37.033Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:21:37.033Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:21:37.033Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.033Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-22T06:21:37.034Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:21:37.034Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:21:37.034Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:21:37.034Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.034Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:21:37.035Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.035Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:21:37.035Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.036Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:21:37.036Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.036Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:21:37.036Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.037Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26
Model Version:NULL
Model InvariantUuid:e1b0af84-cdea-4113-9069-4b1f329f5ca1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ee15af55-2342-45ce-9aa3-88d5a1c4deaf
Model UUID:aa58c0b6-8258-48bf-acdd-46a011114658
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3d669bb3-e702-49e3-a253-7b2fe0a486a3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

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

2022-11-22T06:22:08.406Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b0af84-cdea-4113-9069-4b1f329f5ca1/model-vers/model-ver/f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26?depth=0|INFO|500||InvokeReturn
2022-11-22T06:22:08.407Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b0af84-cdea-4113-9069-4b1f329f5ca1/model-vers/model-ver/f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221122-06:22:08:615-73416], vertex-id=[327912], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:22:08 GMT], Content-Type=[application/json]}
2022-11-22T06:22:08.407Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:22:08.408Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:22:08.408Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:22:08.413Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-22T06:22:08.414Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33499854-752f-460c-aea5-18f823a16bee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:22:08.414Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:22:08.415Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:08.419Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:08.419Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098128414,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:22:08.519Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:22:08.520Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:22:08.520Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:08.533Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:08.533Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:22:09.431Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-22T06:22:09.431Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2","serviceName":"Demo_pNF_MVcHzS96t2zOWXTClln9","serviceVersion":"1.0","serviceUUID":"4fc3d8c5-4600-41b5-b79a-a7eb2a56c504","serviceDescription":"catalog service description","serviceInvariantUUID":"612fdd82-a38b-4159-9031-2bacc7307fae","resources":[{"resourceInstanceName":"pNF 78eb9608-250e 0","resourceName":"pNF 78eb9608-250e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"02410e2e-0ee1-4e25-99ba-957747eb51c8","resourceInvariantUUID":"bba5de0c-2a80-4a8b-adcd-8d0cd999d273","resourceCustomizationUUID":"6cdfc757-79f9-448c-a274-d43b6b542bbd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q2NzIxY2Y4MzExMzE4YWVkMzgzMjJiZDZkNGVkMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cdf6d413-0b57-4d00-8ce2-fddf2fc15164","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar","artifactChecksum":"YmI2ODA3MDVlY2U3ZmQwNWY3MmM2OWVhZWE2NDg0Y2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea7a827f-1ba8-4582-bcc5-e45d1a5baab8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee389ac1-5e25-44cb-9b8f-15cd2b5a8568","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml","artifactChecksum":"OWQ0ZmQ1NzU0ZjMwMjA5YmYzMjc1YmIzMGJhMDNkYmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"529afd32-ca26-48c6-b71c-a44bc2e361c1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b46b6aef-85cf-4603-a0f4-b522d482ae22","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1dfec8ef-9f58-4ea3-b810-1b07e7a07dde","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMvchzs96t2zowxtclln9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml","artifactChecksum":"Yjg4MWI0NDk0MDI3YjI4NmI5OGFlNzVjNWZlMjdlY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe7fb855-8dde-49e7-b606-5bf4cd83e21b","artifactVersion":"1"},{"artifactName":"service-DemoPnfMvchzs96t2zowxtclln9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar","artifactChecksum":"Y2YxM2M1MmNiNWMxZjQ1ZGY2ZDk5NDk4Zjk4OTMxMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fcba98ac-1638-4ef5-8fa0-bef4ea91bff1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:22:09.432Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:09.433Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:09.435Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:09.435Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:22:09.535Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:22:09.537Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:22:09.537Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:09.549Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:09.550Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:10.436Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:10.437Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:10.439Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:10.439Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:22:10.551Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-11-22T06:22:10.553Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:22:10.553Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:10.581Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:10.582Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:11.440Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:11.440Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:11.443Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:11.443Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:22:11.544Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:22:11.545Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:22:11.545Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:11.563Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:11.563Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:12.443Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:12.444Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:12.446Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:12.446Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:22:12.547Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:22:12.550Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:22:12.550Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:12.562Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:12.562Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:13.447Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:13.448Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:13.450Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:13.450Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:22:13.551Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:22:13.552Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:22:13.552Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:13.570Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:13.571Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:14.456Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:14.457Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:14.465Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:14.466Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:22:14.560Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-22T06:22:14.561Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:22:14.561Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:14.572Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:14.572Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:22:15.466Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:15.467Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:15.469Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:15.469Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:22:15.570Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:22:15.571Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:22:15.571Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:15.588Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:15.589Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:16.470Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:16.471Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:16.473Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:16.473Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:22:16.576Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-22T06:22:16.577Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:22:16.577Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:16.587Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:16.587Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:17.475Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "serviceName": "Demo_pNF_MVcHzS96t2zOWXTClln9",
  "serviceVersion": "1.0",
  "serviceUUID": "4fc3d8c5-4600-41b5-b79a-a7eb2a56c504",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "612fdd82-a38b-4159-9031-2bacc7307fae",
  "resources": [
    {
      "resourceInstanceName": "pNF 78eb9608-250e 0",
      "resourceCustomizationUUID": "6cdfc757-79f9-448c-a274-d43b6b542bbd",
      "resourceName": "pNF 78eb9608-250e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "02410e2e-0ee1-4e25-99ba-957747eb51c8",
      "resourceInvariantUUID": "bba5de0c-2a80-4a8b-adcd-8d0cd999d273",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
      "artifactChecksum": "Y2YxM2M1MmNiNWMxZjQ1ZGY2ZDk5NDk4Zjk4OTMxMGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fcba98ac-1638-4ef5-8fa0-bef4ea91bff1"
    }
  ],
  "workloadContext": "Production"
}
2022-11-22T06:22:17.475Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:22:17.475Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4fc3d8c5-4600-41b5-b79a-a7eb2a56c504 ASDC
2022-11-22T06:22:17.476Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
ServiceName:Demo_pNF_MVcHzS96t2zOWXTClln9
ServiceVersion:1.0
ServiceUUID:4fc3d8c5-4600-41b5-b79a-a7eb2a56c504
ServiceInvariantUUID:612fdd82-a38b-4159-9031-2bacc7307fae
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
ArtifactUUID:fcba98ac-1638-4ef5-8fa0-bef4ea91bff1
ArtifactChecksum:Y2YxM2M1MmNiNWMxZjQ1ZGY2ZDk5NDk4Zjk4OTMxMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 78eb9608-250e 0
ResourceCustomizationUUID:6cdfc757-79f9-448c-a274-d43b6b542bbd
ResourceInvariantUUID:bba5de0c-2a80-4a8b-adcd-8d0cd999d273
ResourceName:pNF 78eb9608-250e
ResourceType:PNF
ResourceUUID:02410e2e-0ee1-4e25-99ba-957747eb51c8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-22T06:22:17.476Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fc3d8c5-4600-41b5-b79a-a7eb2a56c504 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:22:17.523Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:22:17.524Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:22:17.524Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:22:17.525Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fcba98ac-1638-4ef5-8fa0-bef4ea91bff1 from URL: /sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:17.525Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:22:17.525Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:17.588Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:22:17.595Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar fcba98ac-1638-4ef5-8fa0-bef4ea91bff1 87783
2022-11-22T06:22:17.595Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar ASDC sendASDCNotification
2022-11-22T06:22:17.596Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:17.596Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:22:17.596Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:17.598Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:17.599Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098137595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:22:17.699Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:22:17.700Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:22:17.700Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:17.709Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:17.710Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:18.604Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:22:18.605Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:22:18.605Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fcba98ac-1638-4ef5-8fa0-bef4ea91bff1, URL: /sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar to file: /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:18.611Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:18.612Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:18.612Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:18.779Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10034225671267427556/Definitions/service-DemoPnfMvchzs96t2zowxtclln9-template.yml
2022-11-22T06:22:19.762Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:22:19.762Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 78eb9608-250e 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-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.764Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.764Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:22:19.764Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:22:19.764Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.764Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Node template pNF 78eb9608-250e 0 is matching search criteria
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 78eb9608-250e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Node template pNF 78eb9608-250e 0 is matching search criteria
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:22:19.766Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 78eb9608-250e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:22:19.766Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:22:19.766Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.766Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:22:19.766Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.768Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MVcHzS96t2zOWXTClln9
Description:catalog service description
Model UUID:4fc3d8c5-4600-41b5-b79a-a7eb2a56c504
Model Version:NULL
Model InvariantUuid:612fdd82-a38b-4159-9031-2bacc7307fae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-22T06:22:19.773Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 02410e2e-0ee1-4e25-99ba-957747eb51c8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:22:19.776Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||pNF 78eb9608-250e 0
2022-11-22T06:22:19.777Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 02410e2e-0ee1-4e25-99ba-957747eb51c8
2022-11-22T06:22:19.777Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4fc3d8c5-4600-41b5-b79a-a7eb2a56c504
2022-11-22T06:22:19.777Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4fc3d8c5-4600-41b5-b79a-a7eb2a56c504
2022-11-22T06:22:19.777Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 78eb9608-250e 0 02410e2e-0ee1-4e25-99ba-957747eb51c8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:22:19.783Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ef0f92d, org.onap.sdc.toscaparser.api.parameters.Input@241e178, org.onap.sdc.toscaparser.api.parameters.Input@32d26f03, org.onap.sdc.toscaparser.api.parameters.Input@15667534, org.onap.sdc.toscaparser.api.parameters.Input@6ca6cf24]
2022-11-22T06:22:19.783Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:22:19.784Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.784Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4fc3d8c5-4600-41b5-b79a-a7eb2a56c504: pNF 78eb9608-250e
2022-11-22T06:22:19.784Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Processing PNF resource: 02410e2e-0ee1-4e25-99ba-957747eb51c8
2022-11-22T06:22:19.784Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:22:19.784Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.785Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Resource customization UUID: 6cdfc757-79f9-448c-a274-d43b6b542bbd is the same as notified resource customizationUUID: 6cdfc757-79f9-448c-a274-d43b6b542bbd
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-22T06:22:19.833Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 78eb9608-250e 02410e2e-0ee1-4e25-99ba-957747eb51c8 0 ASDC deployResourceStructure
2022-11-22T06:22:19.833Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar ASDC sendASDCNotification
2022-11-22T06:22:19.834Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.834Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:22:19.834Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:19.836Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:19.836Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098139833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:22:19.936Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:22:19.937Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:22:19.937Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:19.964Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:19.964Z||pool-49-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:20.837Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:22:20.847Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:22:20.850Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:22:20.850Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:22:20.850Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:22:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:22:32.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:22:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:32.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:22:32.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:22:32.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "aai-ml",
  "timestamp": 1669098092718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:22:32.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:22:50.850Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:22:50.862Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:22:50.864Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:22:50.864Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:22:50.864Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:23:20.865Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:23:20.876Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:23:20.878Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:23:20.878Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:23:20.878Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:23:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:23:32.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:23:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:23:32.485Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:23:32.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:23:32.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "cds",
  "timestamp": 1669098092818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:23:32.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:23:50.879Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:23:50.900Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:23:50.910Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:23:50.910Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:23:50.910Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:24:20.912Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:24:20.934Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:24:20.937Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:24:20.937Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:24:20.937Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:24:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:24:32.447Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:24:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:24:32.470Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:24:32.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:32.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098091564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:32.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:32.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:32.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098085624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:32.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:32.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:32.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:32.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:32.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:32.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "cds",
  "timestamp": 1669098093832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:24:32.996Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
2022-11-22T06:24:32.997Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098091564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098094418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098091564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098095196,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098095607,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:24:33.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098091564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098096134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098096611,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:24:33.029Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
2022-11-22T06:24:33.029Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098091564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098097166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:24:33.039Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098096134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "aai-ml",
  "timestamp": 1669098097876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:24:33.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098091564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098096134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "aai-ml",
  "timestamp": 1669098098880,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:24:33.048Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
2022-11-22T06:24:33.048Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098091564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098096134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098096134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098096134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098096134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098096134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098104881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098107019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:24:33.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098108024,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:24:33.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
2022-11-22T06:24:33.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098105520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "cds",
  "timestamp": 1669098105919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098111564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098105624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "cds",
  "timestamp": 1669098105919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098105520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098111564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098105624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098105520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "cds",
  "timestamp": 1669098105919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098111564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098105624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098105520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "cds",
  "timestamp": 1669098105919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098111564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098105624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098105520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098111564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "cds",
  "timestamp": 1669098105919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098105624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098105520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "cds",
  "timestamp": 1669098105919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098111564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098105624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098105520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098111564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "cds",
  "timestamp": 1669098105919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098105624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "cds",
  "timestamp": 1669098105919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098105520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098111564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098105624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098105520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "cds",
  "timestamp": 1669098105919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098111564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098105624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098124403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "cds",
  "timestamp": 1669098124473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098124520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "cds",
  "timestamp": 1669098125491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.124Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4584eb4-b017-4942-a146-998de6feb054
2022-11-22T06:24:33.124Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4584eb4-b017-4942-a146-998de6feb054 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098125571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098125624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098126618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "cds",
  "timestamp": 1669098126498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098125624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098127662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "cds",
  "timestamp": 1669098126498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098125624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098128733,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:24:33.149Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4584eb4-b017-4942-a146-998de6feb054
2022-11-22T06:24:33.149Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4584eb4-b017-4942-a146-998de6feb054 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33499854-752f-460c-aea5-18f823a16bee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098128414,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:24:33.158Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "cds",
  "timestamp": 1669098126498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098125624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098129737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:24:33.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "cds",
  "timestamp": 1669098126498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098125624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "cds",
  "timestamp": 1669098126498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098125624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098131501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:24:33.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "cds",
  "timestamp": 1669098126498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098131564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669098125624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "aai-ml",
  "timestamp": 1669098132506,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:24:33.175Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4584eb4-b017-4942-a146-998de6feb054
2022-11-22T06:24:33.176Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4584eb4-b017-4942-a146-998de6feb054 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "cds",
  "timestamp": 1669098126498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098131564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098131564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "cds",
  "timestamp": 1669098134253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098131564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "cds",
  "timestamp": 1669098135258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.204Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 251d0ec1-23ab-4eeb-b330-a592be19d3ae
2022-11-22T06:24:33.204Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 251d0ec1-23ab-4eeb-b330-a592be19d3ae and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098135882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.212Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "aai-ml",
  "timestamp": 1669098135520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098131564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098092443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "aai-ml",
  "timestamp": 1669098135520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098131564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098137595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "aai-ml",
  "timestamp": 1669098135520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098131564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098138609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:24:33.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "aai-ml",
  "timestamp": 1669098135520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098139286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098139618,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:24:33.226Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4584eb4-b017-4942-a146-998de6feb054
2022-11-22T06:24:33.227Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4584eb4-b017-4942-a146-998de6feb054 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "aai-ml",
  "timestamp": 1669098135520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098139833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:24:33.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098140345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "aai-ml",
  "timestamp": 1669098135520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098141394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "aai-ml",
  "timestamp": 1669098135520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098142421,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:24:33.246Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 251d0ec1-23ab-4eeb-b330-a592be19d3ae
2022-11-22T06:24:33.246Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 251d0ec1-23ab-4eeb-b330-a592be19d3ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "aai-ml",
  "timestamp": 1669098143271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669098143425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:24:33.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:24:33.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098126134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:24:33.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:24:33.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098147711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:24:33.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098150361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:24:33.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "aai-ml",
  "timestamp": 1669098150332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:24:33.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:24:33.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669098151366,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:24:33.267Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 251d0ec1-23ab-4eeb-b330-a592be19d3ae
2022-11-22T06:24:33.267Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 251d0ec1-23ab-4eeb-b330-a592be19d3ae and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:33.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:24:33.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "aai-ml",
  "timestamp": 1669098151335,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:24:33.281Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 251d0ec1-23ab-4eeb-b330-a592be19d3ae
2022-11-22T06:24:33.281Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 251d0ec1-23ab-4eeb-b330-a592be19d3ae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:24:50.937Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:24:50.954Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:24:50.957Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:24:50.957Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T06:24:50.957Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T06:24:50.957Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T06:24:50.958Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:24:50.958Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:24:50.958Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:24:50.958Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:24:50.958Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:24:50.958Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:24:50.963Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T06:25:20.963Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-22T06:25:20.974Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2 and serviceModelVersionId: 4fc3d8c5-4600-41b5-b79a-a7eb2a56c504
2022-11-22T06:25:20.974Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 612fdd82-a38b-4159-9031-2bacc7307fae
2022-11-22T06:25:20.979Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/612fdd82-a38b-4159-9031-2bacc7307fae/model-vers/model-ver/4fc3d8c5-4600-41b5-b79a-a7eb2a56c504?depth=0
2022-11-22T06:25:20.989Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T06:25:21.078Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fdd82-a38b-4159-9031-2bacc7307fae/model-vers/model-ver/4fc3d8c5-4600-41b5-b79a-a7eb2a56c504?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-22T06:25:21.081Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fdd82-a38b-4159-9031-2bacc7307fae/model-vers/model-ver/4fc3d8c5-4600-41b5-b79a-a7eb2a56c504?depth=0|INFO|500||Invoke
2022-11-22T06:25:21.110Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fdd82-a38b-4159-9031-2bacc7307fae/model-vers/model-ver/4fc3d8c5-4600-41b5-b79a-a7eb2a56c504?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-22T06:25:21.192Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fdd82-a38b-4159-9031-2bacc7307fae/model-vers/model-ver/4fc3d8c5-4600-41b5-b79a-a7eb2a56c504?depth=0|INFO|500||InvokeReturn
2022-11-22T06:25:21.193Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fdd82-a38b-4159-9031-2bacc7307fae/model-vers/model-ver/4fc3d8c5-4600-41b5-b79a-a7eb2a56c504?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221122-06:25:21:410-11169], vertex-id=[151624], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:25:21 GMT], Content-Type=[application/json]}
2022-11-22T06:25:21.193Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:25:21.194Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:25:21.194Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:25:21.203Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-22T06:25:21.204Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:25:21.204Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:25:21.204Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:21.208Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:21.209Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098321204,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:25:21.308Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-22T06:25:21.309Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:21.309Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:21.322Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:21.323Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:25:22.222Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:25:22.223Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:25:22.223Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:26.693Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:26.695Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-22T06:25:26.695Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4584eb4-b017-4942-a146-998de6feb054","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"bfce9f5f-1d0a-4018-bdf0-a473391e1373","serviceDescription":"service","serviceInvariantUUID":"630b5d18-73d1-430a-992a-9c9465e564d1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40b80368-b206-4aa3-a14e-0a86791c344d","resourceInvariantUUID":"862e9b7b-e19e-4f6e-a736-88a4d1129692","resourceCustomizationUUID":"b473d802-da4b-4075-94f5-afb0504eadef","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":"ZmY3N2Y2ODg5OTZlZGJmYzlmNzQ1MWZhYjM5NjU0MTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8127265c-4376-47f1-a22f-b4a9ff4bd98e","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":"30f6d65d-2f5e-4ca2-9bc7-e9bbcd56b1a9","artifactVersion":"2","generatedFromUUID":"d477bd85-d87e-4220-b92e-01cee82b6354"},{"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":"d477bd85-d87e-4220-b92e-01cee82b6354","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":"NTE5YjI4MDY0ODE5MjA4NjMzMjE0YWExNzQ4OTBkNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7c53aa9-b3ef-4817-aaff-6a4541350eef","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":"42e2fa2a-54da-4ca9-834d-df3a185f8f53","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":"fe0f22ba-7080-4cd9-b651-7a4956edfa16","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":"1d5d9e9b-6914-48aa-9bad-b046a4000955","artifactVersion":"2","generatedFromUUID":"42e2fa2a-54da-4ca9-834d-df3a185f8f53"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmExYTM2YjliZTZlNjRjMGVhMGQ3YzlmZTcyYzM3ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bbed4cd-d11e-43c0-9785-30058df7523c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTBhNzBjYTJhYzRlYjVjZWZiNTMzMjYwNzI2YzJmYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8fa9350-cfd2-4bf0-b82d-04bef3269411","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:25:26.701Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:25:26.702Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:26.705Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:26.705Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:25:26.809Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-22T06:25:26.810Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:26.810Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:26.821Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:26.821Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:27.709Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:25:27.710Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:27.712Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:27.712Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-22T06:25:27.813Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:25:27.820Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:27.820Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:27.866Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:27.867Z||pool-52-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:28.713Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:25:28.716Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:28.718Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:28.718Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-22T06:25:28.819Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:25:28.820Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:28.821Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:28.830Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:28.831Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:29.719Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:25:29.721Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:29.723Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:29.723Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:25:29.823Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:25:29.828Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:29.828Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:29.839Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:29.840Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:30.724Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:25:30.725Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:30.727Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:30.727Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:25:30.827Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:25:30.828Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:30.828Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:30.842Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:30.842Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:31.728Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:25:31.728Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:31.732Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:31.733Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:25:31.833Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:25:31.834Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:31.835Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:31.862Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:31.862Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:25:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:25:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:32.735Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:25:32.735Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:32.743Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:32.744Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-22T06:25:32.841Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-22T06:25:32.842Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:32.842Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:32.857Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:32.857Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:32.870Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:32.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:25:32.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098321204,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:25:32.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:25:32.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:25:32.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:25:32.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:25:32.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:25:32.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-22T06:25:32.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:25:32.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:25:32.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-22T06:25:32.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:25:32.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:25:32.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:25:32.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:25:32.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:25:32.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:25:32.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:25:32.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:25:32.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:25:32.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:25:33.744Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:25:33.745Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:33.747Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:33.747Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:25:33.847Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:25:33.848Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:33.848Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:33.858Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:33.858Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:34.748Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:25:34.749Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:34.751Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:34.751Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:25:34.855Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-22T06:25:34.856Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:34.856Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:34.882Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:34.883Z||pool-59-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:25:35.753Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "bfce9f5f-1d0a-4018-bdf0-a473391e1373",
  "serviceDescription": "service",
  "serviceInvariantUUID": "630b5d18-73d1-430a-992a-9c9465e564d1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b473d802-da4b-4075-94f5-afb0504eadef",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40b80368-b206-4aa3-a14e-0a86791c344d",
      "resourceInvariantUUID": "862e9b7b-e19e-4f6e-a736-88a4d1129692",
      "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": "30f6d65d-2f5e-4ca2-9bc7-e9bbcd56b1a9",
          "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": "d477bd85-d87e-4220-b92e-01cee82b6354",
          "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": "NTE5YjI4MDY0ODE5MjA4NjMzMjE0YWExNzQ4OTBkNTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c7c53aa9-b3ef-4817-aaff-6a4541350eef",
          "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": "42e2fa2a-54da-4ca9-834d-df3a185f8f53",
          "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": "1d5d9e9b-6914-48aa-9bad-b046a4000955",
            "generatedFromUUID": "42e2fa2a-54da-4ca9-834d-df3a185f8f53"
          },
          "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": "1d5d9e9b-6914-48aa-9bad-b046a4000955",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTBhNzBjYTJhYzRlYjVjZWZiNTMzMjYwNzI2YzJmYWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8fa9350-cfd2-4bf0-b82d-04bef3269411"
    }
  ],
  "workloadContext": "Production"
}
2022-11-22T06:25:35.753Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:25:35.753Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bfce9f5f-1d0a-4018-bdf0-a473391e1373 ASDC
2022-11-22T06:25:35.754Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c4584eb4-b017-4942-a146-998de6feb054
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:bfce9f5f-1d0a-4018-bdf0-a473391e1373
ServiceInvariantUUID:630b5d18-73d1-430a-992a-9c9465e564d1
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:c8fa9350-cfd2-4bf0-b82d-04bef3269411
ArtifactChecksum:NTBhNzBjYTJhYzRlYjVjZWZiNTMzMjYwNzI2YzJmYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b473d802-da4b-4075-94f5-afb0504eadef
ResourceInvariantUUID:862e9b7b-e19e-4f6e-a736-88a4d1129692
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:40b80368-b206-4aa3-a14e-0a86791c344d
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:30f6d65d-2f5e-4ca2-9bc7-e9bbcd56b1a9
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:d477bd85-d87e-4220-b92e-01cee82b6354
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:c7c53aa9-b3ef-4817-aaff-6a4541350eef
ArtifactChecksum:NTE5YjI4MDY0ODE5MjA4NjMzMjE0YWExNzQ4OTBkNTU=
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:42e2fa2a-54da-4ca9-834d-df3a185f8f53
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:1d5d9e9b-6914-48aa-9bad-b046a4000955
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:1d5d9e9b-6914-48aa-9bad-b046a4000955
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-22T06:25:35.754Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfce9f5f-1d0a-4018-bdf0-a473391e1373 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:25:35.801Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:25:35.802Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:25:35.802Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:25:35.803Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c8fa9350-cfd2-4bf0-b82d-04bef3269411 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-22T06:25:35.803Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:25:35.803Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-22T06:25:36.005Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:25:36.011Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c8fa9350-cfd2-4bf0-b82d-04bef3269411 73667
2022-11-22T06:25:36.011Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-22T06:25:36.011Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-22T06:25:36.011Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:25:36.012Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:36.014Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:36.014Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098336011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:25:36.114Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:25:36.115Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:36.115Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:36.129Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:36.129Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:37.016Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:25:37.018Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:25:37.018Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c8fa9350-cfd2-4bf0-b82d-04bef3269411, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-22T06:25:37.019Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-22T06:25:37.019Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-22T06:25:37.019Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-22T06:25:37.323Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11298978796167088626/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-22T06:25:38.618Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:25:38.618Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:25:38.618Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-22T06:25:38.618Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-22T06:25:38.619Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-22T06:25:38.619Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-22T06:25:38.619Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-22T06:25:38.619Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-22T06:25:38.619Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:25:38.619Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.619Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:38.619Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-22T06:25:38.620Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:25:38.620Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:25:38.620Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.620Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:38.620Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-22T06:25:38.620Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:25:38.620Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:25:38.621Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.621Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:38.621Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.621Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-22T06:25:38.621Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-22T06:25:38.621Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-22T06:25:38.622Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T06:25:38.622Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.622Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:25:38.622Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.622Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-22T06:25:38.622Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:25:38.623Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.623Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-22T06:25:38.623Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:25:38.623Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.623Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-22T06:25:38.623Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:25:38.623Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.624Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-22T06:25:38.624Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-22T06:25:38.624Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=acec64d9-85a8-4e6b-aa5b-991728bd1bc2
2022-11-22T06:25:38.624Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.624Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:38.624Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.624Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:38.625Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.625Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:38.625Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:38.625Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:38.625Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:bfce9f5f-1d0a-4018-bdf0-a473391e1373
Model Version:NULL
Model InvariantUuid:630b5d18-73d1-430a-992a-9c9465e564d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:26002221-07d0-42d6-a6d7-eaeb8e3887af
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:862e9b7b-e19e-4f6e-a736-88a4d1129692
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b473d802-da4b-4075-94f5-afb0504eadef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:356b4472-9ce4-4a1c-865a-a5b17aa84f2e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:57580f78-c08b-4696-adaa-c4d7fe27bd80
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:acec64d9-85a8-4e6b-aa5b-991728bd1bc2
ModelInvariantUuid:03461d4b-6d34-45bb-95f3-002465f04c65
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d02d68d4-36ab-4439-9d68-27594dee75ac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ab1fe000-f949-4615-b568-d01462c408b0
ModelInvariantUuid:a53b382f-a215-47f5-a016-d392d95a33cd
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e7a0ec5c-7b15-479a-8eb1-9c4ee2e0e6fa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-22T06:25:38.631Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 40b80368-b206-4aa3-a14e-0a86791c344d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:25:38.635Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-11-22T06:25:38.635Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40b80368-b206-4aa3-a14e-0a86791c344d
2022-11-22T06:25:38.635Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 30f6d65d-2f5e-4ca2-9bc7-e9bbcd56b1a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-22T06:25:38.635Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:25:38.636Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-22T06:25:38.681Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:25:38.682Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 30f6d65d-2f5e-4ca2-9bc7-e9bbcd56b1a9 12
2022-11-22T06:25:38.682Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-22T06:25:38.682Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-22T06:25:38.682Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:25:38.682Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:38.684Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:38.684Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098338682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:25:38.784Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:25:38.785Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:38.785Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:38.796Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:38.801Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:39.685Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d477bd85-d87e-4220-b92e-01cee82b6354 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-22T06:25:39.685Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:25:39.685Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-22T06:25:39.729Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:25:39.730Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d477bd85-d87e-4220-b92e-01cee82b6354 2688
2022-11-22T06:25:39.730Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-22T06:25:39.730Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-22T06:25:39.731Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:25:39.731Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:39.733Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:39.733Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098339730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:25:39.833Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:25:39.834Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:39.834Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:39.844Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:39.845Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:25:40.735Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c7c53aa9-b3ef-4817-aaff-6a4541350eef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-22T06:25:40.735Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:25:40.735Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-22T06:25:40.784Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:25:40.784Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c7c53aa9-b3ef-4817-aaff-6a4541350eef 828
2022-11-22T06:25:40.784Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-22T06:25:40.785Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-22T06:25:40.785Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:25:40.785Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:40.787Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:40.787Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098340784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:25:40.889Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-22T06:25:40.890Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:40.890Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:40.900Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:40.900Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:41.793Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "356b4472-9ce4-4a1c-865a-a5b17aa84f2e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57580f78-c08b-4696-adaa-c4d7fe27bd80",
    "vfModuleModelCustomizationUUID": "37721d47-1b5b-487c-8dc9-e7c8721b0d53",
    "isBase": true,
    "artifacts": [
      "42e2fa2a-54da-4ca9-834d-df3a185f8f53",
      "d477bd85-d87e-4220-b92e-01cee82b6354",
      "1d5d9e9b-6914-48aa-9bad-b046a4000955"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:25:41.799Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57580f78-c08b-4696-adaa-c4d7fe27bd80
VfModuleModelInvariantUUID:356b4472-9ce4-4a1c-865a-a5b17aa84f2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
42e2fa2a-54da-4ca9-834d-df3a185f8f53
,
d477bd85-d87e-4220-b92e-01cee82b6354
,
1d5d9e9b-6914-48aa-9bad-b046a4000955

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

isBase:true


}

2022-11-22T06:25:41.805Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "356b4472-9ce4-4a1c-865a-a5b17aa84f2e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57580f78-c08b-4696-adaa-c4d7fe27bd80",
    "vfModuleModelCustomizationUUID": "37721d47-1b5b-487c-8dc9-e7c8721b0d53",
    "isBase": true,
    "artifacts": [
      "42e2fa2a-54da-4ca9-834d-df3a185f8f53",
      "d477bd85-d87e-4220-b92e-01cee82b6354",
      "1d5d9e9b-6914-48aa-9bad-b046a4000955"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:25:41.805Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57580f78-c08b-4696-adaa-c4d7fe27bd80
VfModuleModelInvariantUUID:356b4472-9ce4-4a1c-865a-a5b17aa84f2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
42e2fa2a-54da-4ca9-834d-df3a185f8f53
,
d477bd85-d87e-4220-b92e-01cee82b6354
,
1d5d9e9b-6914-48aa-9bad-b046a4000955

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

isBase:true


}

2022-11-22T06:25:41.805Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 42e2fa2a-54da-4ca9-834d-df3a185f8f53 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-22T06:25:41.805Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:25:41.805Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-22T06:25:41.897Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:25:41.898Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 42e2fa2a-54da-4ca9-834d-df3a185f8f53 1164
2022-11-22T06:25:41.898Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-22T06:25:41.898Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-22T06:25:41.898Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:25:41.899Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:41.900Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:41.900Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098341898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:25:42.001Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:25:42.001Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:42.002Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:42.019Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:42.020Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:42.901Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1d5d9e9b-6914-48aa-9bad-b046a4000955 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-22T06:25:42.901Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:25:42.901Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-22T06:25:43.047Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:25:43.047Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1d5d9e9b-6914-48aa-9bad-b046a4000955 200
2022-11-22T06:25:43.048Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-22T06:25:43.048Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-22T06:25:43.048Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:25:43.048Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:43.056Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:43.056Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098343048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:25:43.156Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:25:43.157Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:43.157Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:43.168Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:43.168Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:25:44.057Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bfce9f5f-1d0a-4018-bdf0-a473391e1373
2022-11-22T06:25:44.058Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 40b80368-b206-4aa3-a14e-0a86791c344d 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 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=?
2022-11-22T06:25:44.076Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:25:44.080Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b4dad83, org.onap.sdc.toscaparser.api.parameters.Input@838f79d, org.onap.sdc.toscaparser.api.parameters.Input@39239d5a, org.onap.sdc.toscaparser.api.parameters.Input@53bc535a, org.onap.sdc.toscaparser.api.parameters.Input@753bcd1b]
2022-11-22T06:25:44.081Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.082Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:44.082Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-11-22T06:25:44.082Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b473d802-da4b-4075-94f5-afb0504eadef
2022-11-22T06:25:44.082Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b473d802-da4b-4075-94f5-afb0504eadef matches Tosca VF Customization UUID: b473d802-da4b-4075-94f5-afb0504eadef
2022-11-22T06:25:44.082Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b473d802-da4b-4075-94f5-afb0504eadef  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-22T06:25:44.085Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.085Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:44.086Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b473d802-da4b-4075-94f5-afb0504eadef: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-22T06:25:44.086Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e0b7d5d
2022-11-22T06:25:44.086Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.086Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:25:44.086Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 37721d47-1b5b-487c-8dc9-e7c8721b0d53
2022-11-22T06:25:44.086Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 37721d47-1b5b-487c-8dc9-e7c8721b0d53
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-22T06:25:44.089Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.089Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-22T06:25:44.089Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:25:44.089Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.090Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-22T06:25:44.090Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:25:44.090Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.090Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-22T06:25:44.090Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-22T06:25:44.090Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=acec64d9-85a8-4e6b-aa5b-991728bd1bc2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-22T06:25:44.093Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.093Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-22T06:25:44.093Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:25:44.093Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.093Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-22T06:25:44.093Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b473d802-da4b-4075-94f5-afb0504eadef
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:25:44.095Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.095Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:44.096Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bfce9f5f-1d0a-4018-bdf0-a473391e1373: basic_cnf
2022-11-22T06:25:44.096Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.096Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:44.096Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.096Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:44.096Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.097Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:44.097Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.097Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:44.097Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:25:44.097Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:25:44.097Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:25:44.171Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 40b80368-b206-4aa3-a14e-0a86791c344d 1 ASDC deployResourceStructure
2022-11-22T06:25:44.172Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-22T06:25:44.172Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-11-22T06:25:44.173Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-22T06:25:44.173Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:44.175Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:44.175Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098344172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-22T06:25:44.275Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:25:44.276Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:44.276Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:44.291Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:44.292Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:45.175Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-22T06:25:45.176Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-22T06:25:45.176Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-22T06:25:45.176Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:45.178Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:45.178Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098345175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-22T06:25:45.279Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:25:45.280Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:45.280Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:45.293Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:45.293Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:25:46.178Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-22T06:25:46.179Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-22T06:25:46.179Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:25:46.179Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:46.181Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:46.181Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098346178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:25:46.281Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:25:46.282Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:46.282Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:46.293Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:46.294Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:47.183Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-22T06:25:47.184Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-22T06:25:47.184Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:25:47.184Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:47.187Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:47.187Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098347183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:25:47.288Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:25:47.289Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:47.289Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:47.300Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:47.300Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:48.188Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-22T06:25:48.188Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-22T06:25:48.188Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:25:48.189Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:48.195Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:48.195Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098348188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:25:48.291Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-22T06:25:48.292Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:48.292Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:48.308Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:48.308Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:25:49.197Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-22T06:25:49.197Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-22T06:25:49.197Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:25:49.197Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:25:49.199Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:25:49.199Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098349197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:25:49.301Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:25:49.301Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:25:49.301Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:25:49.311Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:25:49.311Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:25:50.200Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4584eb4-b017-4942-a146-998de6feb054
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:25:50.209Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4584eb4-b017-4942-a146-998de6feb054
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:25:50.212Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:25:50.212Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T06:25:50.212Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T06:25:50.212Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T06:25:50.212Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:25:50.213Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:25:50.213Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:25:50.213Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:25:50.213Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:25:50.213Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:25:50.218Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T06:26:20.218Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c4584eb4-b017-4942-a146-998de6feb054 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-22T06:26:20.976Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4584eb4-b017-4942-a146-998de6feb054 and serviceModelVersionId: bfce9f5f-1d0a-4018-bdf0-a473391e1373
2022-11-22T06:26:20.976Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 630b5d18-73d1-430a-992a-9c9465e564d1
2022-11-22T06:26:20.978Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/630b5d18-73d1-430a-992a-9c9465e564d1/model-vers/model-ver/bfce9f5f-1d0a-4018-bdf0-a473391e1373?depth=0
2022-11-22T06:26:20.995Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T06:26:21.101Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630b5d18-73d1-430a-992a-9c9465e564d1/model-vers/model-ver/bfce9f5f-1d0a-4018-bdf0-a473391e1373?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-22T06:26:21.107Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630b5d18-73d1-430a-992a-9c9465e564d1/model-vers/model-ver/bfce9f5f-1d0a-4018-bdf0-a473391e1373?depth=0|INFO|500||Invoke
2022-11-22T06:26:21.137Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630b5d18-73d1-430a-992a-9c9465e564d1/model-vers/model-ver/bfce9f5f-1d0a-4018-bdf0-a473391e1373?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-22T06:26:21.286Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630b5d18-73d1-430a-992a-9c9465e564d1/model-vers/model-ver/bfce9f5f-1d0a-4018-bdf0-a473391e1373?depth=0|INFO|500||InvokeReturn
2022-11-22T06:26:21.286Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630b5d18-73d1-430a-992a-9c9465e564d1/model-vers/model-ver/bfce9f5f-1d0a-4018-bdf0-a473391e1373?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221122-06:26:21:437-93891], vertex-id=[221360], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:26:21 GMT], Content-Type=[application/json]}
2022-11-22T06:26:21.287Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:26:21.289Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:26:21.289Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:26:21.301Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-22T06:26:21.302Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4584eb4-b017-4942-a146-998de6feb054 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:26:21.304Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:26:21.304Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:21.306Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:21.306Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098381302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:26:21.409Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-22T06:26:21.410Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:21.410Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:21.431Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:21.433Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:26:22.326Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-22T06:26:22.327Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"251d0ec1-23ab-4eeb-b330-a592be19d3ae","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ad5d0ede-a944-4eb7-8e13-79797b85cf8a","serviceDescription":"service","serviceInvariantUUID":"73e02317-0095-4fe0-95d8-47252732d8d9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1c719ef3-f3fd-4eff-8b00-629b589a748e","resourceInvariantUUID":"7425124e-aefa-4f89-9e25-06c00ca67320","resourceCustomizationUUID":"c3b6fda4-4083-4c64-81e9-0bf5911e4434","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":"YzNkMTI4MTJjYTc5NzBiOGNhY2YwMjM2NGQ2MDljYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f3c41bc3-7ce6-41bd-b609-04b4e0ff4ce4","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":"MzY4NmViYTdmNDJlYzdkODI0NjhjN2NlNDNkNTcyYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e88fd44-7e0d-427f-921b-d86b0117e4e4","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":"1e1dbe87-7211-419c-8ad3-1c34d22ee7ac","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":"9550c851-aa2b-4ab0-83c4-98968df75fda","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":"a3ebaf08-6176-40d6-a15d-d67aed6fe74a","artifactVersion":"2","generatedFromUUID":"1e1dbe87-7211-419c-8ad3-1c34d22ee7ac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjVkN2FjZGViZGY1ODE0ZDU1ZTdhODQxZDMzNGJjMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf7c6730-bc93-4c11-baf5-c18d0461a146","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDdhZTMzY2MxNjY2MmJmNzk2NzEyZGU5OWQwMGY0YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"138acfe2-2954-45c2-81e3-9387ed7d8717","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:26:22.327Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:26:22.328Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:22.331Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:22.331Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:26:22.431Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:26:22.432Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:22.440Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:22.460Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:22.461Z||pool-73-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:23.335Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:26:23.336Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:23.338Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:23.339Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:26:23.439Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:26:23.440Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:23.440Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:23.449Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:23.449Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:26:24.339Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:26:24.341Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:24.344Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:24.345Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:26:24.444Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:26:24.445Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:24.446Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:24.456Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:24.456Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:26:25.345Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:26:25.346Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:25.347Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:25.348Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:26:25.451Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-22T06:26:25.452Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:25.452Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:25.462Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:25.462Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:26.348Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:26:26.349Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:26.355Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:26.355Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-22T06:26:26.451Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-22T06:26:26.451Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:26.452Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:26.461Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:26.462Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:27.356Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:26:27.356Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:27.363Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:27.363Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:26:27.458Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-22T06:26:27.459Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:27.460Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:27.476Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:27.476Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:28.365Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:26:28.365Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:28.367Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:28.367Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:26:28.467Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:26:28.468Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:28.468Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:28.483Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:28.483Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:29.368Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ad5d0ede-a944-4eb7-8e13-79797b85cf8a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "73e02317-0095-4fe0-95d8-47252732d8d9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c3b6fda4-4083-4c64-81e9-0bf5911e4434",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1c719ef3-f3fd-4eff-8b00-629b589a748e",
      "resourceInvariantUUID": "7425124e-aefa-4f89-9e25-06c00ca67320",
      "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": "MzY4NmViYTdmNDJlYzdkODI0NjhjN2NlNDNkNTcyYzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4e88fd44-7e0d-427f-921b-d86b0117e4e4",
          "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": "1e1dbe87-7211-419c-8ad3-1c34d22ee7ac",
          "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": "a3ebaf08-6176-40d6-a15d-d67aed6fe74a",
            "generatedFromUUID": "1e1dbe87-7211-419c-8ad3-1c34d22ee7ac"
          },
          "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": "a3ebaf08-6176-40d6-a15d-d67aed6fe74a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDdhZTMzY2MxNjY2MmJmNzk2NzEyZGU5OWQwMGY0YTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "138acfe2-2954-45c2-81e3-9387ed7d8717"
    }
  ],
  "workloadContext": "Production"
}
2022-11-22T06:26:29.369Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:26:29.369Z|c4584eb4-b017-4942-a146-998de6feb054|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad5d0ede-a944-4eb7-8e13-79797b85cf8a ASDC
2022-11-22T06:26:29.369Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:251d0ec1-23ab-4eeb-b330-a592be19d3ae
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ad5d0ede-a944-4eb7-8e13-79797b85cf8a
ServiceInvariantUUID:73e02317-0095-4fe0-95d8-47252732d8d9
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:138acfe2-2954-45c2-81e3-9387ed7d8717
ArtifactChecksum:NDdhZTMzY2MxNjY2MmJmNzk2NzEyZGU5OWQwMGY0YTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c3b6fda4-4083-4c64-81e9-0bf5911e4434
ResourceInvariantUUID:7425124e-aefa-4f89-9e25-06c00ca67320
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1c719ef3-f3fd-4eff-8b00-629b589a748e
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:4e88fd44-7e0d-427f-921b-d86b0117e4e4
ArtifactChecksum:MzY4NmViYTdmNDJlYzdkODI0NjhjN2NlNDNkNTcyYzA=
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:1e1dbe87-7211-419c-8ad3-1c34d22ee7ac
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:a3ebaf08-6176-40d6-a15d-d67aed6fe74a
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:a3ebaf08-6176-40d6-a15d-d67aed6fe74a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-22T06:26:29.369Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad5d0ede-a944-4eb7-8e13-79797b85cf8a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:26:29.408Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:26:29.408Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:26:29.409Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:26:29.409Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 138acfe2-2954-45c2-81e3-9387ed7d8717 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-22T06:26:29.409Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:26:29.409Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-22T06:26:29.517Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:26:29.520Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 138acfe2-2954-45c2-81e3-9387ed7d8717 74819
2022-11-22T06:26:29.520Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-22T06:26:29.521Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-22T06:26:29.521Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:26:29.521Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:29.524Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:29.524Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098389520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:26:29.623Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:26:29.624Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:29.625Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:29.635Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:29.636Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:30.524Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:26:30.525Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:26:30.526Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 138acfe2-2954-45c2-81e3-9387ed7d8717, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-22T06:26:30.526Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-22T06:26:30.527Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-22T06:26:30.527Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-22T06:26:30.723Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5013395172282254247/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-22T06:26:31.984Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:26:31.985Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:26:31.985Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-22T06:26:31.985Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-22T06:26:31.985Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-22T06:26:31.985Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-22T06:26:31.986Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-22T06:26:31.986Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-22T06:26:31.986Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-22T06:26:31.986Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-22T06:26:31.987Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-22T06:26:31.987Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:26:31.987Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.987Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:31.988Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-22T06:26:31.988Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:26:31.988Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:26:31.988Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.989Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:31.989Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-22T06:26:31.989Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:26:31.989Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:26:31.989Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.989Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:31.990Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.990Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-22T06:26:31.990Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-22T06:26:31.990Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-22T06:26:31.990Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-22T06:26:31.991Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-22T06:26:31.991Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T06:26:31.991Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.991Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:26:31.991Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.991Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-22T06:26:31.992Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:26:31.992Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.992Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-22T06:26:31.992Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:26:31.997Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.997Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-22T06:26:31.997Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:26:31.997Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.997Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-22T06:26:31.997Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-22T06:26:31.998Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-22T06:26:31.998Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ec5e4bc-77c8-47bc-ad6f-a9bcb1b91f06
2022-11-22T06:26:31.998Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.998Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:31.998Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.999Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:31.999Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.999Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:31.999Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:31.999Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:31.999Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ad5d0ede-a944-4eb7-8e13-79797b85cf8a
Model Version:NULL
Model InvariantUuid:73e02317-0095-4fe0-95d8-47252732d8d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4c16ed90-b6f0-4cbc-b3da-512916129888
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7425124e-aefa-4f89-9e25-06c00ca67320
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c3b6fda4-4083-4c64-81e9-0bf5911e4434
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cf415597-819a-4cc1-a889-ee63e9c08924
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d63c6111-7454-4782-a208-78d8880e83c9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ec5e4bc-77c8-47bc-ad6f-a9bcb1b91f06
ModelInvariantUuid:280fe8fc-164b-470a-911d-15e430a0d1ac
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:133e50b2-b5bc-40c8-86a4-8fd5979f5f3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e384d88b-8186-4210-9921-e5508ebc9896
ModelInvariantUuid:b35c10b1-4e64-4b5b-84e5-43bfe3de6c8a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7ea7d09d-86d1-44d7-87ce-616062b9f861
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-22T06:26:32.015Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1c719ef3-f3fd-4eff-8b00-629b589a748e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:26:32.018Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-11-22T06:26:32.018Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1c719ef3-f3fd-4eff-8b00-629b589a748e
2022-11-22T06:26:32.018Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4e88fd44-7e0d-427f-921b-d86b0117e4e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-22T06:26:32.019Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:26:32.019Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-22T06:26:32.080Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:26:32.080Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4e88fd44-7e0d-427f-921b-d86b0117e4e4 787
2022-11-22T06:26:32.081Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-22T06:26:32.081Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-22T06:26:32.081Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:26:32.081Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:32.083Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:32.083Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098392081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:26:32.187Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-22T06:26:32.187Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:32.188Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:32.199Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:32.199Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:26:32.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:26:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:32.470Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:32.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:26:32.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-22T06:26:32.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:26:33.084Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cf415597-819a-4cc1-a889-ee63e9c08924",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d63c6111-7454-4782-a208-78d8880e83c9",
    "vfModuleModelCustomizationUUID": "4987d3fa-b62e-4ecd-ac7b-4770670a3847",
    "isBase": true,
    "artifacts": [
      "1e1dbe87-7211-419c-8ad3-1c34d22ee7ac",
      "a3ebaf08-6176-40d6-a15d-d67aed6fe74a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:26:33.088Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d63c6111-7454-4782-a208-78d8880e83c9
VfModuleModelInvariantUUID:cf415597-819a-4cc1-a889-ee63e9c08924
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e1dbe87-7211-419c-8ad3-1c34d22ee7ac
,
a3ebaf08-6176-40d6-a15d-d67aed6fe74a

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

isBase:true


}

2022-11-22T06:26:33.090Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cf415597-819a-4cc1-a889-ee63e9c08924",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d63c6111-7454-4782-a208-78d8880e83c9",
    "vfModuleModelCustomizationUUID": "4987d3fa-b62e-4ecd-ac7b-4770670a3847",
    "isBase": true,
    "artifacts": [
      "1e1dbe87-7211-419c-8ad3-1c34d22ee7ac",
      "a3ebaf08-6176-40d6-a15d-d67aed6fe74a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:26:33.090Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d63c6111-7454-4782-a208-78d8880e83c9
VfModuleModelInvariantUUID:cf415597-819a-4cc1-a889-ee63e9c08924
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e1dbe87-7211-419c-8ad3-1c34d22ee7ac
,
a3ebaf08-6176-40d6-a15d-d67aed6fe74a

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

isBase:true


}

2022-11-22T06:26:33.091Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1e1dbe87-7211-419c-8ad3-1c34d22ee7ac from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-22T06:26:33.092Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:26:33.092Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-22T06:26:33.137Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:26:33.138Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1e1dbe87-7211-419c-8ad3-1c34d22ee7ac 5033
2022-11-22T06:26:33.139Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-22T06:26:33.139Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-22T06:26:33.139Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:26:33.139Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:33.141Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:33.142Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098393138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:26:33.242Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:26:33.243Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:33.243Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:33.256Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:33.257Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:34.142Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a3ebaf08-6176-40d6-a15d-d67aed6fe74a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-22T06:26:34.143Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:26:34.143Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-22T06:26:34.189Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:26:34.189Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a3ebaf08-6176-40d6-a15d-d67aed6fe74a 903
2022-11-22T06:26:34.190Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-22T06:26:34.190Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-22T06:26:34.190Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:26:34.191Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:34.193Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:34.193Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098394190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:26:34.293Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:26:34.294Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:34.294Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:34.307Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:34.308Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:35.193Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ad5d0ede-a944-4eb7-8e13-79797b85cf8a
2022-11-22T06:26:35.194Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1c719ef3-f3fd-4eff-8b00-629b589a748e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:26:35.214Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75291d80, org.onap.sdc.toscaparser.api.parameters.Input@4da7632b, org.onap.sdc.toscaparser.api.parameters.Input@3ad78da9, org.onap.sdc.toscaparser.api.parameters.Input@4b4bf59a, org.onap.sdc.toscaparser.api.parameters.Input@7633346e]
2022-11-22T06:26:35.216Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.216Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:35.216Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-11-22T06:26:35.217Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c3b6fda4-4083-4c64-81e9-0bf5911e4434
2022-11-22T06:26:35.217Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3b6fda4-4083-4c64-81e9-0bf5911e4434 matches Tosca VF Customization UUID: c3b6fda4-4083-4c64-81e9-0bf5911e4434
2022-11-22T06:26:35.217Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c3b6fda4-4083-4c64-81e9-0bf5911e4434  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-22T06:26:35.220Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.220Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:35.221Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c3b6fda4-4083-4c64-81e9-0bf5911e4434: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-22T06:26:35.221Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@123402bc
2022-11-22T06:26:35.221Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.222Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:26:35.222Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4987d3fa-b62e-4ecd-ac7b-4770670a3847
2022-11-22T06:26:35.223Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4987d3fa-b62e-4ecd-ac7b-4770670a3847
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-22T06:26:35.225Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.226Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-22T06:26:35.226Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:26:35.227Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.227Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-22T06:26:35.228Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:26:35.228Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.229Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-22T06:26:35.229Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-22T06:26:35.229Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-22T06:26:35.229Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ec5e4bc-77c8-47bc-ad6f-a9bcb1b91f06
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-22T06:26:35.232Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.233Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-22T06:26:35.233Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:26:35.233Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.234Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-22T06:26:35.234Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c3b6fda4-4083-4c64-81e9-0bf5911e4434
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:26:35.238Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.238Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:35.239Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ad5d0ede-a944-4eb7-8e13-79797b85cf8a: basic_vm
2022-11-22T06:26:35.239Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.239Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:35.239Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.240Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:35.240Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.240Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:35.241Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.241Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:35.241Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:26:35.241Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:26:35.242Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:26:35.337Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1c719ef3-f3fd-4eff-8b00-629b589a748e 1 ASDC deployResourceStructure
2022-11-22T06:26:35.338Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-22T06:26:35.338Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-22T06:26:35.339Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:26:35.339Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:35.342Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:35.342Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098395338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:26:35.442Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:26:35.443Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:35.443Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:35.463Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:35.464Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:36.343Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-22T06:26:36.343Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-22T06:26:36.344Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:26:36.352Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:36.354Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:36.354Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098396343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:26:36.454Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:26:36.456Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:36.456Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:36.465Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:36.466Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:37.355Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-22T06:26:37.356Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-22T06:26:37.356Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:26:37.356Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:37.358Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:37.358Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098397355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:26:37.459Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:26:37.459Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:37.459Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:37.469Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:37.470Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:38.360Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-22T06:26:38.360Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-22T06:26:38.360Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:26:38.361Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:26:38.364Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:26:38.365Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098398359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:26:38.464Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:26:38.465Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:26:38.465Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:26:38.473Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:26:38.473Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:26:39.373Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 251d0ec1-23ab-4eeb-b330-a592be19d3ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:26:39.388Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 251d0ec1-23ab-4eeb-b330-a592be19d3ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:26:39.391Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:26:39.391Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T06:26:39.392Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T06:26:39.392Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T06:26:39.392Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:26:39.392Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:26:39.393Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:26:39.393Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:26:39.393Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:26:39.393Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:26:39.398Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T06:27:09.399Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 251d0ec1-23ab-4eeb-b330-a592be19d3ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-22T06:27:09.405Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 251d0ec1-23ab-4eeb-b330-a592be19d3ae and serviceModelVersionId: ad5d0ede-a944-4eb7-8e13-79797b85cf8a
2022-11-22T06:27:09.406Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73e02317-0095-4fe0-95d8-47252732d8d9
2022-11-22T06:27:09.407Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73e02317-0095-4fe0-95d8-47252732d8d9/model-vers/model-ver/ad5d0ede-a944-4eb7-8e13-79797b85cf8a?depth=0
2022-11-22T06:27:09.411Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T06:27:09.455Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e02317-0095-4fe0-95d8-47252732d8d9/model-vers/model-ver/ad5d0ede-a944-4eb7-8e13-79797b85cf8a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-22T06:27:09.464Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e02317-0095-4fe0-95d8-47252732d8d9/model-vers/model-ver/ad5d0ede-a944-4eb7-8e13-79797b85cf8a?depth=0|INFO|500||Invoke
2022-11-22T06:27:09.498Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e02317-0095-4fe0-95d8-47252732d8d9/model-vers/model-ver/ad5d0ede-a944-4eb7-8e13-79797b85cf8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-22T06:27:09.589Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e02317-0095-4fe0-95d8-47252732d8d9/model-vers/model-ver/ad5d0ede-a944-4eb7-8e13-79797b85cf8a?depth=0|INFO|500||InvokeReturn
2022-11-22T06:27:09.592Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e02317-0095-4fe0-95d8-47252732d8d9/model-vers/model-ver/ad5d0ede-a944-4eb7-8e13-79797b85cf8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221122-06:27:09:801-65412], vertex-id=[163912], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:27:09 GMT], Content-Type=[application/json]}
2022-11-22T06:27:09.592Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:27:09.592Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:27:09.592Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:27:09.597Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-22T06:27:09.598Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 251d0ec1-23ab-4eeb-b330-a592be19d3ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:27:09.598Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:27:09.598Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:27:09.601Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:27:09.601Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098429598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:27:09.701Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:27:09.703Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:27:09.703Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:27:09.716Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:27:09.716Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:27:10.619Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:27:10.619Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:27:10.619Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:27:20.166Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:27:20.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:27:20.168Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:27:20.168Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:27:29.716Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:27:29.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:27:29.718Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:27:29.718Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:27:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:27:32.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:27:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:27:32.491Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:27:32.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:27:32.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:27:32.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:27:32.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:27:32.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098336011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:27:32.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098338682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:27:32.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098339730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:27:32.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098340784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:27:32.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098341898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:27:32.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098343048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:27:32.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098344172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-22T06:27:32.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098345175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-22T06:27:32.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098346178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:27:32.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098347183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:27:32.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098348188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:27:32.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098349197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:27:32.506Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4584eb4-b017-4942-a146-998de6feb054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098381302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:27:32.506Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:27:32.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:27:32.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:27:32.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:27:32.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:27:32.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:27:32.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:27:32.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:27:32.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-22T06:27:32.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:27:32.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:27:32.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:27:32.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098322222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:27:32.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:27:32.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098389520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:27:32.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:32.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:27:32.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098392081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:27:32.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:27:39.288Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:27:39.289Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:27:39.289Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:27:39.289Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:27:48.861Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:27:48.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:27:48.862Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:27:48.862Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:27:58.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:28:32.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:28:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:28:32.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:28:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:28:32.446Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:28:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:28:32.989Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:28:32.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:28:32.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098393138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:28:32.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:28:32.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:28:32.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098394190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:28:33.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:28:33.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:28:33.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098395338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:28:33.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:28:33.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:28:33.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098396343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:28:33.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:28:33.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:28:33.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098397355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:28:33.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:28:33.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:28:33.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098398359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:28:33.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:28:33.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T06:28:33.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "251d0ec1-23ab-4eeb-b330-a592be19d3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669098429598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:28:33.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:28:42.021Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:29:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:29:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:29:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:29:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:29:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:29:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:29:41.999Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:29:42.000Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:30:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:30:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:30:32.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:30:32.447Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:30:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:30:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:30:42.025Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:30:42.033Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:31:32.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:31:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:31:32.446Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:31:32.446Z||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-11-22T06:31:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:31:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:31:42.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:31:42.008Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:32:32.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:32:32.444Z||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-11-22T06:32:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:32:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:32:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:32:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:32:42.015Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:32:42.020Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:33:32.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:33:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:33:32.445Z||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-11-22T06:33:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:33:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:33:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:33:42.020Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:33:42.031Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:34:32.444Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:34:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:34:32.446Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:34:32.446Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:34:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:34:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:34:42.027Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:34:42.033Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:35:32.443Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:35:32.444Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:35:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:35:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:35:32.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:35:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:35:42.021Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:35:42.030Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:36:32.443Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:36:32.444Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:36:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:36:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:36:32.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:36:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:36:41.992Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:36:41.994Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:37:32.443Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:37:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:37:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:37:32.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:37:32.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:37:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:37:41.997Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:37:42.005Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:38:32.443Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:38:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:38:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:38:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:38:32.446Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:38:32.446Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:38:42.004Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:38:42.008Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:39:32.443Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:39:32.444Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:39:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:39:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:39:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:39:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:39:42.008Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:39:42.009Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:40:32.442Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:40:32.443Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:40:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:40:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:40:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:40:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:40:41.997Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:40:42.000Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:41:32.443Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:41:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:41:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:41:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:41:32.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:41:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:41:42.041Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:41:42.041Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:42:32.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:42:32.444Z||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-11-22T06:42:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:42:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:42:32.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:42:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:42:41.990Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:42:41.990Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:43:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:43:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:43:32.445Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:43:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:43:32.446Z||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-11-22T06:43:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:43:41.997Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:43:42.002Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:44:32.443Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:44:32.444Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:44:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:44:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:44:32.445Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:44:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:44:42.028Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:44:42.029Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:45:32.443Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:45:32.444Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:45:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:45:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:45:32.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:45:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:45:41.999Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:45:42.002Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:46:32.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:46:32.443Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:46:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:46:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:46:32.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:46:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:46:42.009Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:46:42.011Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:32.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:47:32.443Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:47:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:32.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:47:32.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:47:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:33.081Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:33.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b8c58656-f1d8-437f-84ae-9a1b1a0f0235","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e79a380e-be00-4ef1-8091-9c506a04051c","serviceDescription":"service","serviceInvariantUUID":"3355f700-df69-4ae5-b9af-af29891b1c74","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"edd77baa-6657-4d8f-b312-ba460dfc218a","resourceInvariantUUID":"dbb2413f-02f7-4392-972e-eb8418bdb005","resourceCustomizationUUID":"2cb73935-b5d9-468c-9c13-f5d1bd596b61","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":"NWFkN2I5M2UxMDEzNmRkOTZhZDNlMTI5OGNiZWYwNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0d6222d3-bf81-4143-b7af-af0b8a1b9031","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":"ZGRlMzkzYjdjMjdiMGI2ODE0ZTAyM2E0MzhkY2FlMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57cf4313-5c37-458b-850f-b825abaca8da","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":"283df925-a853-4754-bdd9-991f78459587","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":"c21fb51a-105a-4ebb-ae87-69ec23e86ddc","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":"092907c4-75c2-4d0b-98ac-bd24426514bd","artifactVersion":"2","generatedFromUUID":"283df925-a853-4754-bdd9-991f78459587"},{"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":"ODI5ZTIzZWI4OGZhYzYwNGNkMjc5YzFlOWI5NDYxNTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2ee189d1-7a8b-4e69-a5bd-bb73f1a7a45d","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":"NTU0ZDBhMTljMWRmMDFkMzcwZWU4NWJiOWNhZjI3YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"620fd6db-ac79-468e-be99-1e2ac7721900","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjZkMjU5MDZhZTQ0NjA1NjY0OWU5YzM5YTg5YzJmMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ccc30cf3-9288-4af8-99d7-9c7e56b0b021","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:47:33.084Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:33.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099611564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "cds",
  "timestamp": 1669099620918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099611564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "cds",
  "timestamp": 1669099620918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "cds",
  "timestamp": 1669099620918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099611564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099611564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "cds",
  "timestamp": 1669099620918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099611564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "cds",
  "timestamp": 1669099620918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099625624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099611564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "cds",
  "timestamp": 1669099620918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099626134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099625624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.094Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099611564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.094Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "cds",
  "timestamp": 1669099620918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099626134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099625624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099611564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "cds",
  "timestamp": 1669099620918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.097Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:47:33.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099626134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099625624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099626134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.099Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099629760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:33.099Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "cds",
  "timestamp": 1669099629766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:33.100Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099625624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.100Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:33.101Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099626134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.101Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099630820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:33.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099625624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099626134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099631870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:33.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "cds",
  "timestamp": 1669099632287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-22T06:47:33.108Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:33.109Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:47:33.158Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b8c58656-f1d8-437f-84ae-9a1b1a0f0235
2022-11-22T06:47:33.159Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8c58656-f1d8-437f-84ae-9a1b1a0f0235 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:47:33.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099625624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099626134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099632895,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:47:33.181Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8c58656-f1d8-437f-84ae-9a1b1a0f0235
2022-11-22T06:47:33.181Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8c58656-f1d8-437f-84ae-9a1b1a0f0235 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:47:33.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099625624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099626134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099633905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:47:33.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099634890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:33.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099634909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099634909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099635918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099637657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:47:33.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099634909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099635918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099638661,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:47:33.200Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b8c58656-f1d8-437f-84ae-9a1b1a0f0235
2022-11-22T06:47:33.201Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8c58656-f1d8-437f-84ae-9a1b1a0f0235 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:47:33.212Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-22T06:47:33.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099634909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099635918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099634909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099635918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099634909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099635918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099634909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.213Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:33.216Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:33.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099635918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099634909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099635918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099634909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099635918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "aai-ml",
  "timestamp": 1669099644251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:33.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099634909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099635918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099635918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:47:33.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099645666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:33.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099646669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:33.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099646749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:33.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099647809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:33.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "cds",
  "timestamp": 1669099648071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:47:33.228Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:33.228Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:47:33.240Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 698f6745-a5d7-4a3f-a005-dea9fead5fcc
2022-11-22T06:47:33.240Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698f6745-a5d7-4a3f-a005-dea9fead5fcc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:47:33.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099648866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:33.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099649945,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:47:33.257Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 698f6745-a5d7-4a3f-a005-dea9fead5fcc
2022-11-22T06:47:33.257Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698f6745-a5d7-4a3f-a005-dea9fead5fcc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:47:33.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099650954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:47:33.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "cds",
  "timestamp": 1669099650918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "aai-ml",
  "timestamp": 1669099651643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:47:33.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:47:33.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "cds",
  "timestamp": 1669099650918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099651966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:33.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:47:33.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:47:33.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "aai-ml",
  "timestamp": 1669099652647,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:47:33.284Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b8c58656-f1d8-437f-84ae-9a1b1a0f0235
2022-11-22T06:47:33.284Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8c58656-f1d8-437f-84ae-9a1b1a0f0235 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:47:34.110Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:47:34.110Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:34.112Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:34.112Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:47:34.215Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-22T06:47:34.216Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:34.216Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:34.229Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:34.229Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:35.113Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:47:35.114Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:35.117Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:35.117Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:47:35.217Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:47:35.218Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:35.218Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:35.231Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:35.231Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:36.121Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:47:36.121Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:36.123Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:36.124Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:36.223Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:47:36.224Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:36.224Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:36.234Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:36.234Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:37.124Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:47:37.125Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:37.133Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:37.133Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-22T06:47:37.227Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-22T06:47:37.228Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:37.228Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:37.240Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:37.241Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:47:38.133Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:47:38.134Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:38.136Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:38.136Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:38.236Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:47:38.237Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:38.237Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:38.247Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:38.248Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:39.136Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:47:39.137Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:39.140Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:39.140Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:47:39.240Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:47:39.241Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:39.241Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:39.252Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:39.252Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:40.141Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:47:40.142Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:40.149Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:40.150Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:47:40.250Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:47:40.250Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:40.251Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:40.260Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:40.260Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:41.151Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e79a380e-be00-4ef1-8091-9c506a04051c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3355f700-df69-4ae5-b9af-af29891b1c74",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "2cb73935-b5d9-468c-9c13-f5d1bd596b61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "edd77baa-6657-4d8f-b312-ba460dfc218a",
      "resourceInvariantUUID": "dbb2413f-02f7-4392-972e-eb8418bdb005",
      "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": "ZGRlMzkzYjdjMjdiMGI2ODE0ZTAyM2E0MzhkY2FlMDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "57cf4313-5c37-458b-850f-b825abaca8da",
          "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": "283df925-a853-4754-bdd9-991f78459587",
          "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": "092907c4-75c2-4d0b-98ac-bd24426514bd",
            "generatedFromUUID": "283df925-a853-4754-bdd9-991f78459587"
          },
          "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": "092907c4-75c2-4d0b-98ac-bd24426514bd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZjZkMjU5MDZhZTQ0NjA1NjY0OWU5YzM5YTg5YzJmMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ccc30cf3-9288-4af8-99d7-9c7e56b0b021"
    }
  ],
  "workloadContext": "Production"
}
2022-11-22T06:47:41.152Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:47:41.152Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e79a380e-be00-4ef1-8091-9c506a04051c ASDC
2022-11-22T06:47:41.153Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b8c58656-f1d8-437f-84ae-9a1b1a0f0235
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e79a380e-be00-4ef1-8091-9c506a04051c
ServiceInvariantUUID:3355f700-df69-4ae5-b9af-af29891b1c74
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:ccc30cf3-9288-4af8-99d7-9c7e56b0b021
ArtifactChecksum:ZjZkMjU5MDZhZTQ0NjA1NjY0OWU5YzM5YTg5YzJmMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:2cb73935-b5d9-468c-9c13-f5d1bd596b61
ResourceInvariantUUID:dbb2413f-02f7-4392-972e-eb8418bdb005
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:edd77baa-6657-4d8f-b312-ba460dfc218a
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:57cf4313-5c37-458b-850f-b825abaca8da
ArtifactChecksum:ZGRlMzkzYjdjMjdiMGI2ODE0ZTAyM2E0MzhkY2FlMDU=
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:283df925-a853-4754-bdd9-991f78459587
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:092907c4-75c2-4d0b-98ac-bd24426514bd
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:092907c4-75c2-4d0b-98ac-bd24426514bd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-22T06:47:41.154Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e79a380e-be00-4ef1-8091-9c506a04051c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:47:41.190Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:47:41.192Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-22T06:47:41.192Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-22T06:47:41.192Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ccc30cf3-9288-4af8-99d7-9c7e56b0b021 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-22T06:47:41.192Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-22T06:47:41.193Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:41.253Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-22T06:47:41.257Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ccc30cf3-9288-4af8-99d7-9c7e56b0b021 82630
2022-11-22T06:47:41.258Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:41.258Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:41.258Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:47:41.258Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:41.261Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:41.261Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099661257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:41.361Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:47:41.362Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:41.362Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:41.375Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:41.375Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:42.262Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:47:42.263Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-22T06:47:42.263Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ccc30cf3-9288-4af8-99d7-9c7e56b0b021, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-22T06:47:42.263Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-22T06:47:42.264Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-22T06:47:42.264Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-22T06:47:42.496Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8322797439478413305/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-22T06:47:43.853Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:47:43.854Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-22T06:47:43.854Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-22T06:47:43.854Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-22T06:47:43.855Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.855Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.855Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.855Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.855Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.855Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.856Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.856Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-22T06:47:43.856Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.857Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.857Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-22T06:47:43.857Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-22T06:47:43.858Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:47:43.858Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.859Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.859Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-22T06:47:43.859Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-22T06:47:43.860Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:47:43.860Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.860Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.861Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.861Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-22T06:47:43.861Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-22T06:47:43.862Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-22T06:47:43.862Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-22T06:47:43.862Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-22T06:47:43.862Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T06:47:43.863Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.863Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.863Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.863Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-22T06:47:43.864Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:47:43.864Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.864Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-22T06:47:43.864Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:47:43.865Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.865Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-22T06:47:43.865Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:47:43.866Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.866Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-22T06:47:43.866Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-22T06:47:43.867Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-22T06:47:43.867Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7f51667f-71f1-49b6-b354-15d4d17f672a
2022-11-22T06:47:43.868Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.868Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.868Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.868Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.869Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.869Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.869Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:43.869Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.870Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e79a380e-be00-4ef1-8091-9c506a04051c
Model Version:NULL
Model InvariantUuid:3355f700-df69-4ae5-b9af-af29891b1c74
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c42eacf0-a44d-4387-9e54-9ef8e1213d23
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dbb2413f-02f7-4392-972e-eb8418bdb005
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2cb73935-b5d9-468c-9c13-f5d1bd596b61
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:11e87e05-44a8-454c-b5d7-113f50e88d0b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:68e27c5b-8aae-4f2a-bb1b-92a9fb7bf39d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7f51667f-71f1-49b6-b354-15d4d17f672a
ModelInvariantUuid:636716ca-a822-4dd3-a537-4eefafec3579
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:9c4e96df-0acc-4933-9a71-cab3a7b2d6a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4bb5f1f5-81b9-4cfc-8d58-620bbe73e6eb
ModelInvariantUuid:0747b55d-eb49-445f-b43e-684f49fe31d4
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:30be2e12-4089-4f06-b47c-53812712421c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-22T06:47:43.877Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: edd77baa-6657-4d8f-b312-ba460dfc218a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:47:43.883Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-11-22T06:47:43.883Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: edd77baa-6657-4d8f-b312-ba460dfc218a
2022-11-22T06:47:43.883Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57cf4313-5c37-458b-850f-b825abaca8da from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-22T06:47:43.883Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-22T06:47:43.884Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.932Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-22T06:47:43.933Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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 57cf4313-5c37-458b-850f-b825abaca8da 792
2022-11-22T06:47:43.933Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.933Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:43.933Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:47:43.934Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:43.936Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:43.936Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099663933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:44.036Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:47:44.037Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:44.037Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:44.050Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:44.050Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:44.936Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "11e87e05-44a8-454c-b5d7-113f50e88d0b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68e27c5b-8aae-4f2a-bb1b-92a9fb7bf39d",
    "vfModuleModelCustomizationUUID": "07d0d22b-943c-421a-91cf-4ff487024bf2",
    "isBase": true,
    "artifacts": [
      "283df925-a853-4754-bdd9-991f78459587",
      "092907c4-75c2-4d0b-98ac-bd24426514bd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:47:44.944Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68e27c5b-8aae-4f2a-bb1b-92a9fb7bf39d
VfModuleModelInvariantUUID:11e87e05-44a8-454c-b5d7-113f50e88d0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
283df925-a853-4754-bdd9-991f78459587
,
092907c4-75c2-4d0b-98ac-bd24426514bd

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

isBase:true


}

2022-11-22T06:47:44.946Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "11e87e05-44a8-454c-b5d7-113f50e88d0b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68e27c5b-8aae-4f2a-bb1b-92a9fb7bf39d",
    "vfModuleModelCustomizationUUID": "07d0d22b-943c-421a-91cf-4ff487024bf2",
    "isBase": true,
    "artifacts": [
      "283df925-a853-4754-bdd9-991f78459587",
      "092907c4-75c2-4d0b-98ac-bd24426514bd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:47:44.946Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68e27c5b-8aae-4f2a-bb1b-92a9fb7bf39d
VfModuleModelInvariantUUID:11e87e05-44a8-454c-b5d7-113f50e88d0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
283df925-a853-4754-bdd9-991f78459587
,
092907c4-75c2-4d0b-98ac-bd24426514bd

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

isBase:true


}

2022-11-22T06:47:44.946Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 283df925-a853-4754-bdd9-991f78459587 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-22T06:47:44.946Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-22T06:47:44.947Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:44.989Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-22T06:47:44.990Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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 283df925-a853-4754-bdd9-991f78459587 5033
2022-11-22T06:47:44.990Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:44.990Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:44.990Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:47:44.991Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:44.992Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:44.993Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099664990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:45.093Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:47:45.093Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:45.094Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:45.106Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:45.106Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:45.993Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 092907c4-75c2-4d0b-98ac-bd24426514bd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-22T06:47:45.994Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-22T06:47:45.994Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:46.036Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-22T06:47:46.036Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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 092907c4-75c2-4d0b-98ac-bd24426514bd 903
2022-11-22T06:47:46.037Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:46.037Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:46.037Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:47:46.038Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:46.040Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:46.040Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099666037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:47:46.140Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:47:46.141Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:46.141Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:46.166Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:46.166Z||pool-100-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:47:47.041Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e79a380e-be00-4ef1-8091-9c506a04051c
2022-11-22T06:47:47.041Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 edd77baa-6657-4d8f-b312-ba460dfc218a 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-11-22T06:47:47.056Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2938e362, org.onap.sdc.toscaparser.api.parameters.Input@25b32ba5, org.onap.sdc.toscaparser.api.parameters.Input@62b05d8f, org.onap.sdc.toscaparser.api.parameters.Input@6589d578, org.onap.sdc.toscaparser.api.parameters.Input@b441958]
2022-11-22T06:47:47.058Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.058Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.058Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-22T06:47:47.059Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2cb73935-b5d9-468c-9c13-f5d1bd596b61
2022-11-22T06:47:47.059Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2cb73935-b5d9-468c-9c13-f5d1bd596b61 matches Tosca VF Customization UUID: 2cb73935-b5d9-468c-9c13-f5d1bd596b61
2022-11-22T06:47:47.059Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2cb73935-b5d9-468c-9c13-f5d1bd596b61  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-22T06:47:47.062Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.062Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.063Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2cb73935-b5d9-468c-9c13-f5d1bd596b61: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-22T06:47:47.063Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ca3a746
2022-11-22T06:47:47.063Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.063Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.063Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 07d0d22b-943c-421a-91cf-4ff487024bf2
2022-11-22T06:47:47.064Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 07d0d22b-943c-421a-91cf-4ff487024bf2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-22T06:47:47.066Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.067Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-22T06:47:47.067Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:47:47.067Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.068Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-22T06:47:47.068Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:47:47.068Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.068Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-22T06:47:47.069Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-22T06:47:47.069Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-22T06:47:47.069Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7f51667f-71f1-49b6-b354-15d4d17f672a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-22T06:47:47.073Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.073Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-22T06:47:47.073Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:47:47.073Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.074Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-22T06:47:47.074Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2cb73935-b5d9-468c-9c13-f5d1bd596b61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:47:47.076Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.076Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.076Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e79a380e-be00-4ef1-8091-9c506a04051c: basic_vm_macro
2022-11-22T06:47:47.076Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.076Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.077Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.077Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.077Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.077Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.077Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.078Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.078Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:47:47.078Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.079Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.188Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro edd77baa-6657-4d8f-b312-ba460dfc218a 1 ASDC deployResourceStructure
2022-11-22T06:47:47.188Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.189Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:47.189Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:47:47.189Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:47.193Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:47.193Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099667188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:47:47.291Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-22T06:47:47.292Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:47.292Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:47.301Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:47.301Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:48.194Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:48.194Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:48.195Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:47:48.195Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:48.197Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:48.197Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099668194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:47:48.301Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-22T06:47:48.302Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:48.302Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:48.314Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:48.315Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:49.198Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:49.199Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:49.199Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:47:49.199Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:49.202Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:49.202Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099669198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:47:49.302Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:47:49.303Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:49.303Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:49.317Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:49.317Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:47:50.205Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:50.206Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:50.206Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:47:50.206Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:47:50.208Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:47:50.208Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099670205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:47:50.308Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:47:50.309Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:47:50.309Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:47:50.322Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:47:50.322Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:47:51.209Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8c58656-f1d8-437f-84ae-9a1b1a0f0235
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:47:51.222Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8c58656-f1d8-437f-84ae-9a1b1a0f0235
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:47:51.225Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:47:51.225Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T06:47:51.225Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T06:47:51.225Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T06:47:51.226Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:47:51.226Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:47:51.226Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:47:51.226Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:47:51.226Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:47:51.226Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:47:51.234Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T06:48:21.234Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b8c58656-f1d8-437f-84ae-9a1b1a0f0235 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-22T06:48:21.243Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b8c58656-f1d8-437f-84ae-9a1b1a0f0235 and serviceModelVersionId: e79a380e-be00-4ef1-8091-9c506a04051c
2022-11-22T06:48:21.244Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3355f700-df69-4ae5-b9af-af29891b1c74
2022-11-22T06:48:21.245Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3355f700-df69-4ae5-b9af-af29891b1c74/model-vers/model-ver/e79a380e-be00-4ef1-8091-9c506a04051c?depth=0
2022-11-22T06:48:21.251Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T06:48:21.321Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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/3355f700-df69-4ae5-b9af-af29891b1c74/model-vers/model-ver/e79a380e-be00-4ef1-8091-9c506a04051c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-22T06:48:21.326Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3355f700-df69-4ae5-b9af-af29891b1c74/model-vers/model-ver/e79a380e-be00-4ef1-8091-9c506a04051c?depth=0|INFO|500||Invoke
2022-11-22T06:48:21.357Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3355f700-df69-4ae5-b9af-af29891b1c74/model-vers/model-ver/e79a380e-be00-4ef1-8091-9c506a04051c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-22T06:48:21.456Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3355f700-df69-4ae5-b9af-af29891b1c74/model-vers/model-ver/e79a380e-be00-4ef1-8091-9c506a04051c?depth=0|INFO|500||InvokeReturn
2022-11-22T06:48:21.464Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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/3355f700-df69-4ae5-b9af-af29891b1c74/model-vers/model-ver/e79a380e-be00-4ef1-8091-9c506a04051c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221122-06:48:21:696-43963], vertex-id=[549112], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:48:21 GMT], Content-Type=[application/json]}
2022-11-22T06:48:21.465Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:48:21.465Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:48:21.465Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:48:21.472Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|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-11-22T06:48:21.472Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b8c58656-f1d8-437f-84ae-9a1b1a0f0235 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:48:21.473Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:48:21.474Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:21.480Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:21.481Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099701473,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:48:21.583Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-22T06:48:21.584Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:21.584Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:21.625Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:21.626Z||pool-105-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:48:22.504Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:48:22.504Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"698f6745-a5d7-4a3f-a005-dea9fead5fcc","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"bd9a70c6-7a83-4965-ad1f-d3a0e5845716","serviceDescription":"service","serviceInvariantUUID":"fdcad5d6-ac1f-4487-9b04-218dcc423160","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5225f4c4-0aa9-44e7-ada8-57b8bab247a7","resourceInvariantUUID":"63c3f458-4d77-48b7-b2bd-19972da5d602","resourceCustomizationUUID":"d52689c0-3c46-48b6-abd7-bd7a5a8bed35","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":"ZjBhMDFmMTM1MWI2NmQxNmIwNGFkMDE5M2YzODUxZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d39ff1e-22f7-40b7-8845-b862573972a6","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":"NzQ2YWEwOWViNTYxOTQxYzlhMmZmMjdiN2RmYzkxYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8f4fb1a-af84-4544-b347-5e2ffe02993a","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":"e8c9efd8-df4b-49aa-afbe-613d3e987d89","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":"2b54a018-4126-4de0-9fd7-5e5c2c86e337","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":"86ee0742-7d01-4c22-b24a-a7a3f7fc3dde","artifactVersion":"2","generatedFromUUID":"fb462193-7b93-4cbf-9038-7a047e66cc5e"},{"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":"704fdafe-51fc-47c5-bce9-b1bdfc7df405","artifactVersion":"2","generatedFromUUID":"e8c9efd8-df4b-49aa-afbe-613d3e987d89"},{"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":"fb462193-7b93-4cbf-9038-7a047e66cc5e","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":"31035ac3-26d8-4814-b51d-f1ace96adbe4","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":"NGMyMDZiODA3MjQxZjg1ZGZlMDZlNWZhYThlMzYzY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c15ce2d-7216-44d6-a95b-87b1e9224f96","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDE3MjljMTRlZGJkOTE3YWNmOGFmZjNkMTNmNDM3MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51aeea4f-6f39-4102-a153-6c977a41a942","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:48:22.505Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:48:22.505Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:22.507Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:22.507Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:48:22.607Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:22.608Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:22.608Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:22.620Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:22.620Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:23.512Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:48:23.513Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:23.515Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:23.515Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:48:23.616Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:48:23.616Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:23.617Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:23.626Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:23.626Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:24.520Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:48:24.521Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:24.523Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:24.523Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:48:24.623Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:24.624Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:24.624Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:24.633Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:24.633Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:25.523Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:48:25.524Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:25.526Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:25.526Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:48:25.626Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:25.627Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:25.627Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:25.637Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:25.637Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:26.526Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:48:26.532Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:26.535Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:26.535Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-22T06:48:26.635Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:26.636Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:26.636Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:26.685Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:26.686Z||pool-110-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":39,"count":1}
2022-11-22T06:48:27.536Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:48:27.541Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:27.543Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:27.543Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-22T06:48:27.643Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:27.644Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:27.644Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:27.657Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:27.657Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:28.545Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:48:28.545Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:28.547Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:28.547Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-22T06:48:28.647Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:48:28.648Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:28.648Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:28.663Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:28.663Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:29.548Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:48:29.549Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:29.551Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:29.552Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:48:29.652Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:29.653Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:29.653Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:29.664Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:29.664Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:30.552Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:48:30.553Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:30.555Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:30.555Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:48:30.655Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:30.656Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:30.656Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:30.665Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:30.666Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:48:31.556Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:48:31.557Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:31.559Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:31.559Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:48:31.659Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:31.660Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:31.660Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:31.670Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:31.670Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:48:32.445Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:48:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:32.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:32.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:48:32.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:48:32.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:48:32.560Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bd9a70c6-7a83-4965-ad1f-d3a0e5845716",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fdcad5d6-ac1f-4487-9b04-218dcc423160",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "d52689c0-3c46-48b6-abd7-bd7a5a8bed35",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5225f4c4-0aa9-44e7-ada8-57b8bab247a7",
      "resourceInvariantUUID": "63c3f458-4d77-48b7-b2bd-19972da5d602",
      "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": "NzQ2YWEwOWViNTYxOTQxYzlhMmZmMjdiN2RmYzkxYjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e8f4fb1a-af84-4544-b347-5e2ffe02993a",
          "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": "e8c9efd8-df4b-49aa-afbe-613d3e987d89",
          "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": "704fdafe-51fc-47c5-bce9-b1bdfc7df405",
            "generatedFromUUID": "e8c9efd8-df4b-49aa-afbe-613d3e987d89"
          },
          "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": "86ee0742-7d01-4c22-b24a-a7a3f7fc3dde",
          "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": "704fdafe-51fc-47c5-bce9-b1bdfc7df405",
          "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": "fb462193-7b93-4cbf-9038-7a047e66cc5e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDE3MjljMTRlZGJkOTE3YWNmOGFmZjNkMTNmNDM3MGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "51aeea4f-6f39-4102-a153-6c977a41a942"
    }
  ],
  "workloadContext": "Production"
}
2022-11-22T06:48:32.561Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:48:32.561Z|b8c58656-f1d8-437f-84ae-9a1b1a0f0235|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bd9a70c6-7a83-4965-ad1f-d3a0e5845716 ASDC
2022-11-22T06:48:32.562Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:698f6745-a5d7-4a3f-a005-dea9fead5fcc
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:bd9a70c6-7a83-4965-ad1f-d3a0e5845716
ServiceInvariantUUID:fdcad5d6-ac1f-4487-9b04-218dcc423160
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:51aeea4f-6f39-4102-a153-6c977a41a942
ArtifactChecksum:ZDE3MjljMTRlZGJkOTE3YWNmOGFmZjNkMTNmNDM3MGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:d52689c0-3c46-48b6-abd7-bd7a5a8bed35
ResourceInvariantUUID:63c3f458-4d77-48b7-b2bd-19972da5d602
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:5225f4c4-0aa9-44e7-ada8-57b8bab247a7
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:e8f4fb1a-af84-4544-b347-5e2ffe02993a
ArtifactChecksum:NzQ2YWEwOWViNTYxOTQxYzlhMmZmMjdiN2RmYzkxYjk=
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:e8c9efd8-df4b-49aa-afbe-613d3e987d89
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:704fdafe-51fc-47c5-bce9-b1bdfc7df405
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:86ee0742-7d01-4c22-b24a-a7a3f7fc3dde
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:704fdafe-51fc-47c5-bce9-b1bdfc7df405
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:fb462193-7b93-4cbf-9038-7a047e66cc5e
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-22T06:48:32.562Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd9a70c6-7a83-4965-ad1f-d3a0e5845716 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:48:32.629Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:48:32.629Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-22T06:48:32.630Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-22T06:48:32.630Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 51aeea4f-6f39-4102-a153-6c977a41a942 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-22T06:48:32.630Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-22T06:48:32.630Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:32.881Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-22T06:48:32.888Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 51aeea4f-6f39-4102-a153-6c977a41a942 162964
2022-11-22T06:48:32.888Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:32.888Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:32.888Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:48:32.888Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:32.890Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:32.890Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099712888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:48:32.990Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:48:32.991Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:32.991Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:33.000Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:33.000Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:48:33.891Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:48:33.892Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-22T06:48:33.893Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 51aeea4f-6f39-4102-a153-6c977a41a942, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-22T06:48:33.893Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-22T06:48:33.894Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-22T06:48:33.894Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-22T06:48:34.024Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18063606299894435259/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-22T06:48:35.271Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:48:35.272Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-22T06:48:35.272Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-22T06:48:35.273Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-22T06:48:35.273Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.273Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.274Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.274Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.274Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-22T06:48:35.274Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.275Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.275Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-22T06:48:35.275Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-22T06:48:35.276Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.276Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.276Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.277Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-22T06:48:35.277Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-22T06:48:35.277Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.278Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.278Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.278Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.278Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-22T06:48:35.279Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-22T06:48:35.279Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-22T06:48:35.279Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T06:48:35.279Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.280Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.280Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.280Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-22T06:48:35.281Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:48:35.281Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.281Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-22T06:48:35.282Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:48:35.282Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.282Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-22T06:48:35.282Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:48:35.283Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.283Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-22T06:48:35.283Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:48:35.284Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.284Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-22T06:48:35.284Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-22T06:48:35.285Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=b7c3bf5e-f9cf-4d24-af16-d4c8a9810ed9
2022-11-22T06:48:35.285Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.285Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.285Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.286Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.286Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.286Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.286Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:35.287Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.287Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:bd9a70c6-7a83-4965-ad1f-d3a0e5845716
Model Version:NULL
Model InvariantUuid:fdcad5d6-ac1f-4487-9b04-218dcc423160
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a934b11b-1c97-4107-8267-bcbfec18a1bc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:63c3f458-4d77-48b7-b2bd-19972da5d602
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d52689c0-3c46-48b6-abd7-bd7a5a8bed35
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bd05cd70-eba7-42bc-b00d-37ec8ea9ec03
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:20464735-5027-4731-be6d-120ff3224c78
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:bc9aee50-9e57-4073-a736-8489fb03a163
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:076e65bc-f0f0-47c6-94a1-d0217860234d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b7c3bf5e-f9cf-4d24-af16-d4c8a9810ed9
ModelInvariantUuid:df6b9281-cad6-446a-b921-37fa39a996ad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:4ba67cce-25de-47d9-9040-5d4bd5335df5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:4ede995a-ecf1-46f9-8da0-f1da32d82886
ModelInvariantUuid:1a9ed8c0-b3db-48e6-bf52-a3359d8cc664
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:8dd94b16-fa2d-491a-a55a-3d83acaeb4b4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-22T06:48:35.294Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5225f4c4-0aa9-44e7-ada8-57b8bab247a7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:48:35.297Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-11-22T06:48:35.297Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5225f4c4-0aa9-44e7-ada8-57b8bab247a7
2022-11-22T06:48:35.298Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e8f4fb1a-af84-4544-b347-5e2ffe02993a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-22T06:48:35.298Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-22T06:48:35.298Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.347Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-22T06:48:35.347Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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 e8f4fb1a-af84-4544-b347-5e2ffe02993a 1565
2022-11-22T06:48:35.348Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.348Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:35.349Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:48:35.349Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:35.351Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:35.352Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099715348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:48:35.452Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:48:35.452Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:35.452Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:35.464Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:35.464Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:36.352Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "bc9aee50-9e57-4073-a736-8489fb03a163",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "076e65bc-f0f0-47c6-94a1-d0217860234d",
    "vfModuleModelCustomizationUUID": "dcf36782-c28c-4ec0-8eb3-22a150ab4d78",
    "isBase": true,
    "artifacts": [
      "e8c9efd8-df4b-49aa-afbe-613d3e987d89",
      "704fdafe-51fc-47c5-bce9-b1bdfc7df405"
    ],
    "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": "bd05cd70-eba7-42bc-b00d-37ec8ea9ec03",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20464735-5027-4731-be6d-120ff3224c78",
    "vfModuleModelCustomizationUUID": "33c52778-42ee-444b-bfd8-1e6941c21e7b",
    "isBase": false,
    "artifacts": [
      "fb462193-7b93-4cbf-9038-7a047e66cc5e"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:48:36.357Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:076e65bc-f0f0-47c6-94a1-d0217860234d
VfModuleModelInvariantUUID:bc9aee50-9e57-4073-a736-8489fb03a163
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8c9efd8-df4b-49aa-afbe-613d3e987d89
,
704fdafe-51fc-47c5-bce9-b1bdfc7df405

}
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:20464735-5027-4731-be6d-120ff3224c78
VfModuleModelInvariantUUID:bd05cd70-eba7-42bc-b00d-37ec8ea9ec03
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb462193-7b93-4cbf-9038-7a047e66cc5e

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

isBase:false


}

2022-11-22T06:48:36.360Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "bc9aee50-9e57-4073-a736-8489fb03a163",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "076e65bc-f0f0-47c6-94a1-d0217860234d",
    "vfModuleModelCustomizationUUID": "dcf36782-c28c-4ec0-8eb3-22a150ab4d78",
    "isBase": true,
    "artifacts": [
      "e8c9efd8-df4b-49aa-afbe-613d3e987d89",
      "704fdafe-51fc-47c5-bce9-b1bdfc7df405"
    ],
    "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": "bd05cd70-eba7-42bc-b00d-37ec8ea9ec03",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20464735-5027-4731-be6d-120ff3224c78",
    "vfModuleModelCustomizationUUID": "33c52778-42ee-444b-bfd8-1e6941c21e7b",
    "isBase": false,
    "artifacts": [
      "fb462193-7b93-4cbf-9038-7a047e66cc5e"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-22T06:48:36.360Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:076e65bc-f0f0-47c6-94a1-d0217860234d
VfModuleModelInvariantUUID:bc9aee50-9e57-4073-a736-8489fb03a163
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8c9efd8-df4b-49aa-afbe-613d3e987d89
,
704fdafe-51fc-47c5-bce9-b1bdfc7df405

}
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:20464735-5027-4731-be6d-120ff3224c78
VfModuleModelInvariantUUID:bd05cd70-eba7-42bc-b00d-37ec8ea9ec03
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb462193-7b93-4cbf-9038-7a047e66cc5e

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

isBase:false


}

2022-11-22T06:48:36.360Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e8c9efd8-df4b-49aa-afbe-613d3e987d89 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-22T06:48:36.361Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-22T06:48:36.361Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:36.400Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-22T06:48:36.401Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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 e8c9efd8-df4b-49aa-afbe-613d3e987d89 914
2022-11-22T06:48:36.402Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:36.402Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:36.402Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:48:36.402Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:36.405Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:36.405Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099716401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:48:36.505Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:36.506Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:36.506Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:36.516Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:36.517Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:48:37.406Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 86ee0742-7d01-4c22-b24a-a7a3f7fc3dde from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-22T06:48:37.406Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-22T06:48:37.407Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:37.448Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-22T06:48:37.448Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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 86ee0742-7d01-4c22-b24a-a7a3f7fc3dde 12
2022-11-22T06:48:37.449Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:37.449Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:37.449Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:48:37.449Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:37.451Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:37.451Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099717449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:48:37.551Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:37.552Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:37.552Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:37.562Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:37.562Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:38.451Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 704fdafe-51fc-47c5-bce9-b1bdfc7df405 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-22T06:48:38.452Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-22T06:48:38.453Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:38.496Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-22T06:48:38.497Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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 704fdafe-51fc-47c5-bce9-b1bdfc7df405 96
2022-11-22T06:48:38.497Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:38.498Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:38.498Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:48:38.498Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:38.500Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:38.500Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099718497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:48:38.600Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:38.601Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:38.601Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:38.617Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:38.618Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:48:39.500Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fb462193-7b93-4cbf-9038-7a047e66cc5e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-22T06:48:39.504Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-22T06:48:39.505Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:39.546Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-22T06:48:39.546Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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 fb462193-7b93-4cbf-9038-7a047e66cc5e 20206
2022-11-22T06:48:39.547Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:39.547Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:39.547Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:48:39.547Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:39.549Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:39.549Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099719547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:48:39.649Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:48:39.650Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:39.650Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:39.663Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:39.664Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:40.553Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bd9a70c6-7a83-4965-ad1f-d3a0e5845716
2022-11-22T06:48:40.554Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 5225f4c4-0aa9-44e7-ada8-57b8bab247a7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:48:40.564Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53e83f18, org.onap.sdc.toscaparser.api.parameters.Input@4559ccb, org.onap.sdc.toscaparser.api.parameters.Input@7c0de82a, org.onap.sdc.toscaparser.api.parameters.Input@5b969b87, org.onap.sdc.toscaparser.api.parameters.Input@49146f12]
2022-11-22T06:48:40.566Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.566Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.566Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-22T06:48:40.566Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d52689c0-3c46-48b6-abd7-bd7a5a8bed35
2022-11-22T06:48:40.566Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d52689c0-3c46-48b6-abd7-bd7a5a8bed35 matches Tosca VF Customization UUID: d52689c0-3c46-48b6-abd7-bd7a5a8bed35
2022-11-22T06:48:40.566Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d52689c0-3c46-48b6-abd7-bd7a5a8bed35  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-22T06:48:40.568Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.568Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.569Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d52689c0-3c46-48b6-abd7-bd7a5a8bed35: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-11-22T06:48:40.569Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d751ef2
2022-11-22T06:48:40.569Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.569Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.569Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33c52778-42ee-444b-bfd8-1e6941c21e7b
2022-11-22T06:48:40.569Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33c52778-42ee-444b-bfd8-1e6941c21e7b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-22T06:48:40.571Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.571Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-22T06:48:40.572Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:48:40.572Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.572Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-22T06:48:40.572Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:48:40.572Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.572Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-22T06:48:40.573Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d52689c0-3c46-48b6-abd7-bd7a5a8bed35
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:48:40.574Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.574Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.574Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bd9a70c6-7a83-4965-ad1f-d3a0e5845716: basic_cnf_macro
2022-11-22T06:48:40.575Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.575Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.575Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.575Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.575Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.575Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.575Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.576Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.576Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:48:40.576Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.576Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.626Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 5225f4c4-0aa9-44e7-ada8-57b8bab247a7 2 ASDC deployResourceStructure
2022-11-22T06:48:40.627Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.627Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:40.627Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:48:40.627Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:40.630Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:40.630Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099720627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:48:40.730Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:48:40.730Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:40.730Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:40.740Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:40.741Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:41.634Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:41.634Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:41.634Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:48:41.635Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:41.637Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:41.637Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099721634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:48:41.737Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:48:41.739Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:41.739Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:41.768Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:41.768Z||pool-123-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:42.638Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:42.638Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:42.639Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-22T06:48:42.639Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:42.641Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:42.643Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099722638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-22T06:48:42.742Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-22T06:48:42.742Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:42.742Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:42.752Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:42.753Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:43.644Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:43.644Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:43.645Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:48:43.645Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:43.647Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:43.647Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099723644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:48:43.747Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:48:43.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-11-22T06:48:43.748Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:43.767Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:43.768Z||pool-125-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:48:44.653Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:44.653Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:44.653Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-22T06:48:44.654Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:44.655Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:44.656Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099724653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-22T06:48:44.757Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:48:44.757Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:44.757Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:44.766Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:44.767Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:48:45.657Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:45.657Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:48:45.657Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:48:45.658Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:48:45.664Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:48:45.664Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099725657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:48:45.760Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-22T06:48:45.760Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:48:45.760Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:48:45.773Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:48:45.774Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:48:46.665Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:48:46.696Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:48:46.698Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:48:46.698Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:48:46.698Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:49:16.699Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:49:16.721Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:49:16.727Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:49:16.728Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:49:16.728Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:49:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:49:32.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:49:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:49:32.468Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:49:32.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:49:32.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:49:32.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:49:46.728Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:49:46.743Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:49:46.756Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:49:46.757Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:49:46.757Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:50:16.757Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:50:16.777Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:50:16.790Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:50:16.790Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:50:16.790Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:50:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:50:32.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:50:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:50:32.470Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:50:32.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "cds",
  "timestamp": 1669099650918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099651966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "cds",
  "timestamp": 1669099650918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099651966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "cds",
  "timestamp": 1669099650918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099651966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "cds",
  "timestamp": 1669099650918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099651966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "cds",
  "timestamp": 1669099650918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099651966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "cds",
  "timestamp": 1669099650918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099651966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "cds",
  "timestamp": 1669099650918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099651966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669099651966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "cds",
  "timestamp": 1669099660667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:50:32.485Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099661257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:50:32.486Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "cds",
  "timestamp": 1669099661936,
  "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-11-22T06:50:32.503Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26ce48a7-af79-438d-a159-3a520a1e6412
2022-11-22T06:50:32.503Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26ce48a7-af79-438d-a159-3a520a1e6412 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:50:32.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099635520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099663747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:50:32.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099663933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:50:32.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099645624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099664990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:50:32.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099665421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:50:32.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099666037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:50:32.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099666453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:50:32.521Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099666971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:50:32.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669099667456,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:50:32.528Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 26ce48a7-af79-438d-a159-3a520a1e6412
2022-11-22T06:50:32.529Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26ce48a7-af79-438d-a159-3a520a1e6412 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:50:32.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099667188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:50:32.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099668194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:50:32.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099669547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:50:32.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099669198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:50:32.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099670560,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:50:32.544Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 698f6745-a5d7-4a3f-a005-dea9fead5fcc
2022-11-22T06:50:32.544Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698f6745-a5d7-4a3f-a005-dea9fead5fcc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:50:32.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099670205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:50:32.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099671317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:50:32.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "aai-ml",
  "timestamp": 1669099672320,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:50:32.564Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 698f6745-a5d7-4a3f-a005-dea9fead5fcc
2022-11-22T06:50:32.564Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698f6745-a5d7-4a3f-a005-dea9fead5fcc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:50:32.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099673323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099673323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099673323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099673323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099673323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099673323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099656134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099673323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099680689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099673323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099673323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099682828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099683065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:50:32.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669099683833,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:50:32.595Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26ce48a7-af79-438d-a159-3a520a1e6412
2022-11-22T06:50:32.595Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26ce48a7-af79-438d-a159-3a520a1e6412 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:50:32.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099688071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:50:32.606Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "aai-ml",
  "timestamp": 1669099689074,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:50:32.611Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26ce48a7-af79-438d-a159-3a520a1e6412
2022-11-22T06:50:32.611Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26ce48a7-af79-438d-a159-3a520a1e6412 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T06:50:32.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8c58656-f1d8-437f-84ae-9a1b1a0f0235",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099701473,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:50:32.622Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:50:32.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:50:32.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:32.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:50:32.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:50:32.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:50:46.790Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:50:46.803Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:50:46.806Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:50:46.806Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T06:50:46.807Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T06:50:46.807Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T06:50:46.807Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:50:46.808Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:50:46.808Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:50:46.808Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:50:46.808Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:50:46.809Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:50:46.816Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T06:51:16.816Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-22T06:51:16.835Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 698f6745-a5d7-4a3f-a005-dea9fead5fcc and serviceModelVersionId: bd9a70c6-7a83-4965-ad1f-d3a0e5845716
2022-11-22T06:51:16.835Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdcad5d6-ac1f-4487-9b04-218dcc423160
2022-11-22T06:51:16.837Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdcad5d6-ac1f-4487-9b04-218dcc423160/model-vers/model-ver/bd9a70c6-7a83-4965-ad1f-d3a0e5845716?depth=0
2022-11-22T06:51:16.847Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T06:51:16.914Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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/fdcad5d6-ac1f-4487-9b04-218dcc423160/model-vers/model-ver/bd9a70c6-7a83-4965-ad1f-d3a0e5845716?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-22T06:51:16.916Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdcad5d6-ac1f-4487-9b04-218dcc423160/model-vers/model-ver/bd9a70c6-7a83-4965-ad1f-d3a0e5845716?depth=0|INFO|500||Invoke
2022-11-22T06:51:16.942Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdcad5d6-ac1f-4487-9b04-218dcc423160/model-vers/model-ver/bd9a70c6-7a83-4965-ad1f-d3a0e5845716?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-22T06:51:17.079Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdcad5d6-ac1f-4487-9b04-218dcc423160/model-vers/model-ver/bd9a70c6-7a83-4965-ad1f-d3a0e5845716?depth=0|INFO|500||InvokeReturn
2022-11-22T06:51:17.084Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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/fdcad5d6-ac1f-4487-9b04-218dcc423160/model-vers/model-ver/bd9a70c6-7a83-4965-ad1f-d3a0e5845716?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221122-06:51:17:281-60341], vertex-id=[569592], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:51:17 GMT], Content-Type=[application/json]}
2022-11-22T06:51:17.084Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:51:17.085Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:51:17.085Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:51:17.089Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|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-11-22T06:51:17.089Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 698f6745-a5d7-4a3f-a005-dea9fead5fcc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:51:17.089Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:51:17.090Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:17.092Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:17.092Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099877089,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:51:17.193Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:51:17.194Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-22T06:51:17.194Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:17.206Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:17.207Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:51:18.106Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:51:18.106Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"26ce48a7-af79-438d-a159-3a520a1e6412","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0564a481-7c59-4d7e-92cf-20bf683bd754","serviceDescription":"service","serviceInvariantUUID":"afb69ee2-9cf4-472c-af53-4df932124e0d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"943b03ec-0e1e-494a-b150-78eaa11df97e","resourceInvariantUUID":"80d41a61-c494-440f-8e20-20a71e07cbed","resourceCustomizationUUID":"b841bf47-3a07-4f35-beec-f013f410aafc","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":"ZjQ4Y2E1MWFkNmYzNGE3ZDdhOWRjMjQ3ODcyODgzZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"954a2a42-cde3-44fc-9e63-2c4a89168013","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":"7fcd445b-d72e-484e-aadf-608aa495abed","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":"296ba2c5-7f4f-4144-b200-bb310d4f0461","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":"YjZhNmFjNTU3NWM2NWY2ZDMwMmQyZGViZDAwNjkxZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"784ba70b-f9eb-46e5-8ecb-9041d5c0e8ef","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":"ad3707e4-ca5e-412e-9281-8c1d32d78ca6","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":"f0b2a5e6-1489-445b-b60d-d7d38d701dcc","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":"9224ebc9-0213-437b-b7c6-ae938f70d009","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":"MjkwZWRjYWM0NTllYzZhMmE0ZDQ5OTQyZjc2MzI0NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ea78fef-df3d-4142-9656-7970f4898dff","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDMyNWY3MWE0NTRkMWRiYzRlZTQ3NTc1NWQ5OTg0YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc16c091-f2a4-4526-a926-0992ba0efa8f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:51:18.107Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:51:18.108Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:18.110Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:18.110Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:51:18.210Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:51:18.211Z||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-11-22T06:51:18.212Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:18.222Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:18.223Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:51:19.110Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:51:19.111Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:19.113Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:19.113Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:51:19.213Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:51:19.214Z||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-11-22T06:51:19.214Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:19.227Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:19.227Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:51:20.113Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:51:20.114Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:20.120Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:20.121Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:51:20.217Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-22T06:51:20.217Z||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-11-22T06:51:20.217Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:20.236Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:20.237Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:51:21.121Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:51:21.122Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:21.124Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:21.124Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:51:21.225Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:51:21.225Z||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-11-22T06:51:21.225Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:21.287Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:21.288Z||pool-132-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:51:22.124Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:51:22.125Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:22.127Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:22.127Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:51:22.227Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:51:22.228Z||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-11-22T06:51:22.228Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:22.240Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:22.240Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:51:23.127Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:51:23.128Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:23.130Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:23.130Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:51:23.237Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-11-22T06:51:23.237Z||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-11-22T06:51:23.237Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:23.250Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:23.250Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:51:24.130Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:51:24.131Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:24.133Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:24.133Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:51:24.234Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:51:24.235Z||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-11-22T06:51:24.235Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:24.261Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:24.262Z||pool-135-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:51:25.134Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:51:25.134Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:25.137Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:25.137Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:51:25.241Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-22T06:51:25.242Z||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-11-22T06:51:25.242Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:25.253Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:25.254Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:51:26.137Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:51:26.138Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:26.141Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:26.141Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:51:26.241Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:51:26.241Z||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-11-22T06:51:26.242Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:26.257Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:26.258Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:51:27.142Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0564a481-7c59-4d7e-92cf-20bf683bd754",
  "serviceDescription": "service",
  "serviceInvariantUUID": "afb69ee2-9cf4-472c-af53-4df932124e0d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b841bf47-3a07-4f35-beec-f013f410aafc",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "943b03ec-0e1e-494a-b150-78eaa11df97e",
      "resourceInvariantUUID": "80d41a61-c494-440f-8e20-20a71e07cbed",
      "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": "ZDMyNWY3MWE0NTRkMWRiYzRlZTQ3NTc1NWQ5OTg0YWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cc16c091-f2a4-4526-a926-0992ba0efa8f"
    }
  ],
  "workloadContext": "Production"
}
2022-11-22T06:51:27.142Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:51:27.143Z|698f6745-a5d7-4a3f-a005-dea9fead5fcc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0564a481-7c59-4d7e-92cf-20bf683bd754 ASDC
2022-11-22T06:51:27.143Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:26ce48a7-af79-438d-a159-3a520a1e6412
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0564a481-7c59-4d7e-92cf-20bf683bd754
ServiceInvariantUUID:afb69ee2-9cf4-472c-af53-4df932124e0d
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:cc16c091-f2a4-4526-a926-0992ba0efa8f
ArtifactChecksum:ZDMyNWY3MWE0NTRkMWRiYzRlZTQ3NTc1NWQ5OTg0YWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b841bf47-3a07-4f35-beec-f013f410aafc
ResourceInvariantUUID:80d41a61-c494-440f-8e20-20a71e07cbed
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:943b03ec-0e1e-494a-b150-78eaa11df97e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-22T06:51:27.144Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0564a481-7c59-4d7e-92cf-20bf683bd754 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:51:27.183Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:51:27.184Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-22T06:51:27.184Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-22T06:51:27.185Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cc16c091-f2a4-4526-a926-0992ba0efa8f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-22T06:51:27.185Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-22T06:51:27.185Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:27.372Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-22T06:51:27.379Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar cc16c091-f2a4-4526-a926-0992ba0efa8f 110875
2022-11-22T06:51:27.380Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:27.380Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:27.380Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:51:27.380Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:27.384Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:27.385Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099887380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:51:27.483Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-22T06:51:27.484Z||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-11-22T06:51:27.484Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:27.499Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:27.499Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:51:28.387Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:51:28.387Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-22T06:51:28.388Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cc16c091-f2a4-4526-a926-0992ba0efa8f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-22T06:51:28.388Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-22T06:51:28.389Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-22T06:51:28.390Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-22T06:51:28.561Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10988502349143268459/Definitions/service-TestPnfMacro-template.yml
2022-11-22T06:51:29.429Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:51:29.429Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-22T06:51:29.429Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-22T06:51:29.429Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-22T06:51:29.429Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.429Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.429Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.430Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.430Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.430Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.430Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.430Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-22T06:51:29.430Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:51:29.430Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.430Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-22T06:51:29.431Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-22T06:51:29.431Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:51:29.431Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:51:29.431Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.431Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-22T06:51:29.431Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-22T06:51:29.432Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:51:29.432Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:51:29.432Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.432Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:51:29.432Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.432Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:51:29.432Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.433Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:51:29.433Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.433Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:51:29.433Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.433Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:0564a481-7c59-4d7e-92cf-20bf683bd754
Model Version:NULL
Model InvariantUuid:afb69ee2-9cf4-472c-af53-4df932124e0d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-22T06:51:29.760Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 943b03ec-0e1e-494a-b150-78eaa11df97e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:51:29.763Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-11-22T06:51:29.763Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 943b03ec-0e1e-494a-b150-78eaa11df97e
2022-11-22T06:51:29.763Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0564a481-7c59-4d7e-92cf-20bf683bd754
2022-11-22T06:51:29.764Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0564a481-7c59-4d7e-92cf-20bf683bd754
2022-11-22T06:51:29.764Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 943b03ec-0e1e-494a-b150-78eaa11df97e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:51:29.768Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f84d645, org.onap.sdc.toscaparser.api.parameters.Input@2860751f, org.onap.sdc.toscaparser.api.parameters.Input@775d1ab4, org.onap.sdc.toscaparser.api.parameters.Input@6689da0f, org.onap.sdc.toscaparser.api.parameters.Input@2f761e65]
2022-11-22T06:51:29.768Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:51:29.768Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.769Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0564a481-7c59-4d7e-92cf-20bf683bd754: test-pnf
2022-11-22T06:51:29.769Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||Processing PNF resource: 943b03ec-0e1e-494a-b150-78eaa11df97e
2022-11-22T06:51:29.769Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-22T06:51:29.769Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.770Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||Resource customization UUID: b841bf47-3a07-4f35-beec-f013f410aafc is the same as notified resource customizationUUID: b841bf47-3a07-4f35-beec-f013f410aafc
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-22T06:51:29.817Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 943b03ec-0e1e-494a-b150-78eaa11df97e 0 ASDC deployResourceStructure
2022-11-22T06:51:29.818Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.818Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:29.818Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:51:29.818Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:51:29.824Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:51:29.824Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099889818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:51:29.921Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-22T06:51:29.922Z||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-11-22T06:51:29.922Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:29.941Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:29.941Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:51:30.825Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26ce48a7-af79-438d-a159-3a520a1e6412
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:51:30.838Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26ce48a7-af79-438d-a159-3a520a1e6412
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-22T06:51:30.840Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:51:30.840Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T06:51:30.840Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T06:51:30.840Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T06:51:30.841Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:51:30.841Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:51:30.841Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:51:30.841Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:51:30.841Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-22T06:51:30.841Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:51:30.847Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T06:51:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:51:32.445Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:51:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:51:32.494Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:51:32.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099712888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:51:32.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:51:32.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099715348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:51:32.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:51:32.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099716401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:51:32.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:51:32.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099717449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:51:32.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:51:32.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099718497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:51:32.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:51:32.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099719547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:51:32.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:51:32.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099720627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-22T06:51:32.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:51:32.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099721634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-22T06:51:32.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:51:32.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099722638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-22T06:51:32.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:51:32.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099723644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-22T06:51:32.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:51:32.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099724653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-22T06:51:32.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:51:32.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:51:32.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099725657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:51:32.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:52:00.847Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26ce48a7-af79-438d-a159-3a520a1e6412 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-22T06:52:00.854Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26ce48a7-af79-438d-a159-3a520a1e6412 and serviceModelVersionId: 0564a481-7c59-4d7e-92cf-20bf683bd754
2022-11-22T06:52:00.854Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : afb69ee2-9cf4-472c-af53-4df932124e0d
2022-11-22T06:52:00.855Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/afb69ee2-9cf4-472c-af53-4df932124e0d/model-vers/model-ver/0564a481-7c59-4d7e-92cf-20bf683bd754?depth=0
2022-11-22T06:52:00.859Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T06:52:00.896Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afb69ee2-9cf4-472c-af53-4df932124e0d/model-vers/model-ver/0564a481-7c59-4d7e-92cf-20bf683bd754?depth=0|INFO|500||Invoke
2022-11-22T06:52:00.897Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afb69ee2-9cf4-472c-af53-4df932124e0d/model-vers/model-ver/0564a481-7c59-4d7e-92cf-20bf683bd754?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afb69ee2-9cf4-472c-af53-4df932124e0d/model-vers/model-ver/0564a481-7c59-4d7e-92cf-20bf683bd754?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[26ce48a7-af79-438d-a159-3a520a1e6412], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[743f4381-32ca-48c4-8094-12ce29203d8c], X-ECOMP-RequestID=[26ce48a7-af79-438d-a159-3a520a1e6412], X-TransactionId=[], X-ONAP-RequestID=[26ce48a7-af79-438d-a159-3a520a1e6412], Content-Type=[application/merge-patch+json]}
2022-11-22T06:52:00.919Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afb69ee2-9cf4-472c-af53-4df932124e0d/model-vers/model-ver/0564a481-7c59-4d7e-92cf-20bf683bd754?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-22T06:52:01.001Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afb69ee2-9cf4-472c-af53-4df932124e0d/model-vers/model-ver/0564a481-7c59-4d7e-92cf-20bf683bd754?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/afb69ee2-9cf4-472c-af53-4df932124e0d/model-vers/model-ver/0564a481-7c59-4d7e-92cf-20bf683bd754?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221122-06:52:01:257-99589], vertex-id=[458984], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:52:01 GMT], Content-Type=[application/json]}
2022-11-22T06:52:01.001Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afb69ee2-9cf4-472c-af53-4df932124e0d/model-vers/model-ver/0564a481-7c59-4d7e-92cf-20bf683bd754?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:52:01.001Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afb69ee2-9cf4-472c-af53-4df932124e0d/model-vers/model-ver/0564a481-7c59-4d7e-92cf-20bf683bd754?depth=0|INFO|500||InvokeReturn
2022-11-22T06:52:01.002Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:52:01.002Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:52:01.007Z|26ce48a7-af79-438d-a159-3a520a1e6412|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-11-22T06:52:01.008Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26ce48a7-af79-438d-a159-3a520a1e6412 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:52:01.008Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:52:01.008Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:52:01.010Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:52:01.010Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099921008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:52:01.110Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:52:01.111Z||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-11-22T06:52:01.111Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:52:01.123Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:52:01.124Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:52:02.036Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:52:02.037Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:52:02.037Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:52:12.389Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:52:12.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:52:12.390Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:52:12.390Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:52:21.958Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:52:21.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:52:21.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:52:21.959Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:52:31.512Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:52:31.513Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:52:31.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:52:31.514Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:52:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:52:32.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:52:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:52:32.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:52:32.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698f6745-a5d7-4a3f-a005-dea9fead5fcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099877089,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:52:32.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:52:32.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:52:32.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:52:32.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:52:32.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:52:32.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:52:32.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:52:32.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:52:32.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:52:32.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:52:32.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:52:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:52:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:52:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:52:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:52:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-22T06:52:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:52:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099652442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-22T06:52:32.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-22T06:52:32.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099887380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-22T06:52:32.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:52:32.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:52:32.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099889818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-22T06:52:32.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:52:41.050Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:52:41.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:52:41.051Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:52:41.052Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:52:50.607Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:53:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:53:32.443Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:53:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:53:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:53:32.445Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:53:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:53:32.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:53:32.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:53:32.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26ce48a7-af79-438d-a159-3a520a1e6412",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669099921008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:53:32.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:53:41.998Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:54:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:54:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:54:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:54:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:54:32.446Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:54:32.446Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:54:42.037Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:54:42.057Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:55:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:55:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:55:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:55:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:55:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:55:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:55:42.000Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:55:42.027Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:56:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:56:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:56:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:56:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:56:32.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:56:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:56:41.993Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:56:41.994Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:57:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:57:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:57:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:57:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:57:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:57:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:57:41.985Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:57:42.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:58:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:58:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:58:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:58:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:58:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:58:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:58:42.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:58:42.040Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:59:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:59:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:59:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:59:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:59:32.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T06:59:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:59:41.999Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T06:59:42.002Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:00:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:00:32.443Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:00:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:00:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:00:32.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:00:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:00:41.997Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:00:41.998Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:01:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:01:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:01:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:01:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:01:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:01:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:01:41.985Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:01:41.993Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:02:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:02:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:02:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:02:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:02:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:02:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:02:41.998Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:02:42.001Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:03:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:03:32.443Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:03:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:03:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:03:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:03:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:03:41.994Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:03:42.010Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:04:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:04:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:04:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:04:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:04:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:04:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:04:42.014Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:04:42.015Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:05:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:05:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:05:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:05:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:05:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:05:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:05:41.988Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:05:41.992Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:06:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:06:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:06:32.445Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:06:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:06:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:06:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:06:42.001Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:06:42.001Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:07:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:07:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:07:32.445Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:07:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:07:32.445Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:07:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:07:41.989Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:07:41.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:08:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:08:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:08:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:08:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:08:32.445Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:08:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:08:41.999Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:08:41.999Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:09:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:09:32.443Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:09:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:09:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:09:32.445Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:09:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:09:41.990Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:09:41.990Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:10:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:10:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:10:32.445Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:10:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:10:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:10:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:10:41.989Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:10:41.997Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:11:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:11:32.443Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:11:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:11:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:11:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:11:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:11:42.007Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:11:42.018Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:12:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:12:32.446Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:12:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:12:32.447Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:12:32.447Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:12:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:12:42.001Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:12:42.014Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:13:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:13:32.443Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:13:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:13:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:13:32.445Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:13:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:13:41.996Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:13:42.024Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:14:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:14:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:14:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:14:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:14:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:14:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:14:41.995Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:14:41.996Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:15:32.443Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:15:32.444Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:15:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:15:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:15:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:15:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:15:41.994Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:15:42.048Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:16:32.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:16:32.444Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:16:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:16:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:16:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:16:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:16:41.998Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:16:42.006Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:17:32.443Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:17:32.443Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:17:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:17:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:17:32.445Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:17:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:17:42.045Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:17:42.047Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:18:32.443Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:18:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:18:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:18:32.446Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:18:32.447Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:18:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:18:41.986Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:18:41.989Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:19:32.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:19:32.443Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:19:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:19:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:19:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:19:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:19:42.001Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:19:42.003Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:20:32.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:20:32.443Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:20:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:20:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:20:32.446Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:20:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:20:41.989Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:20:41.989Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:21:32.443Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:21:32.443Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:21:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:21:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:21:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:21:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:21:41.987Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:21:41.989Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:22:32.443Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:22:32.444Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:22:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:22:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:22:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:22:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:22:41.990Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:22:41.993Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:23:32.443Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:23:32.443Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:23:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:23:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:23:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:23:32.446Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:23:41.987Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:23:41.987Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:24:32.443Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:24:32.444Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:24:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:24:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:24:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:24:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:24:42.001Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:24:42.002Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:25:32.444Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:25:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:25:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:25:32.448Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:25:32.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:25:32.449Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:25:41.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:25:42.022Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:26:32.444Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:26:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:26:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:26:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:26:32.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:26:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:26:41.990Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:26:41.995Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:27:32.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:27:32.443Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:27:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:27:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:27:32.446Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:27:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:27:41.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:27:42.000Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:28:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:28:32.444Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:28:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:28:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:28:32.447Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:28:32.448Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:28:41.993Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:28:41.994Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:29:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:29:32.443Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:29:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:29:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:29:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:29:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:29:41.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:29:41.998Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:30:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:30:32.443Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:30:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:30:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:30:32.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:30:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:30:41.985Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:30:41.994Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:31:32.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:31:32.443Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:31:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:31:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:31:32.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:31:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:31:41.993Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:31:41.997Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:32:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:32:32.443Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:32:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:32:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:32:32.445Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:32:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:32:41.999Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:32:42.001Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:33:32.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:33:32.443Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:33:32.443Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:33:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:33:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:33:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:33:41.984Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:33:41.984Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:34:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:34:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:34:32.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:34:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:34:32.446Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:34:32.446Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:34:41.989Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:34:41.993Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:35:32.442Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:35:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:35:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:35:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:35:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:35:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:35:41.991Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:35:41.993Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:36:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:36:32.445Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:36:32.446Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:36:32.446Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:36:32.447Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:36:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:36:42.008Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:36:42.012Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:37:32.443Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:37:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:37:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:37:32.445Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:37:32.446Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:37:32.446Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:37:41.987Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:37:41.997Z|251d0ec1-23ab-4eeb-b330-a592be19d3ae|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:38:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:38:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:38:32.446Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:38:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:38:32.450Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:38:32.450Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:38:42.001Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:38:42.006Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:39:32.443Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:39:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:39:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:39:32.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:39:32.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:39:32.449Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:39:41.989Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:39:41.992Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:40:32.443Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:40:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:40:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:40:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:40:32.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:40:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:40:42.004Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:40:42.010Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:41:32.443Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:41:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:41:32.444Z|26ce48a7-af79-438d-a159-3a520a1e6412|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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:41:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T07:41:32.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T07:41:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T07:41:41.985Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-22T07:41:41.990Z|26ce48a7-af79-438d-a159-3a520a1e6412|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK